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-11-27 17:28:36 +00:00
..
jucer_DocumentEditorComponent.cpp Projucer: Mark modified files with an asterisk in the file tree panel 2018-05-21 17:03:46 +01:00
jucer_DocumentEditorComponent.h Projucer: Mark modified files with an asterisk in the file tree panel 2018-05-21 17:03:46 +01:00
jucer_ItemPreviewComponent.h Added some free functions to help make XML parsing less verbose: parseXML() 2018-10-15 16:08:25 +01:00
jucer_LiveBuildCodeEditor.h Added flag JUCE_STRICT_REFCOUNTEDPOINTER which is recommended to avoid accidental leaks when using ref-counted pointers. Enabled this flag in the demo projects, and used it to help tidy up some dubious smart-pointer use 2018-06-26 14:06:52 +01: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 Projucer: Make the source code editor respect line endings when loading and saving a file and add an option to set the preferred line feed for a project 2018-11-27 17:28:36 +00:00
jucer_SourceCodeEditor.h Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00