Commit Graph

343 Commits

Author SHA1 Message Date
mattias
8d3b3406e6 IDE: option to disable i18n for lfm files of project
git-svn-id: trunk@26167 -
2010-06-18 07:49:33 +00:00
martin
6e5c9ebf1c SourceEditor: Fixed closing tabs in multi-editor mode. FindPageWithEditor returned wrong results since rev 26019 #a392fb4a51
git-svn-id: trunk@26158 -
2010-06-17 13:00:50 +00:00
mattias
e7db0d5bcd IDE: moved todolist to package, todo list for packages needs to be done
git-svn-id: trunk@26151 -
2010-06-16 11:53:34 +00:00
mattias
48a402b0f5 IDEIntf: added IDE window creator procedure
git-svn-id: trunk@26104 -
2010-06-14 10:23:10 +00:00
mattias
901fecf43a anchordocking: dock only one control per custom docksite
git-svn-id: trunk@26020 -
2010-06-10 09:52:32 +00:00
mattias
a392fb4a51 IDE: accelerated TSourceNotebook.FindPageWithEditor
git-svn-id: trunk@26019 -
2010-06-10 08:17:53 +00:00
mattias
9b2dc8742c IDE: added flag to disable autosizing on create
git-svn-id: trunk@26002 -
2010-06-09 07:06:52 +00:00
martin
c6f133de70 SourceEditor: Fix initial pos/scroll
git-svn-id: trunk@25991 -
2010-06-08 21:15:48 +00:00
martin
26e2e7a1ff SourceEditor: Do not try to focus editor in invisible window / issue #16637
git-svn-id: trunk@25915 -
2010-06-05 13:31:21 +00:00
martin
73aae1143d SourceEditor: don't paint 2nd breakpoint on executionline (if no linenumber gutter visible)
git-svn-id: trunk@25870 -
2010-06-03 17:46:14 +00:00
martin
7d182b6bd5 SourceEditor, EditorOption: Customize handling of long line hints in Identifier completion dropdown
git-svn-id: trunk@25827 -
2010-06-01 22:51:43 +00:00
martin
488fd1f726 SourceEditor: Defer handle creation (visibility) at startup
git-svn-id: trunk@25728 -
2010-05-28 12:32:37 +00:00
martin
cccc33ab03 SourceEditor: Instruct SourceLog to write directly to SynEdit (skip stringlist)
git-svn-id: trunk@25716 -
2010-05-27 21:52:31 +00:00
mattias
7420ab3ba0 IDE: codebuffer to synedit: using add instead of temporary stringlist
git-svn-id: trunk@25715 -
2010-05-27 21:49:06 +00:00
mattias
67635d4200 IDE: fixed source editor taking focus on page changed, bug #16581
git-svn-id: trunk@25690 -
2010-05-27 14:16:02 +00:00
martin
5b42849a32 Reverted: SourceEditor: Instruct SourceLog to write directly to SynEdit (skip stringlist)
git-svn-id: trunk@25678 -
2010-05-26 23:20:27 +00:00
martin
c888a8d4eb SourceEditor: Instruct SourceLog to write directly to SynEdit (skip stringlist)
git-svn-id: trunk@25677 -
2010-05-26 23:08:22 +00:00
mattias
67b7304389 IDE: do not focus an invsibile editor
git-svn-id: trunk@25675 -
2010-05-26 22:35:45 +00:00
mattias
bee80b1936 IDE: reduce some overhead
git-svn-id: trunk@25657 -
2010-05-26 08:24:40 +00:00
martin
9435c0c87b SourceEditor: fixed locking, focus to disabled control issue
git-svn-id: trunk@25653 -
2010-05-26 01:37:09 +00:00
mattias
bc526dfe8e TXMLConfig: implemented path cache
git-svn-id: trunk@25649 -
2010-05-25 23:01:51 +00:00
martin
06044d71ad SourceEditor: improved locking
git-svn-id: trunk@25640 -
2010-05-25 16:21:23 +00:00
mattias
808cdde51b IDE: fixed updating statusbar, notebookpagechange events are no longer triggered when PageIndex changes by program
git-svn-id: trunk@25639 -
2010-05-25 15:54:22 +00:00
martin
084a15c640 IDE, EditorOptions: Moved to ColorSchemFactory / Added Export for ColorScheme / Added UserSchemes
git-svn-id: trunk@25626 -
2010-05-25 00:43:06 +00:00
mattias
b527e66fb7 IDE: source editor using IDEIntf for showing
git-svn-id: trunk@25615 -
2010-05-24 17:41:32 +00:00
mattias
f25c0d95e5 IDE: using IDEIntf to show dockable windows
git-svn-id: trunk@25604 -
2010-05-24 14:31:03 +00:00
mattias
160b52476f IDEIntf: started TIDEWindowCreator for registering independent/dockable windows
git-svn-id: trunk@25597 -
2010-05-24 00:58:44 +00:00
mattias
d18d9a1205 IDEIntf: started TIDEWindowDefaultLayout
git-svn-id: trunk@25573 -
2010-05-22 10:59:28 +00:00
mattias
a62c0354eb IDE: removed docking
git-svn-id: trunk@25567 -
2010-05-21 16:24:47 +00:00
mattias
331b05a147 IDE: started block completion on char
git-svn-id: trunk@25556 -
2010-05-20 21:44:03 +00:00
mattias
0e3f868fb4 codetools: fixed FindLineEndOrCodeInFrontOfPosition to return the start of the line end, bug #16519
git-svn-id: trunk@25526 -
2010-05-20 08:03:53 +00:00
mattias
fb5e62291a IDE: read .dfm files if lfm not present, no write support, bug #16475
git-svn-id: trunk@25511 -
2010-05-19 09:40:19 +00:00
mattias
e0f1d368f3 IDE: on autocompleteblock add do after while/for/foreach
git-svn-id: trunk@25453 -
2010-05-16 09:14:45 +00:00
mattias
7351db06f9 IDE: on autocompleteblock add then after if
git-svn-id: trunk@25452 -
2010-05-16 09:04:33 +00:00
martin
8a1ed611d5 SourceEditor: Fix IsCaretOnScreen (for finding jump target edit)
git-svn-id: trunk@25412 -
2010-05-15 00:31:15 +00:00
martin
04f6026090 SourceEditor: Prevent an issue with selecting the last tab on GTK2, when clicking tab-borders
git-svn-id: trunk@25408 -
2010-05-14 21:00:09 +00:00
martin
1a24516760 SourceEditor: Tab-Drag indicators (Windows) for Left/Right tabs
git-svn-id: trunk@25339 -
2010-05-12 17:18:14 +00:00
martin
ef952f1651 SourceEditor: Drag tabs, removed workaround for wrong tab-rect
git-svn-id: trunk@25337 -
2010-05-12 16:39:40 +00:00
martin
07f60b5d3c SourceEditor: Restore (to best of possibility) Caret/Topline after codebuffer changes/reload
git-svn-id: trunk@25285 -
2010-05-09 19:08:13 +00:00
martin
9b27609bab SynEdit: Improved Syncro-Edit (see note on issue #14813)
git-svn-id: trunk@25247 -
2010-05-08 14:30:26 +00:00
mattias
9361e5a7ae IDE: fixed change file line ending
git-svn-id: trunk@25195 -
2010-05-04 20:58:31 +00:00
mattias
cf55952b42 removed OldAutoSize
git-svn-id: trunk@25190 -
2010-05-04 19:16:18 +00:00
dmitry
3c74e15e08 ide: cleanup line-ending popup menu settings. bug #16378
git-svn-id: trunk@25144 -
2010-05-03 08:11:56 +00:00
martin
7f60a27900 SourceEditor: CenterCursor, work with folded text
git-svn-id: trunk@25110 -
2010-05-01 18:02:26 +00:00
mattias
33a360c593 IDE: show debugger and declaration hints together
git-svn-id: trunk@25104 -
2010-05-01 16:47:12 +00:00
mattias
4cb64727e3 IDE: clean up
git-svn-id: trunk@25086 -
2010-05-01 08:11:15 +00:00
martin
e6ec1f3a4b SourceEditor: improved multi-editor locking/caret handling, for code completion (fix other editor, fix undo)
git-svn-id: trunk@25085 -
2010-05-01 00:03:30 +00:00
martin
e66ef81168 SourceEditor, IDE: added configuration for Multi-Window
git-svn-id: trunk@24807 -
2010-04-21 23:55:49 +00:00
martin
66fb17fa0c SourceEditor: activate new window, for keyboard cmd Copy-To-New
git-svn-id: trunk@24793 -
2010-04-21 15:15:00 +00:00
martin
7c20b136c7 SourceEditor: Fix finding the drop target for tabs. occasionally it did drop at pos 0
git-svn-id: trunk@24789 -
2010-04-21 12:43:05 +00:00