1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_gui_extra/code_editor
2018-01-10 17:35:08 +00:00
..
juce_CodeDocument.cpp Added lambda callback methods to ListenerList. Its old method-invocation callbacks were refactored to use variadic templates instead of the old awful macros they used in the past, but please move your code to use the new lambda functions, as the one stuff will eventually be deprecated! 2017-11-28 16:18:40 +00:00
juce_CodeDocument.h Fixed some VS2013 compiler errors 2017-10-18 11:05:40 +01:00
juce_CodeEditorComponent.cpp More ScopedPointer/unique_ptr compatibility work 2018-01-10 17:35:08 +00:00
juce_CodeEditorComponent.h Noticed that we still had some template whitespace workarounds for older compilers, so tidied them up 2017-10-11 12:26:05 +01:00
juce_CodeTokeniser.h Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
juce_CPlusPlusCodeTokeniser.cpp Tidied up some old compiler workarounds 2017-09-29 09:26:15 +01:00
juce_CPlusPlusCodeTokeniser.h Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
juce_CPlusPlusCodeTokeniserFunctions.h Modernised a bunch of code mainly relating to character/string iteration 2017-10-19 16:52:20 +01:00
juce_LuaCodeTokeniser.cpp Modernised a bunch of code mainly relating to character/string iteration 2017-10-19 16:52:20 +01:00
juce_LuaCodeTokeniser.h Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
juce_XMLCodeTokeniser.cpp Tidied up some old compiler workarounds 2017-09-29 09:26:15 +01:00
juce_XMLCodeTokeniser.h Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00