Commit Graph

339 Commits

Author SHA1 Message Date
martin
9f629903f8 SourceEditor: more visible lock indicator
git-svn-id: trunk@24732 -
2010-04-20 10:58:18 +00:00
martin
4e4dced49a SourceEditor: allow to lock pages (against topline changes)
git-svn-id: trunk@24725 -
2010-04-20 00:01:36 +00:00
martin
4ae1c88b72 SourceEditor: Allow to hide single tab
git-svn-id: trunk@24722 -
2010-04-19 13:38:29 +00:00
mattias
af1bc64a0b IDE: debugging
git-svn-id: trunk@24679 -
2010-04-17 18:38:53 +00:00
mattias
c996a95a1f IDE: debugging
git-svn-id: trunk@24672 -
2010-04-17 16:04:41 +00:00
mattias
5aa3161301 IDE: debugging
git-svn-id: trunk@24671 -
2010-04-17 16:00:31 +00:00
mattias
9e62a61131 IDE: auto indenter: using the line number form synedit
git-svn-id: trunk@24670 -
2010-04-17 15:56:48 +00:00
martin
0936b1929e SourceEditor: Fixed dropping files for multi-window
git-svn-id: trunk@24653 -
2010-04-16 18:32:21 +00:00
martin
462c25c108 SourceEditor: Clean-up / issue #0016279 / by Flávio Etrusco
git-svn-id: trunk@24639 -
2010-04-15 23:07:21 +00:00
martin
13a122abd6 SourceEditor, Refactor: Centralize handling of Modified, and SourceBuffer for shared editors
git-svn-id: trunk@24635 -
2010-04-15 21:51:45 +00:00
martin
5118ed289e IDE, SourceEditor: Add keyboard commands for multi-window handling
git-svn-id: trunk@24629 -
2010-04-15 11:54:36 +00:00
martin
37b03ff6d4 Debugger: Fixed trouble with execution-line, when changing units (would go to wrong line); introduced in r24569 #b60616fe5a (track line changes)
git-svn-id: trunk@24584 -
2010-04-11 18:29:39 +00:00
martin
b60616fe5a Debugger, SourceEditor: Track Line changes during debug. Adjust breakpoints and executionline
git-svn-id: trunk@24569 -
2010-04-10 22:41:44 +00:00
martin
2a9ed589ac SourceEditor, SynEdit: Refactor DebugMarks (exe-line-marks). Ensure refresh for all windows
git-svn-id: trunk@24543 -
2010-04-09 21:59:40 +00:00
mattias
c78ff43647 IDE: fixed line indenter for new synedit line break policy
git-svn-id: trunk@24533 -
2010-04-09 08:53:33 +00:00
martin
f5773ee782 SourceEditor/Marks: Improved breakpoint line adjustment, on edit
git-svn-id: trunk@24532 -
2010-04-09 02:38:14 +00:00
martin
bbd8c68056 SourceEditor: Removed unused code. Issue #16231
git-svn-id: trunk@24516 -
2010-04-08 16:11:48 +00:00
martin
8746362f62 SourceEditor, Main: Query "Close or Hide" when closing SourceNotebook
git-svn-id: trunk@24494 -
2010-04-08 01:31:50 +00:00
martin
b9546fe6aa SourceEditor: Enable DualView (TextBufferShare)
git-svn-id: trunk@24492 -
2010-04-07 18:29:20 +00:00
martin
ee811cda8e SynEdit: Updates for SharedTextBuffer (DualView)
git-svn-id: trunk@24488 -
2010-04-07 15:41:46 +00:00
martin
c08a43fead SourceEditor: Fixed ExecutionLine for DualView
git-svn-id: trunk@24470 -
2010-04-06 15:11:05 +00:00
martin
f2ec37b6f5 SourceEditor: Clean-up
git-svn-id: trunk@24469 -
2010-04-06 14:47:08 +00:00
martin
fda361abd7 SourceEditor: Fixed compilation (without SynDualView)
git-svn-id: trunk@24445 -
2010-04-05 19:53:54 +00:00
martin
4df6b8b4c4 SourceEditor: Fix "move to other Window" menu, work with SynDualView
git-svn-id: trunk@24439 -
2010-04-05 17:26:53 +00:00
mattias
20a40f4a3b IDE: open unknown file check result
git-svn-id: trunk@24406 -
2010-04-04 17:56:09 +00:00
martin
2c3487ba93 SourceEditor: fix for new autosize
git-svn-id: trunk@24402 -
2010-04-04 15:09:00 +00:00
martin
2554635106 SourceEditor/Marks: Make breakpoints work with SynDualView
git-svn-id: trunk@24388 -
2010-04-04 02:35:32 +00:00
martin
d7fc2ae5e7 SourceEditor: Only send one update to msg-view, if 2 Views exist
git-svn-id: trunk@24384 -
2010-04-03 21:57:06 +00:00
martin
94672a57eb SourceEditor: Only send one update to msg-view, if 2 Views exist
git-svn-id: trunk@24383 -
2010-04-03 21:04:46 +00:00
martin
2c280ef33a SourceEditor: Search in open Files, search DualView only once
git-svn-id: trunk@24369 -
2010-04-02 13:49:38 +00:00
martin
6d923e4923 SourceEditor, IDE: Updates/Preparation for SynDualView
git-svn-id: trunk@24363 -
2010-04-01 23:07:21 +00:00
martin
afc6999553 SourceEditor/Mark: Clean-up changes to Notification introduced in 24264. patch by Flávio Etrusco
git-svn-id: trunk@24358 -
2010-04-01 16:27:13 +00:00
martin
824a3c686c IDE, Project: Refactor: extracted editor session info from UnitInfo
git-svn-id: trunk@24324 -
2010-03-31 22:32:24 +00:00
martin
cc46758fc0 SourceEditor: Ensure correct window is selected
git-svn-id: trunk@24295 -
2010-03-30 11:09:21 +00:00
martin
d15a3634aa SourceEditor: Invalidate breakpoint lines
git-svn-id: trunk@24278 -
2010-03-29 11:26:53 +00:00
martin
9dcf68db43 SourceEditor/Debugger: Correctly show disabled breakpoints. Issue #16096. Patch by Flávio Etrusco
git-svn-id: trunk@24264 -
2010-03-28 12:48:30 +00:00
martin
d68907ebac SourceEditor: Improved dragging tabs (visual) (fix visual leftovers)
git-svn-id: trunk@24255 -
2010-03-27 21:35:06 +00:00
martin
b467cb0938 SourceEditor: Improved dragging tabs (visual) (fixed)
git-svn-id: trunk@24253 -
2010-03-27 21:07:45 +00:00
martin
5482a98b94 SourceEditor: Improved dragging tabs (visual)
git-svn-id: trunk@24251 -
2010-03-27 18:37:36 +00:00
martin
aedba3f0d2 SourceEditor: Improved dragging tabs
git-svn-id: trunk@24249 -
2010-03-27 15:30:49 +00:00
martin
10df69f897 SourceEditor: Activate Window, before sending notification
git-svn-id: trunk@24246 -
2010-03-27 12:17:39 +00:00
martin
3a75910f27 SourceEditor: Fixed a crash, after closing one of multiply windows (due to issue with indent)
git-svn-id: trunk@24243 -
2010-03-27 11:49:42 +00:00
martin
6fb696e119 SourceEditor, switch tabs correctly on gtk2
git-svn-id: trunk@24239 -
2010-03-27 10:32:44 +00:00
martin
7b938aafdc SourceEditor, fixed accidental removed method from SrcEditorInterface
git-svn-id: trunk@24235 -
2010-03-27 00:03:48 +00:00
martin
9a7417e467 SourceEditor, switch tabs correctly on gtk2
git-svn-id: trunk@24233 -
2010-03-26 23:37:09 +00:00
martin
220072f09b SourceEditor: Fix indent with more than window
git-svn-id: trunk@24232 -
2010-03-26 21:58:40 +00:00
martin
dac2e43b34 SourceEditor: Refactor, removed dependency on Project unit
git-svn-id: trunk@24231 -
2010-03-26 21:49:08 +00:00
martin
508e666df5 SourceEditor: Fixed a crash when closing the IDE
git-svn-id: trunk@24211 -
2010-03-25 18:52:13 +00:00
martin
c4daaafe0c SourceEditor: try to make QT happy
git-svn-id: trunk@24210 -
2010-03-25 15:38:38 +00:00
paul
6bce7d6359 ide: fix sourceeditor pointer to name assigning
git-svn-id: trunk@24207 -
2010-03-25 08:38:46 +00:00
martin
601db0896e SourceEditor: dragging between windows
git-svn-id: trunk@24202 -
2010-03-24 22:56:22 +00:00
martin
f63f0431c6 SourceEditor: allow dragging between windows / Fix exception on IDE close
git-svn-id: trunk@24201 -
2010-03-24 22:47:32 +00:00
martin
9e564a1120 SourceEditor: Notify on window change (fpdoc, main-bar)
git-svn-id: trunk@24200 -
2010-03-24 22:21:18 +00:00
martin
6148dfd9c9 SourceEditor: Improved active window detection
git-svn-id: trunk@24197 -
2010-03-24 20:33:44 +00:00
martin
1ba48c8a9c SourceEditor: Make multi-window default
git-svn-id: trunk@24195 -
2010-03-24 19:12:23 +00:00
martin
3e92d4df61 SourceEditor/IDE Layout: more multi-window changes
git-svn-id: trunk@24194 -
2010-03-24 18:28:00 +00:00
martin
8b3fc5709e SourcEditor: Fixed compilation, due to misplaced {$EndIf}
git-svn-id: trunk@24182 -
2010-03-23 15:00:17 +00:00
martin
37751a639b SourceEditor: Starting Multi-SourceNotebook support ( -dMultiSrcWindow )
git-svn-id: trunk@24180 -
2010-03-23 12:06:27 +00:00
martin
a06e2d5c99 SourceEdito: Clean up; removed unused(duplicate) methods
git-svn-id: trunk@24175 -
2010-03-22 19:20:28 +00:00
martin
2a5d82df8c SourceEditor: Refactored notebook access
git-svn-id: trunk@24174 -
2010-03-22 19:03:16 +00:00
martin
9514e35650 SourceEditor: Refactor creation/destruction of helpers
git-svn-id: trunk@24172 -
2010-03-22 15:21:00 +00:00
martin
0a65211785 SourceEditor: Refactor ident-completion, Clean-up
git-svn-id: trunk@24171 -
2010-03-22 14:40:35 +00:00
martin
4d8114c3f6 SourceEditor: Fixed updating source-marks (breakpoints)
git-svn-id: trunk@24160 -
2010-03-22 03:05:20 +00:00
martin
5bb8bf59f1 SourceEditor, Refactor: Moved completion-form to own class, moved code templates to manager
git-svn-id: trunk@24159 -
2010-03-22 02:06:34 +00:00
martin
0ebddaa599 SourceEditor: Refactor, move creation of some global objects to Manager
git-svn-id: trunk@24145 -
2010-03-21 14:35:20 +00:00
martin
9e0ad791fc SourceEditor: small fixes to not yet used code (multi window)
git-svn-id: trunk@24123 -
2010-03-21 00:00:41 +00:00
martin
b4cdc88cfb SourceEditor: Do not take focus, if Designer updates. Issue #16059
git-svn-id: trunk@24120 -
2010-03-20 19:44:06 +00:00
martin
9040201c83 IDE/SourceEditor/Packages: Using SourceEditorManager / Removed all references to single instance "var SourceNotebook" (for multi-window handling)
git-svn-id: trunk@24113 -
2010-03-20 15:12:33 +00:00
martin
5329861e5a SourceEditor: Fix changing tabs for History jumps.
git-svn-id: trunk@24104 -
2010-03-20 01:23:11 +00:00
martin
01061fd0f8 IDE, SourceEditor: Refactor BookMarks
git-svn-id: trunk@24102 -
2010-03-19 20:28:40 +00:00
mattias
e7b5a78d0f LCL: added debugging for Disable/EnableAutoSizing
git-svn-id: trunk@24094 -
2010-03-19 11:11:47 +00:00
martin
20e1062c03 Ide/Project; SourceEditor: ActiveWindowIndex / ActivePage per Window (for multi-window handling)
git-svn-id: trunk@24092 -
2010-03-18 23:06:02 +00:00
martin
8c94ff2bd4 Ide/Project; SourceEditor: More using SourceEditorManager (for multi-window handling)
git-svn-id: trunk@24091 -
2010-03-18 22:14:09 +00:00
martin
b8f4eca4e8 IDE, FindReplace: Refactored, moved away from SourceNotebook
git-svn-id: trunk@24090 -
2010-03-18 21:25:19 +00:00
martin
2b5156b908 IDE, FindInFiles: Refactored, moved away from SourceNotebook
git-svn-id: trunk@24089 -
2010-03-18 19:16:20 +00:00
martin
b7d83adbf2 SourceEditor: Fix wrong editor shown when debugger steps-in / ProcessMsg during Tab-Change (related to new SrcEditorInterface)
git-svn-id: trunk@24086 -
2010-03-18 15:20:15 +00:00
mattias
ddf90b8e51 IDE: fixed layout search result form
git-svn-id: trunk@24077 -
2010-03-18 00:23:21 +00:00
martin
32b73ebd75 SourceEditor, IDE: don't focus editor, if hint is shown. Issue #16025, #16019
git-svn-id: trunk@24071 -
2010-03-17 20:07:20 +00:00
martin
ad943cb7a3 Ide/Project; SourceEditor: Start introducing SourceEditorManager (for multi-window handling)
git-svn-id: trunk@24039 -
2010-03-16 14:11:58 +00:00
martin
32bf0d2d92 Ide/Project; SourceEditor: Decouple relationship via EditorIndex. Fix, remove reference on close
git-svn-id: trunk@24012 -
2010-03-15 14:41:12 +00:00
martin
5f1f1153e3 Ide/Project; SourceEditor: Decouple relationship via EditorIndex (equals Tab/Page). Refactor updates via object reference (prepare for multi window)
git-svn-id: trunk@23993 -
2010-03-14 19:14:59 +00:00
martin
5270532363 OldAutoSize: Fix Spelling in IFDEF
git-svn-id: trunk@23947 -
2010-03-11 17:42:58 +00:00
mattias
874b22249a LCL: made NewAutoSize default, added -dOldAutoSize
git-svn-id: trunk@23943 -
2010-03-11 15:49:01 +00:00
mattias
51e74f6092 IDE: disable autosize on close
git-svn-id: trunk@23898 -
2010-03-09 16:19:29 +00:00
martin
7d68d5d48b SourceEditor: Allow tabs at top, left, right, bottom. Issue #15905 Based on patch by Flávio Etrusco
git-svn-id: trunk@23848 -
2010-03-06 21:40:35 +00:00
mattias
2628fb7656 IDE: source editor: copy key strokes instead of rebuilding everytime
git-svn-id: trunk@23818 -
2010-03-02 00:57:59 +00:00
mattias
6c21afffca IDE: saving find options: ssoWholeWord,ssoBackwards,ssoEntireScope,ssoRegExpr,ssoRegExprMultiLine
git-svn-id: trunk@23806 -
2010-02-28 22:04:08 +00:00
mattias
1eca478fdd IDE: menu search set free bookmark, bug #15829
git-svn-id: trunk@23762 -
2010-02-22 22:46:11 +00:00
martin
40ae9c7a85 SourceEditor: Optional show Number on tabs. patch from Alexander S. Klenin / Issue #14988
git-svn-id: trunk@23649 -
2010-02-05 19:53:04 +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
mattias
77a6f454ed IDE: change encoding on disk: update overide list
git-svn-id: trunk@23591 -
2010-01-29 09:37:05 +00:00
mattias
742caab46a IDE: identifier completion: use word completion if not in pascal source
git-svn-id: trunk@23501 -
2010-01-20 13:26:07 +00:00
paul
b2058afe7b ide: fix memory leak
git-svn-id: trunk@23494 -
2010-01-20 04:42:43 +00:00
mattias
c7c522d9e9 IDEIntf: added RegisterCompletionPlugin
git-svn-id: trunk@23484 -
2010-01-18 17:13:59 +00:00
dmitry
989a3cf5c2 ide: reverted line-ending menu comments of the IDE.
git-svn-id: trunk@23480 -
2010-01-18 06:55:51 +00:00
paul
9622c8cd82 ide: convert forms to use fpc resources
git-svn-id: trunk@23458 -
2010-01-15 02:06:37 +00:00
dmitry
02f1dca712 ide: added system names to line-endings submenu of the source editor
git-svn-id: trunk@23425 -
2010-01-12 07:18:47 +00:00
mattias
a1f22a3dff IDE: added Line ending menu item, bug #15420
git-svn-id: trunk@23277 -
2009-12-25 13:14:58 +00:00
paul
a71515551f ide: use icon for Inspect menu items
git-svn-id: trunk@23054 -
2009-12-10 02:42:11 +00:00
marc
101acea082 debugger: added line info to assembler output dialog
git-svn-id: trunk@23043 -
2009-12-09 00:14:29 +00:00