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
2013-12-23 15:16:38 +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 Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00
juce_CodeEditorComponent.cpp Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
juce_CodeEditorComponent.h Added read-only support for the CodeEditorComponent. 2013-12-03 19:09:16 +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