43 Commits (06e2a667fb8fd1fbd4071a0c5fb873b47009bd79)

Author SHA1 Message Date
  jules 3831af62ef Updated CodeEditorComponent to act as an ApplicationCommandTarget 12 years ago
  jules 68880492f1 Introjucer: editor scrolling changes. 12 years ago
  jules f4898a18ab Minor fix for code editor caret display. 12 years ago
  jules 3c345997f5 Removed some c++11 syntax that had slipped in there accidentally. 13 years ago
  jules 08ca3ac5a7 Minor C++ tokenising stuff. 13 years ago
  jules 5950d1d877 Removed some base classes from CodeEditorComponent. 13 years ago
  jules 90f6353f4f Minor C++ tokenising changes. 13 years ago
  jules 386cb19ddd CodeDocument fix. 13 years ago
  jules ab10aeca89 Refactored some c++ tokeniser classes. 13 years ago
  jules 9a89d815cc Reverted CodeDocument::replaceAllContent, and added an applyChanges() method. 13 years ago
  jules 331e102663 CodeDocument new method + internal tweaks. 13 years ago
  jules 6d8bd3029d Tweaks to token selection behaviour in CodeEditorComponent. 13 years ago
  jules 85e5fae0fd Made CodeDocument:: replaceAllContent apply a diff of only the changed regions. 13 years ago
  jules b7089dfa45 New type of mouse cursor: ParentCursor, which means "show the same cursor as the parent component". 13 years ago
  jules de916db567 Changed the callback methods used by CodeDocument::Listener, to provide more detail about the exact changes. 13 years ago
  jules a0ed9c96e4 New class: ConcertinaPanel. 13 years ago
  jules 897ee9017b C++ tokeniser fix. 13 years ago
  jules e6e46b3187 Code editor fix for large line numbers. 13 years ago
  jules 87db662f29 Introjucer: code editor improvements, icon class reshuffle. 13 years ago
  jules c2697bdce9 Code editor fix for long lines. 13 years ago
  jules d4ae8f3d55 Minor optimisations. New method OwnedArray::insertArray(). Changed some CodeDocument inner class constructors to use references rather than pointers. 13 years ago
  jules c16783f645 Minor code editor optimisation. 13 years ago
  jules 8ee1897916 Introjucer: some code editor fixes and functionality. 13 years ago
  jules d78b10edb3 Introjucer: code indent tweaks. 13 years ago
  jules b1d73f2086 Minor internal refactoring and clean-ups. 13 years ago
  jules b95258cb20 C++ syntax tokeniser fix. 13 years ago
  jules 25e7361f2c Refactored some TreeView key handling. Introjucer: now restores the last set of open documents for a project. 13 years ago
  jules 39c974194e Added a CodeEditorComponent::State class. 13 years ago
  jules 591e89cd87 Replaced the badly-named method Array::removeValue() with two new methods: removeFirstMatchingValue() and removeAllInstancesOf(). If you call the old method anywhere, you can just replace any calls with removeFirstMatchingValue(), which does the same job, but whose name makes it clear that not all instances of the value will be removed. 13 years ago
  jules 9e3cd767aa Introjucer: minor internal changes. 13 years ago
  jules 6758ce0bc9 CodeEditorComponent improvements and TextEditor menu refactoring. 13 years ago
  jules d3bb7fb9cc Added line-numbering to the CodeEditorComponent. 13 years ago
  jules f824e99f2d Introjucer: refactoring and addition of appearance settings window for editor colours + fonts. 13 years ago
  jules 767589710b Minor syntax tokeniser changes. 13 years ago
  jules 3974e09c9f Workaround for a GCC problem. 13 years ago
  jules 25303b158a Refactored the classes used for the CodeEditorComponent colour-schemes. 13 years ago
  jules 87175c91f5 Changed the signature of MouseListener::mouseWheelMove() to take a struct MouseWheelDetails rather than raw floats. This will require updates in source code that uses mouse-wheel callbacks, but provides some new abilities, including a flag to indicate inverted wheel direction. 13 years ago
  jules 1f95f54089 Purged some warnings. 13 years ago
  jules 56bbab1537 (automated whitespace clean-up) 13 years ago
  jules 295d125142 Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code. 13 years ago
  jules 36bd285c4b Viewport component listener fix. Minor clean-ups. 13 years ago
  Julian Storer 2c328dfedc Changed some return types from being const objects to non-const objects (for better c++11 compliance in future). This may mean that you need to remove the 'const' from your own code if you override the virtual methods that have changed. 14 years ago
  Julian Storer b70e0a28d2 First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 14 years ago