-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Closed
Labels
Component: IDE user interfaceThe Arduino IDE's user interfaceThe Arduino IDE's user interfacefeature requestA request to make an enhancement (not a bug fix)A request to make an enhancement (not a bug fix)
Milestone
Description
Builtin libraries have nice, simple reference pages on the arduino.cc web site. It might be nice to present this information directly in the IDE (I tested with the current Wire library, however the page contains dynamic behavior that does not render gracefully as it is).
This could be done in several ways
- at the minimum, have a link in the library.properties file that the IDE can use to open externally, in the default platform browser, when the user right-clicks on the library's name in the outline view.
- a more elaborate support could be to include a single page doc.rtf per library, which the UI can display in a popup, with the same or similar triggering. Alternatively the file could be a simple .html file.
- at the cost of more implementation work, each library could have a doc folder containing a series of html files, with no external links. The IDE could have a template CSS file used for all help files.
Metadata
Metadata
Assignees
Labels
Component: IDE user interfaceThe Arduino IDE's user interfaceThe Arduino IDE's user interfacefeature requestA request to make an enhancement (not a bug fix)A request to make an enhancement (not a bug fix)