Commit Graph

1324 Commits

Author SHA1 Message Date
martin
1423431a0e SynEdit: Make SharedTextBuffer available (DualView)
git-svn-id: trunk@24491 -
2010-04-07 18:20:21 +00:00
martin
d5920b14ea SynEdit: Removed deprecated code
git-svn-id: trunk@24489 -
2010-04-07 17:29:01 +00:00
martin
ee811cda8e SynEdit: Updates for SharedTextBuffer (DualView)
git-svn-id: trunk@24488 -
2010-04-07 15:41:46 +00:00
martin
01bc1ec9e9 SynEdit: Fix (2) for Highlighter Slowdown (introduced in rev 24477 #9a3a4acd60)
git-svn-id: trunk@24486 -
2010-04-07 11:27:09 +00:00
martin
b1bd56d202 SynEdit: Fix for Highlighter Slowdown (introduced in rev 24477 #9a3a4acd60)
git-svn-id: trunk@24485 -
2010-04-07 11:05:05 +00:00
martin
906b3f9819 SynEdit: fpdoc
git-svn-id: trunk@24478 -
2010-04-06 22:15:56 +00:00
martin
9a3a4acd60 SynEdit, Refactor: Move more range scanning code to highlighter
git-svn-id: trunk@24477 -
2010-04-06 22:13:33 +00:00
martin
02c12b2e82 SynEdit: Fix a crash when focus messages are received during destruction
git-svn-id: trunk@24476 -
2010-04-06 22:06:46 +00:00
martin
fd3a7b5ef5 SynEdit, Folding: Clear folds, if highlighter changes
git-svn-id: trunk@24475 -
2010-04-06 21:27:34 +00:00
mattias
ad982bfee9 LCL: TCalculatorForm, TCustomDockForm, TSynBaseCompletionForm, ShowInputDialog: combine creation
git-svn-id: trunk@24422 -
2010-04-05 00:03:39 +00:00
martin
da59ab77fb SynEdit: Fixed Plugin (Template/Syncro) handling for DualView
git-svn-id: trunk@24364 -
2010-04-02 00:37:27 +00:00
martin
dd2476a1cc SynEdit HighlighterAny: Fixed updating the Comment Value
git-svn-id: trunk@24290 -
2010-03-29 20:15:32 +00:00
martin
b6a5c48f8f Synedit: docs
git-svn-id: trunk@24205 -
2010-03-25 03:15:48 +00:00
martin
654b36a727 Synedit: docs
git-svn-id: trunk@24204 -
2010-03-25 01:33:40 +00:00
martin
2fb10a5a62 SynEdit: Remove references from old objects, when releasing
git-svn-id: trunk@24152 -
2010-03-21 18:04:17 +00:00
mattias
b5f152ec80 translations: german: updates from Joerg Braun
git-svn-id: trunk@24119 -
2010-03-20 19:34:27 +00:00
martin
8edd625a12 SynEdit, forward focus msg to inherited
git-svn-id: trunk@24037 -
2010-03-16 14:09:42 +00:00
mattias
6c43608618 LCL: removed unused flag csCreating
git-svn-id: trunk@23952 -
2010-03-11 20:59:37 +00:00
martin
2749b31b1e SynCompletion: Fix div by zero, due to resize during creation (Issue #15964). Patch by Aleksa Todorovic
Added extra code, to prevent unnecessary calculations.

git-svn-id: trunk@23948 -
2010-03-11 19:34:54 +00:00
martin
559e6fc038 SynEdit: If the caret-pos is changed by right click, make sure it happens before the menu pops up. Otherwise Windows does not show the new pos.
git-svn-id: trunk@23863 -
2010-03-07 12:19:39 +00:00
martin
4e85dcf58a SynEdit: Fix "right mouse move caret" did unset block selection. Issue #15325
git-svn-id: trunk@23862 -
2010-03-07 11:05:40 +00:00
mattias
048dcb82c4 synedit: Paste: first check for synedit format then request it
git-svn-id: trunk@23795 -
2010-02-26 09:12:54 +00:00
paul
52b2c3a080 synedit: highlight proc modifiers also in class without sections
git-svn-id: trunk@23785 -
2010-02-25 03:21:54 +00:00
martin
d9fc2ac6e7 SynEdit: Replacing BlockMode selection now inserts in BlockMode too
SourceEditor: Fix upper/LowerCase Selection for Blockmode, Issue #15626

git-svn-id: trunk@23645 -
2010-02-05 16:23:06 +00:00
martin
7af50c9684 SynEdit: Fix Initialization of Option and Option2 from constructor. Issue #15532
git-svn-id: trunk@23633 -
2010-02-05 01:07:54 +00:00
paul
1bc6b10b9e synedit: support folding for dispinterfaces
git-svn-id: trunk@23540 -
2010-01-23 17:20:07 +00:00
paul
9999081da8 lazarus: extract some classes from propedits to propeditutils by Ask (issue #0015531)
git-svn-id: trunk@23472 -
2010-01-17 07:12:12 +00:00
paul
e9afd0929b synedit: convert forms to use fpc resources
git-svn-id: trunk@23465 -
2010-01-15 03:13:20 +00:00
paul
ae015bc313 synedit: fix compilation with the fpc trunk
git-svn-id: trunk@23409 -
2010-01-09 18:52:07 +00:00
paul
1887ef1c98 synedit: extend a list of places where procedure modifiers are allowed, restrict 'pascal', 'register' and 'safecall' modifiers to that places
git-svn-id: trunk@23345 -
2010-01-02 11:23:04 +00:00
paul
5b7d36de82 lcl, designer, ideintf, components: rename csOwnedChildsNotSelectable -> csOwnedChildrenNotSelectable
git-svn-id: trunk@23185 -
2009-12-18 10:07:11 +00:00
mattias
725116be84 synedit: clean up
git-svn-id: trunk@23070 -
2009-12-10 16:20:46 +00:00
martin
da2de60b97 SynEdit: Fix Undo/Redo block-indent. Issue #15307
git-svn-id: trunk@23068 -
2009-12-10 12:51:46 +00:00
martin
d9ccb124f5 SynEdit: minor changes for DualView
git-svn-id: trunk@23065 -
2009-12-10 12:22:53 +00:00
mattias
0d6aff22e1 csOwnedChildsSelectable inverted and renamed to csOwnedChildsNotSelectable
git-svn-id: trunk@22852 -
2009-11-28 15:18:27 +00:00
martin
e1c8b64e3f SynEdit, SourceEditor: refactored Syncro-edit detection
git-svn-id: trunk@22787 -
2009-11-26 07:32:31 +00:00
paul
543add952b synedit: support for cppclass
git-svn-id: trunk@22785 -
2009-11-26 06:55:44 +00:00
paul
c7a2f70a7a synedit: support for objcprotocol, weakexternal
git-svn-id: trunk@22770 -
2009-11-25 15:45:36 +00:00
paul
4173970827 synedit: support for objcclass
git-svn-id: trunk@22769 -
2009-11-25 15:34:48 +00:00
martin
776f474483 SynEdit: Fix smart unindent obeys read-only
git-svn-id: trunk@22686 -
2009-11-19 23:54:52 +00:00
martin
69f53e8c35 SynEdit: Starting Multi-View SynEdit
git-svn-id: trunk@22679 -
2009-11-19 00:14:36 +00:00
martin
7c61fa681f SynEdit: Clean-up, removed some ifdef
git-svn-id: trunk@22673 -
2009-11-18 17:21:42 +00:00
martin
7404b6ed0b SynEdit: refactor, moved some undo/redo code to the lines object
git-svn-id: trunk@22672 -
2009-11-18 16:53:20 +00:00
martin
650d40ce24 SynMemo: missing properties/methods
git-svn-id: trunk@22665 -
2009-11-18 03:33:29 +00:00
martin
c8ba6e0940 SynEdit, trim trailing space: Fixed, spaces where kept, if text was reverted
git-svn-id: trunk@22663 -
2009-11-18 00:09:36 +00:00
martin
18d49dd9cd SynEdit: refactor, all Lines.On* are now event-lists
git-svn-id: trunk@22662 -
2009-11-18 00:07:55 +00:00
martin
106170d98a SynEdit: Replaced old code by equal functionality from LCL
git-svn-id: trunk@22655 -
2009-11-17 20:56:10 +00:00
martin
ef24cbaf73 SynEdit, Makefile: added missing units
git-svn-id: trunk@22654 -
2009-11-17 20:53:55 +00:00
martin
f7794cff2a SynEdit: Added fold config for for XML/LFM
git-svn-id: trunk@22623 -
2009-11-16 13:42:30 +00:00
martin
330f5e60fb Synedit: Undone default-filter deprecation
git-svn-id: trunk@22619 -
2009-11-16 12:09:03 +00:00