1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/extras/Projucer/Source/CodeEditor
2018-01-03 11:13:14 +00:00
..
jucer_DocumentEditorComponent.cpp Projucer: Re-factored source code groups and general code clean-up 2017-09-29 14:55:01 +01:00
jucer_DocumentEditorComponent.h Projucer: Re-factored source code groups and general code clean-up 2017-09-29 14:55:01 +01:00
jucer_ItemPreviewComponent.h Removal of RelativeCoordinate classes from the Drawables 2018-01-03 11:13:14 +00:00
jucer_LiveBuildCodeEditor.h Fixed some const violation errors 2017-12-19 12:44:24 +00:00
jucer_OpenDocumentManager.cpp Projucer: Re-factored source code groups and general code clean-up 2017-09-29 14:55:01 +01:00
jucer_OpenDocumentManager.h Projucer: Re-factored source code groups and general code clean-up 2017-09-29 14:55:01 +01:00
jucer_SourceCodeEditor.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
jucer_SourceCodeEditor.h Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility) 2017-11-01 17:41:06 +00:00