MCPcopy Create free account

hub / github.com/WiringProject/Wiring / functions

Functions2,447 in github.com/WiringProject/Wiring

↓ 1 callersMethodhandleAddFile
Prompt the user for a new file to the sketch, then call the other addFile() function to actually add it.
IDE/processing/app/Sketch.java:920
↓ 1 callersMethodhandleBuild
Called by Sketch &rarr; Build. Handles calling the build() function on sketch, and queues all the gui status stuff that comes along with it. <p/> Made
IDE/processing/app/Editor.java:1778
↓ 1 callersMethodhandleBurnBootloader
(final String target, final String programmer)
IDE/processing/app/Editor.java:2365
↓ 1 callersMethodhandleCopy
Implements Edit &rarr; Copy.
IDE/processing/app/Editor.java:1554
↓ 1 callersMethodhandleDeleteCode
Remove a piece of code from the sketch and from the disk.
IDE/processing/app/Sketch.java:536
↓ 1 callersMethodhandleExportCheckModified
Checks to see if the sketch has been modified, and if so, asks the user to save the sketch or cancel the export. This prevents issues where an incompl
IDE/processing/app/Editor.java:2341
↓ 1 callersMethodhandleNewCode
Handler for the New Code menu option.
IDE/processing/app/Sketch.java:275
↓ 1 callersMethodhandleNewReplace
Replace the sketch in the current window with a new untitled document.
IDE/processing/app/Base.java:762
↓ 1 callersMethodhandleNextCode
Move to the next tab.
IDE/processing/app/Sketch.java:630
↓ 1 callersMethodhandleOpenReplace
Open a sketch, replacing the sketch in the current window. @param path Location of the primary pde file for the sketch.
IDE/processing/app/Base.java:800
↓ 1 callersMethodhandlePageSetup
Handler for File &rarr; Page Setup.
IDE/processing/app/Editor.java:2392
↓ 1 callersMethodhandlePaste
Implements Edit &rarr; Paste.
IDE/processing/app/Editor.java:1568
↓ 1 callersMethodhandlePrevCode
Move to the previous tab.
IDE/processing/app/Sketch.java:620
↓ 1 callersMethodhandlePrint
Handler for File &rarr; Print.
IDE/processing/app/Editor.java:2406
↓ 1 callersMethodhandleQuit
Handler for File &rarr; Quit. @return false if canceled, true otherwise.
IDE/processing/app/Base.java:998
↓ 1 callersMethodhandleQuitEach
Attempt to close each open sketch in preparation for quitting. @return false if canceled along the way
IDE/processing/app/Base.java:1027
↓ 1 callersMethodhandleRenameCode
Handler for the Rename Code menu option.
IDE/processing/app/Sketch.java:297
↓ 1 callersMethodhandleSelectAll
Implements Edit &rarr; Select All.
IDE/processing/app/Editor.java:1577
↓ 1 callersMethodhasCodeIndex
()
IDE/processing/app/debug/RunnerException.java:91
↓ 1 callersMethodhasCodeLine
()
IDE/processing/app/debug/RunnerException.java:106
↓ 1 callersMethodhasDefaultExtension
True if the specified code has the default file extension.
IDE/processing/app/Sketch.java:1947
↓ 1 callersMethodheight
|| @description || | Get the height of this Sprite buffer || # || || @return The height of this Sprite buffer */
framework/libraries/Sprite/Sprite.cpp:92
↓ 1 callersMethodhideExtension
True if the specified extension should be hidden when shown on a tab. For Processing, this is true for .pde files. (Broken out for subclasses.)
IDE/processing/app/Sketch.java:1939
↓ 1 callersMethodidList
()
IDE/processing/app/preproc/WParser.java:343
↓ 1 callersMethodidList
(AST _t)
IDE/processing/app/preproc/WEmitter.java:2768
↓ 1 callersMethodidList
()
IDE/processing/app/preproc/StdCParser.java:2137
↓ 1 callersMethodidList
(AST _t)
IDE/processing/app/preproc/WTreeParser.java:2277
↓ 1 callersMethodimportLibrary
Add import statements to the current tab for all of packages inside the specified jar file.
IDE/processing/app/Sketch.java:1090
↓ 1 callersMethodinclusiveOrExpr
(AST _t)
IDE/processing/app/preproc/WTreeParser.java:3888
↓ 1 callersMethodinit
()
IDE/processing/app/Theme.java:47
↓ 1 callersMethodinit
(String commandLinePrefs)
IDE/processing/app/Preferences.java:143
↓ 1 callersMethodinit
(Base base)
IDE/processing/app/macosx/ThinkDifferent.java:62
↓ 1 callersMethodinitDecl
(AST _t)
IDE/processing/app/preproc/WTreeParser.java:2043
↓ 1 callersMethodinitDeclList
( AST declarationSpecifiers )
IDE/processing/app/preproc/StdCParser.java:697
↓ 1 callersFunctioninitISR
framework/cores/AVR8Bit/libraries/Servo/Servo.cpp:181
↓ 1 callersMethodinitPlatform
()
IDE/processing/app/Base.java:173
↓ 1 callersMethodinitializePrinting
()
IDE/processing/app/preproc/WEmitter.java:85
↓ 1 callersMethodinitializerElementLabel
(AST _t)
IDE/processing/app/preproc/WEmitter.java:2818
↓ 1 callersMethodinitializerElementLabel
(AST _t)
IDE/processing/app/preproc/WTreeParser.java:2315
↓ 1 callersMethodinitializerList
()
IDE/processing/app/preproc/WParser.java:1432
↓ 1 callersMethodinitializerList
(AST _t)
IDE/processing/app/preproc/WEmitter.java:2966
↓ 1 callersMethodinitializerList
()
IDE/processing/app/preproc/StdCParser.java:2245
↓ 1 callersMethodinitializerList
(AST _t)
IDE/processing/app/preproc/WTreeParser.java:2432
↓ 1 callersMethodinsertAll
insert the buffered strings
IDE/processing/app/EditorConsole.java:426
↓ 1 callersMethodinsertFullWidthSpace
Insert full width space
IDE/processing/app/syntax/im/CompositionTextManager.java:60
↓ 1 callersMethodintConst
()
IDE/processing/app/preproc/StdCParser.java:4947
↓ 1 callersFunctioninterruptMode
framework/cores/AVR8Bit/WInterrupts.c:47
↓ 1 callersMethodinvalidate
()
IDE/processing/app/syntax/Brackets.java:14
↓ 1 callersMethodinvalidateComposedTextLayout
Invalidate this TextLayout to set null. If a user end input via InputMethod, this method will called from CompositionTextManager.endCompositionText
IDE/processing/app/syntax/im/CompositionTextPainter.java:63
↓ 1 callersMethodinvalidateLineRange
Marks a range of lines as needing a repaint. @param firstLine The first line to invalidate @param lastLine The last line to invalidate
IDE/processing/app/syntax/TextAreaPainter.java:467
↓ 1 callersMethodisBeginInputProcess
(AttributedCharacterIterator text, CompositionTextManager textManager)
IDE/processing/app/syntax/im/InputMethodSupport.java:103
↓ 1 callersMethodisBracketHighlightEnabled
Returns true if bracket highlighting is enabled, false otherwise. When bracket highlighting is enabled, the bracket matching the one before the caret
IDE/processing/app/syntax/TextAreaPainter.java:230
↓ 1 callersMethodisCaretVisible
Returns true if the caret is visible, false otherwise.
IDE/processing/app/syntax/JEditTextArea.java:239
↓ 1 callersMethodisCollapsed
Identifies whether the gutter is collapsed or expanded. @return true if the gutter is collapsed, false if it is expanded
IDE/processing/app/syntax/Gutter.java:438
↓ 1 callersMethodisCommandLine
()
IDE/processing/app/Base.java:168
↓ 1 callersMethodisCurrentLineHighlightEnabled
()
IDE/processing/app/syntax/Gutter.java:498
↓ 1 callersMethodisDefaultExtension
True if the specified extension is the default file extension.
IDE/processing/app/Sketch.java:1955
↓ 1 callersMethodisEmpty
framework/cores/Common/WVector.h:185
↓ 1 callersMethodisFullWidthSpaceInput
(AttributedCharacterIterator text)
IDE/processing/app/syntax/im/InputMethodSupport.java:95
↓ 1 callersMethodisModified
()
IDE/processing/app/SketchCode.java:183
↓ 1 callersMethodisNextLineRequested
Returns true if the next line should be repainted. This will return true after a line has been tokenized that starts a multiline token that continues
IDE/processing/app/syntax/TokenMarker.java:192
↓ 1 callersMethodisTypedefName
(String name)
IDE/processing/app/preproc/WParser.java:41
↓ 1 callersMethodisTypedefName
(String name)
IDE/processing/app/preproc/StdCParser.java:40
↓ 1 callersMethodisUntitled
()
IDE/processing/app/Sketch.java:2142
↓ 1 callersMethodkeyReleased
(KeyEvent e)
IDE/processing/app/EditorToolbar.java:412
↓ 1 callersMethodlast
()
IDE/processing/app/Serial.java:226
↓ 1 callersMethodlastIndexOf
framework/cores/Common/WString.cpp:549
↓ 1 callersMethodlastIndexOf
framework/cores/Common/WVector.h:204
↓ 1 callersMethodlcurlyInitializer
(AST _t)
IDE/processing/app/preproc/WEmitter.java:2930
↓ 1 callersMethodlcurlyInitializer
(AST _t)
IDE/processing/app/preproc/WTreeParser.java:2404
↓ 1 callersMethodload
(InputStream input)
IDE/processing/app/Theme.java:75
↓ 1 callersMethodload
Load this piece of code from a file.
IDE/processing/app/SketchCode.java:269
↓ 1 callersMethodloadButtons
()
IDE/processing/app/EditorToolbar.java:125
↓ 1 callersMethodloadBytesRaw
Same as PApplet.loadBytes(), however never does gzip decoding.
IDE/processing/app/Base.java:2402
↓ 1 callersMethodloadFile
Grab the contents of a file as a string.
IDE/processing/app/Base.java:2471
↓ 1 callersMethodloadWithLocalEncoding
(File file)
IDE/processing/app/tools/FixEncoding.java:85
↓ 1 callersMethodlocalLabelDecl
(AST _t)
IDE/processing/app/preproc/WEmitter.java:3676
↓ 1 callersMethodlocalLabelDecl
(AST _t)
IDE/processing/app/preproc/WTreeParser.java:3085
↓ 1 callersMethodlocalLabelDeclaration
()
IDE/processing/app/preproc/WParser.java:1888
↓ 1 callersMethodlogicalAndExpr
(AST _t)
IDE/processing/app/preproc/WTreeParser.java:3861
↓ 1 callersMethodlogicalOrExpr
()
IDE/processing/app/preproc/WParser.java:3984
↓ 1 callersMethodlogicalOrExpr
()
IDE/processing/app/preproc/StdCParser.java:3678
↓ 1 callersMethodlogicalOrExpr
(AST _t)
IDE/processing/app/preproc/WTreeParser.java:3834
↓ 1 callersMethodlookup
Looks up a key. @param text The text segment @param offset The offset of the substring within the text segment @param length The length of the substri
IDE/processing/app/syntax/KeywordMap.java:56
↓ 1 callersFunctionloop
framework/cores/AVR8Bit/program.cpp:13
↓ 1 callersMethodmASSIGN
(boolean _createToken)
IDE/processing/app/preproc/StdCLexer.java:460
↓ 1 callersMethodmASSIGN
(boolean _createToken)
IDE/processing/app/preproc/WLexer.java:1414
↓ 1 callersMethodmBAND
(boolean _createToken)
IDE/processing/app/preproc/StdCLexer.java:965
↓ 1 callersMethodmBAND
(boolean _createToken)
IDE/processing/app/preproc/WLexer.java:1919
↓ 1 callersMethodmBAND_ASSIGN
(boolean _createToken)
IDE/processing/app/preproc/StdCLexer.java:978
↓ 1 callersMethodmBAND_ASSIGN
(boolean _createToken)
IDE/processing/app/preproc/WLexer.java:1932
↓ 1 callersMethodmBNOT
(boolean _createToken)
IDE/processing/app/preproc/StdCLexer.java:991
↓ 1 callersMethodmBNOT
(boolean _createToken)
IDE/processing/app/preproc/WLexer.java:1945
↓ 1 callersMethodmBOR
(boolean _createToken)
IDE/processing/app/preproc/StdCLexer.java:1004
↓ 1 callersMethodmBOR
(boolean _createToken)
IDE/processing/app/preproc/WLexer.java:1958
↓ 1 callersMethodmBOR_ASSIGN
(boolean _createToken)
IDE/processing/app/preproc/StdCLexer.java:1017
↓ 1 callersMethodmBOR_ASSIGN
(boolean _createToken)
IDE/processing/app/preproc/WLexer.java:1971
↓ 1 callersMethodmBXOR
(boolean _createToken)
IDE/processing/app/preproc/StdCLexer.java:1030
↓ 1 callersMethodmBXOR
(boolean _createToken)
IDE/processing/app/preproc/WLexer.java:1984
↓ 1 callersMethodmBXOR_ASSIGN
(boolean _createToken)
IDE/processing/app/preproc/StdCLexer.java:1043
← previousnext →901–1,000 of 2,447, ranked by callers