MCPcopy
hub / github.com/arduino/Arduino / getBoardsCustomMenus

Method getBoardsCustomMenus

app/src/processing/app/Base.java:2014–2016  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2012 }
2013
2014 public List<JMenu> getBoardsCustomMenus() {
2015 return boardsCustomMenus;
2016 }
2017
2018 public File getDefaultSketchbookFolderOrPromptForIt() {
2019 File sketchbookFolder = BaseNoGui.getDefaultSketchbookFolder();

Callers 2

menuSelectedMethod · 0.80
buildToolsMenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected