1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules/juce_gui_extra/code_editor
2014-03-26 18:10:12 +00:00
..
juce_CodeDocument.cpp Tweaked the internals of CodeDocument::replaceSection so that replacing a section doesn't mess-up the position of CodeDocument::Position objects that are positioned at its start and end. 2013-12-02 23:14:09 +00:00
juce_CodeDocument.h Really minor clean-ups. 2014-01-12 18:06:48 +00:00
juce_CodeEditorComponent.cpp Read-only fixes to CodeEditorComponent 2014-01-03 14:52:41 +00:00
juce_CodeEditorComponent.h Virtualised a few CodeEditorComponent methods to help customisation. 2014-03-26 18:10:12 +00:00
juce_CodeTokeniser.h A bit more minor cleaning-up. 2013-08-24 12:16:51 +01:00
juce_CPlusPlusCodeTokeniser.cpp Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 2013-06-13 13:17:12 +01:00
juce_CPlusPlusCodeTokeniser.h A bit more minor cleaning-up. 2013-08-24 12:16:51 +01:00
juce_CPlusPlusCodeTokeniserFunctions.h Updated c++ tokeniser keyword list. 2013-12-14 21:26:58 +00:00
juce_LuaCodeTokeniser.cpp Added XML and Lua tokenisers for the CodeEditorComponent 2013-12-08 12:27:36 +00:00
juce_LuaCodeTokeniser.h Added XML and Lua tokenisers for the CodeEditorComponent 2013-12-08 12:27:36 +00:00
juce_XMLCodeTokeniser.cpp Added XML and Lua tokenisers for the CodeEditorComponent 2013-12-08 12:27:36 +00:00
juce_XMLCodeTokeniser.h Added XML and Lua tokenisers for the CodeEditorComponent 2013-12-08 12:27:36 +00:00