Commit Graph

681 Commits

Author SHA1 Message Date
juha
58e631025e Macros: Implement $Confirm() macro. Issuse #11370
git-svn-id: trunk@40968 -
2013-05-01 08:44:56 +00:00
mattias
fd4d0497fc IDE,IDEIntf: added TSourceEditorManagerInterface.ReIndent, added parameter Beautify to TLazProjectFile.SetSourceText
git-svn-id: trunk@40813 -
2013-04-15 08:31:41 +00:00
martin
389ce68238 IDE: SourceEdit: fixed word (word from text, not identifier) completion
git-svn-id: trunk@40394 -
2013-02-24 18:31:05 +00:00
martin
762694f67a IDE: add markup for user defined word-lists
git-svn-id: trunk@40029 -
2013-01-29 18:23:20 +00:00
martin
d67ac0c78c IDE: SourceEditor: reduce work when applying global options
git-svn-id: trunk@39958 -
2013-01-24 20:43:41 +00:00
juha
d451ec6672 IDE: Allow user to create own custom IDE macros and install them to IDE by using packages. Issue #23502, patch from Cyrax
git-svn-id: trunk@39909 -
2013-01-20 09:34:35 +00:00
martin
86cf02bfa5 SourceEditor: Improve session restore, if more than 2 windows were used.
git-svn-id: trunk@39829 -
2013-01-11 14:59:56 +00:00
mattias
4191ccc638 IDE: make resourcestring: focus editor
git-svn-id: trunk@39814 -
2013-01-09 14:43:21 +00:00
mattias
a70beb5187 IDE: update active sourceeditor on MouseDown
git-svn-id: trunk@39709 -
2013-01-01 11:45:40 +00:00
mattias
f531875607 IDE: update active sourceeditor on KeyDown
git-svn-id: trunk@39708 -
2013-01-01 11:43:22 +00:00
mattias
9f25516ea6 IDE: use Sender sourceeditor instead of last active sourceeditor
git-svn-id: trunk@39707 -
2013-01-01 11:33:01 +00:00
martin
87f31fe559 IDE fix smart indent
git-svn-id: trunk@39639 -
2012-12-23 18:30:17 +00:00
martin
650f60c596 IDE: Add option to auto-continue comments
git-svn-id: trunk@39605 -
2012-12-20 23:35:24 +00:00
martin
60e115de93 SourceEditor: Fix get correct Editor, do not use nil object (Beautifier callback).
git-svn-id: trunk@39603 -
2012-12-20 20:44:33 +00:00
mattias
39dde6cf13 IDE: find prompt: shorten texts, bug #23493
git-svn-id: trunk@39575 -
2012-12-18 11:51:46 +00:00
martin
6b37bec961 IDE: added clear all-in-open-files or all-in-current-file bookmarks. Issue #0013428
git-svn-id: trunk@39557 -
2012-12-16 06:09:49 +00:00
martin
a66522e83b SourceEditor: Fixed crash when closing last tab (via ctrl F4) while code-completion was active. Issue #0023317
git-svn-id: trunk@39282 -
2012-11-15 15:33:36 +00:00
juha
37a90f1c94 IDE: Ask user to continue search from the beginning if no matches were found. Issue #23228
git-svn-id: trunk@39237 -
2012-11-02 22:31:01 +00:00
juha
3731f23757 IDE: formatting
git-svn-id: trunk@39212 -
2012-10-31 21:29:18 +00:00
martin
70d1556197 SourceEditor: Use selection as default search only if caret is in/at selection (persistent selection)
git-svn-id: trunk@39101 -
2012-10-16 11:51:25 +00:00
juha
5c22372849 IDE: formatting
git-svn-id: trunk@38700 -
2012-09-16 21:04:52 +00:00
juha
672f5bd862 Replace #13 with LineEnding in many messages. It didn't show correctly on Linux systems.
git-svn-id: trunk@38633 -
2012-09-13 06:39:56 +00:00
martin
55db0fa79e EditorMacros: Refactor, make avail in SrcEditInterface
git-svn-id: trunk@38381 -
2012-08-25 22:46:20 +00:00
martin
1ffcfe06cd EditorMacros: Refactor, do not inherit TSynMacroRecorder
git-svn-id: trunk@38372 -
2012-08-25 13:37:05 +00:00
martin
c0c7de3fea IDE: Export to html, do not enforce check for writeable. Issue #0022588
git-svn-id: trunk@38198 -
2012-08-07 21:40:54 +00:00
mattias
a99a34ebd2 IDE: using UTF8CompareText
git-svn-id: trunk@37960 -
2012-07-16 20:53:37 +00:00
martin
c51dc8a862 SourceEditor: Begin/EndUpdate
git-svn-id: trunk@37877 -
2012-07-05 14:44:38 +00:00
mattias
0200ab2e5b IDE: moved InsertFilename to source editor so that focussing works like other source commands
git-svn-id: trunk@37802 -
2012-06-27 16:06:45 +00:00
mattias
c625dd1c05 IDE: moved InsertGUID to source editor so that focussing works like other source commands
git-svn-id: trunk@37801 -
2012-06-27 16:04:02 +00:00
martin
2dfbcd88d3 SourceEditor: Display stop button, while macro recording
git-svn-id: trunk@37719 -
2012-06-21 18:23:39 +00:00
martin
4eeeddf42d IDE: Added list of recorded editor macros
git-svn-id: trunk@37679 -
2012-06-17 21:16:52 +00:00
mattias
24c2470b43 IDE: using TFileStreamUTF8 and TStringListUTF8
git-svn-id: trunk@37656 -
2012-06-15 16:50:31 +00:00
martin
f5beac7000 SourceEditor: Fix (Work-around) an issue with focusing an editor, that is being closed (while debugging) "no parent handle". Issue #0022015
git-svn-id: trunk@37623 -
2012-06-11 18:47:41 +00:00
martin
9cfccbdc1a DBG: Cancel LineInfo, if unit is closed in editor (forgot file)
git-svn-id: trunk@37502 -
2012-06-03 15:36:37 +00:00
martin
204877981e SourceEditor: Fix an issue with focusing an editor, that is being closed (while debugging) "no parent handle". Issue #0022015
git-svn-id: trunk@37471 -
2012-06-01 14:21:52 +00:00
juha
b1a2dfb791 IDE: Add Source/Insert General/MIT Notice. Issue #22151, patch from Reinier Olislagers
git-svn-id: trunk@37466 -
2012-05-30 16:56:55 +00:00
juha
48d4107e26 IDE: Focus active source editor before executing menu command, did not work with anchordocking. Issue # 22114, modified from patch by Takeda Matsuki
git-svn-id: trunk@37422 -
2012-05-26 07:25:27 +00:00
juha
5b73c6f898 Remove old ifdefs from "deprecated" declarations. They don't work with recent compilers
git-svn-id: trunk@37405 -
2012-05-23 20:28:24 +00:00
martin
ec79d9e28b SourceEdit/DBG: Ensure Codebuffer is updated before using it to add watches
git-svn-id: trunk@37380 -
2012-05-21 16:45:53 +00:00
martin
e27bff3507 SourceEditor: Hide hint, when mouse moves (even if outside IDE, or IDE is not active). Differentiate plain and html hint Issue #0022016
git-svn-id: trunk@37379 -
2012-05-21 16:07:39 +00:00
martin
a66b293fd8 SourceEditor: Hide hint, when mouse moves (even if outside IDE, or IDE is not active). Issue #0022016
git-svn-id: trunk@37378 -
2012-05-21 15:59:20 +00:00
mattias
25cee57606 IDE: fixed uninitialized result
git-svn-id: trunk@37346 -
2012-05-19 09:11:46 +00:00
martin
3b402f3e72 SourceEditor: Added logging/debugln
git-svn-id: trunk@37310 -
2012-05-17 19:11:41 +00:00
martin
f8a052f453 SourceEditor: Fix crash when closing several tabs, while debugging (paused / loading line info). May be related to issue #22015
git-svn-id: trunk@37273 -
2012-05-13 21:46:42 +00:00
martin
d0fa292c28 SourceEdit: Only add tabs to tab-history that were accessed
git-svn-id: trunk@37196 -
2012-05-06 10:48:22 +00:00
martin
b66752bd74 SourceEdit: Do not access outdated tab-history entries (dangling pointers). Issue #0021939
git-svn-id: trunk@37195 -
2012-05-06 10:40:09 +00:00
martin
3b43d6d9d5 Fix compile, for mouse over hint
git-svn-id: trunk@37139 -
2012-05-02 16:41:17 +00:00
martin
7eb5fa6c4a SrcEdit: Improve allow mouse to enter html hint
git-svn-id: trunk@37138 -
2012-05-02 16:33:50 +00:00
martin
0fbe5d3207 Fix compile, for mouse over hint
git-svn-id: trunk@37124 -
2012-05-01 15:39:14 +00:00
martin
ca7b620b13 SrcEdit: Improve allow mouse to enter html hint
git-svn-id: trunk@37123 -
2012-05-01 15:24:49 +00:00
martin
44b12851fb SrcEdit: Allow mouse to enter html hint
git-svn-id: trunk@37117 -
2012-05-01 00:48:19 +00:00
martin
25e5537ed4 SourceEdit: use softcenter for Replace prompt. Issue #0021709
git-svn-id: trunk@36796 -
2012-04-15 14:16:18 +00:00
martin
ee4e8f2cb6 CodeTemplate: allow tab to trigger / selection to ignore. issue #0017631
git-svn-id: trunk@36527 -
2012-04-02 18:32:06 +00:00
martin
db25fe4136 IDE: Export as HTML
git-svn-id: trunk@36523 -
2012-04-02 15:35:22 +00:00
mattias
87d9c6bb13 IDE: moved macros save/saveall to source editor
git-svn-id: trunk@36514 -
2012-04-02 08:06:52 +00:00
martin
cca189d62b SrcEdit: Fix order of events for editor created/destoyed
git-svn-id: trunk@36357 -
2012-03-26 20:06:02 +00:00
martin
67e76e1b92 SrcEdit: Fix order of events for editor created/destoyed
git-svn-id: trunk@36353 -
2012-03-26 19:42:40 +00:00
martin
30aa47c2c1 SrcEdit: Fix order of events for editor created/destoyed
git-svn-id: trunk@36352 -
2012-03-26 19:23:40 +00:00
martin
0d3821b8c6 SrcEdit: Close should not be public, as it only does part of the work (tab remains open)
git-svn-id: trunk@36351 -
2012-03-26 19:14:21 +00:00
paul
7b476a6856 ide: redo TSourceEditor.InsertLine (fixes bug #0021493)
git-svn-id: trunk@36335 -
2012-03-26 01:39:28 +00:00
martin
e243219fde SrcEdit / Tab-Menu: open project inspector
git-svn-id: trunk@36271 -
2012-03-23 11:50:59 +00:00
martin
85053ebc34 SrcEdit / Tab-Menu: remove directory
git-svn-id: trunk@36267 -
2012-03-23 11:19:37 +00:00
martin
33afd9a994 SrcEdit / Tab-Menu: via ctrl-right
git-svn-id: trunk@36265 -
2012-03-23 11:08:30 +00:00
martin
c6d8b4ee5f SourceEditor: Tabs in popup, use PageName (with Upper/Lower-Case)
git-svn-id: trunk@36237 -
2012-03-23 01:54:44 +00:00
martin
59d651babf SourceEditor: open package from Tabs in popup
git-svn-id: trunk@36233 -
2012-03-22 23:50:38 +00:00
martin
46cc0fdc2a SourceEditor: Show counts/modified Tabs in popup
git-svn-id: trunk@36232 -
2012-03-22 23:16:13 +00:00
martin
a6dd9b4d8d SourceEditor: Sort Tabs in popup
git-svn-id: trunk@36231 -
2012-03-22 23:04:46 +00:00
martin
e84b3bad31 SourceEditor: Recent Tabs by Andrew Haines
git-svn-id: trunk@36230 -
2012-03-22 22:51:40 +00:00
martin
6a79dbc976 SourceEdit: when file changed on disc: keep topline / revert 36226 #77d9a604b6
git-svn-id: trunk@36227 -
2012-03-22 18:28:03 +00:00
martin
77d9a604b6 SourceEdit: when file changed on disc: keep topline
git-svn-id: trunk@36226 -
2012-03-22 18:02:24 +00:00
martin
575e24d917 SrcEdit: Tab-Menu: names
git-svn-id: trunk@36225 -
2012-03-22 16:39:04 +00:00
martin
416d52d6f0 SrcEdit: Tab-Menu: group files by package
git-svn-id: trunk@36209 -
2012-03-22 02:32:29 +00:00
martin
936ca11193 SrcEdit: Made menu callback a method
git-svn-id: trunk@36207 -
2012-03-22 01:49:18 +00:00
mattias
2a90441323 lazbuild: fixed using lcl questiondlg
git-svn-id: trunk@36201 -
2012-03-21 23:16:09 +00:00
mattias
fb29f7bfd4 IDE: source editor: tabs popup menu: files: show name in directory
git-svn-id: trunk@36197 -
2012-03-21 22:41:55 +00:00
paul
0e0b2fa192 ideintf, ide: add InsertLine method
git-svn-id: trunk@36186 -
2012-03-21 04:11:51 +00:00
mattias
9bd7d03126 IDE: source editor: tab popup menu: show modified files with *
git-svn-id: trunk@36170 -
2012-03-19 16:41:01 +00:00
mattias
5ab54db2f5 IDE: move source editor to other window: reduce autosize overhead
git-svn-id: trunk@36169 -
2012-03-19 16:36:03 +00:00
mattias
e36cbeb5b9 IDE: switch editorcomponent window: set parent to nil before changing owner
git-svn-id: trunk@36167 -
2012-03-19 16:29:41 +00:00
sekelsenmat
1ce848befa Moves "Find Declaration" back to the top of the source editor popup menu
git-svn-id: trunk@36029 -
2012-03-15 12:57:04 +00:00
juha
2e86fb66b8 IDE: add list of open editors to the SE tab popup menu.
git-svn-id: trunk@35858 -
2012-03-10 08:23:48 +00:00
juha
2e4c4d2bfe IDE: Prevent a crash when the SE is closed from a modal dialog.
git-svn-id: trunk@35811 -
2012-03-07 21:23:26 +00:00
juha
1c146e5078 IDE: remove useless code in SE popup menu update for bookmarks, disable undefined bookmarks in GoTo section
git-svn-id: trunk@35775 -
2012-03-06 16:54:12 +00:00
juha
dfc80e1895 IDE: formatting
git-svn-id: trunk@35774 -
2012-03-06 16:20:32 +00:00
juha
23c8d08e0b IDE: formatting
git-svn-id: trunk@35759 -
2012-03-06 09:46:52 +00:00
juha
bf285bb78e IDE: change order of Source Editor popup sections + other fixes.
git-svn-id: trunk@35738 -
2012-03-05 15:03:48 +00:00
juha
80faea06cf IDE: Update the popup menu for Source Editor in a right place.
git-svn-id: trunk@35737 -
2012-03-05 14:36:48 +00:00
juha
34eceb1e57 IDE: improve the split between popup menus of Source Editor's tab and editor.
git-svn-id: trunk@35733 -
2012-03-05 13:28:46 +00:00
mattias
857aa86216 IDE: clean up
git-svn-id: trunk@35731 -
2012-03-05 11:24:05 +00:00
juha
72a1b0cfa6 IDE: Make a separate popup menus for SourceEditor tabs and editor itself. Select the tab when right-clicked. Issue #19846
git-svn-id: trunk@35725 -
2012-03-05 10:32:26 +00:00
paul
27e8d29632 ide: when checking for a hint window also check for a hint window child (issue #0020185)
git-svn-id: trunk@35517 -
2012-02-21 01:07:44 +00:00
paul
19acb2a8de ide: don't hide hint if user input handler passes a hint window as a source of messages (issue #0020185), also don't explicitly hide hint if source editor notifies about scroll event - hint will hide anyway because of user input notification
git-svn-id: trunk@35501 -
2012-02-20 06:24:01 +00:00
martin
4f15b0fa87 IDE/SynEdit: macro recorder, create with owner (protect from self destruction)
git-svn-id: trunk@35497 -
2012-02-19 22:59:58 +00:00
juha
2b9b562c24 IDE: make procedure TSourceNotebook.MoveEditor() public. Fix EditorFileManager behavior with many editor windows.
git-svn-id: trunk@35476 -
2012-02-19 11:30:46 +00:00
martin
a3467f2bc3 IDE/SynEdit: macro recorder, ignore certain commands
git-svn-id: trunk@35461 -
2012-02-18 17:46:22 +00:00
martin
9369fbe99c IDE/SynEdit: Added basic macro recorder
git-svn-id: trunk@35458 -
2012-02-18 17:09:03 +00:00
martin
6c2f247b5d IDE/SynEdit: Added basic macro recorder
git-svn-id: trunk@35456 -
2012-02-18 16:56:27 +00:00
martin
2cadce4640 SourceEditor: removed relict of old key-handling
git-svn-id: trunk@35404 -
2012-02-16 20:59:09 +00:00
martin
d76c007767 SynEdit: rework base-class structure for plugins
git-svn-id: trunk@35366 -
2012-02-14 20:01:45 +00:00
martin
3e30dd5250 SourceEdit: fix center caret X
git-svn-id: trunk@35364 -
2012-02-14 14:16:27 +00:00
juha
6b19f5e2aa IDE: inite resource strings for Undo, Redo, Cut, Copy and Paste
git-svn-id: trunk@35323 -
2012-02-12 14:35:42 +00:00
martin
c7eda00eb0 added debugln for focus
git-svn-id: trunk@35139 -
2012-02-04 23:31:55 +00:00
martin
f88a9d1f56 SynEdi: more debugln for undo
git-svn-id: trunk@35067 -
2012-01-31 19:26:25 +00:00
mattias
6a153e32a2 IDE: source editor: popup menu: added make resourcestring menu item
git-svn-id: trunk@34982 -
2012-01-28 13:07:04 +00:00
mattias
d5b6d03867 IDE: source editor open file: fixed path fpdoc and unit
git-svn-id: trunk@34980 -
2012-01-28 06:45:46 +00:00
martin
d503d615c5 Added try finally to some UndoBlock (editor)
git-svn-id: trunk@34977 -
2012-01-27 15:13:52 +00:00
paul
10d26cebb0 ide: cleanup and improve code readability
git-svn-id: trunk@34969 -
2012-01-27 08:08:43 +00:00
martin
08b6e284e1 SrcEdit: improved setting debug marks
git-svn-id: trunk@34937 -
2012-01-25 16:51:54 +00:00
mattias
9238bba3a6 IDE: source editor popup menu: open fpdoc file of unit
git-svn-id: trunk@34841 -
2012-01-21 14:27:37 +00:00
mattias
9c60f59d00 IDE: source editor popup menu: open unit/lfm of include file
git-svn-id: trunk@34840 -
2012-01-21 14:11:13 +00:00
mattias
74acb7f2d8 IDE: source editor popup menu: open unit/lfm of include file
git-svn-id: trunk@34839 -
2012-01-21 14:08:14 +00:00
mattias
ce2b09aa85 IDE: fixed crash on word completion
git-svn-id: trunk@34799 -
2012-01-19 17:09:03 +00:00
martin
2cc4863e8b MouseOpts: debug context menu
git-svn-id: trunk@34704 -
2012-01-11 04:03:04 +00:00
martin
5a689cb2ed SourceEditor: Allow replacing text and keep y-pos of marks
git-svn-id: trunk@34535 -
2012-01-01 19:32:53 +00:00
mattias
6c8ac2b3c8 IDE: identifier completion: option to only replace the prefix, not the whole identifier
git-svn-id: trunk@34399 -
2011-12-25 00:44:07 +00:00
martin
2719d51a7d IDE: improved ctrl (meta) click (mouse) for mac
git-svn-id: trunk@34274 -
2011-12-19 10:44:54 +00:00
mattias
1f7b476a9c IDE: clean up
git-svn-id: trunk@34196 -
2011-12-15 04:36:43 +00:00
martin
400f05dee0 SynEdit: refactor painting
git-svn-id: trunk@34165 -
2011-12-14 02:53:19 +00:00
martin
ae14a2fb5e IDE: SourceEditor, change toggle comment for single line selection to use full line, like multi-line selection. Column mode selection still allows the previous behaviour. Issue #20091
git-svn-id: trunk@33647 -
2011-11-20 17:22:44 +00:00
martin
bd624e2328 Ide: SourceEditor, added "Find in other Window"
git-svn-id: trunk@33635 -
2011-11-20 01:34:10 +00:00
sekelsenmat
fa02b703f1 Renames TNotebookOption and friends to TCTabControlOptions,etc because the old name was completely wrong since TNotebook is completely unrelated to this type
git-svn-id: trunk@33537 -
2011-11-15 07:28:07 +00:00
mattias
dc4d739171 IDE: toggle form: when on include serach unit
git-svn-id: trunk@33148 -
2011-10-29 11:15:47 +00:00
mattias
286cff9902 IDE: clean up
git-svn-id: trunk@33147 -
2011-10-29 11:02:03 +00:00
mattias
dce2342e2d IDE: source editor: context menu open lfm file of inc file
git-svn-id: trunk@33146 -
2011-10-29 11:00:15 +00:00
juha
b73ac7c339 IDE: fix Invert assignment's extra linefeed. Issue #20571
git-svn-id: trunk@33105 -
2011-10-26 21:13:59 +00:00
sekelsenmat
a7bfcf6c9b Removes TPageControl.OnPageChanged to fix bug #19903 double OnChange calls
git-svn-id: trunk@32622 -
2011-10-02 18:03:18 +00:00
martin
e9e9d97ea2 DBG: Add watchpoints to src-edit popup menu
git-svn-id: trunk@32575 -
2011-09-30 19:18:18 +00:00
martin
e7eb929eb2 DBG: Toggle breakpoint enabled with ctrl-click. (more efficient)
git-svn-id: trunk@32442 -
2011-09-20 19:34:58 +00:00
martin
a65bbd7c40 DBG: Toggle breakpoint enabled with ctrl-click. Issue #0017330
git-svn-id: trunk@32441 -
2011-09-20 19:24:22 +00:00
martin
b2d943371e SrcEdit: fix utf8 issue in incremental search. issue #0020288
git-svn-id: trunk@32409 -
2011-09-18 18:07:32 +00:00
juha
e6fc44167c IDE: rename UseProjectUnit -> UseUnit
git-svn-id: trunk@32378 -
2011-09-17 08:57:57 +00:00
juha
822e5e8cda IDE: formatting
git-svn-id: trunk@32377 -
2011-09-17 08:46:30 +00:00
juha
ac45fa23b2 IDE: Add "Use Unit" menu item to editor's local menu. Rename 2 vars.
git-svn-id: trunk@32376 -
2011-09-17 08:46:04 +00:00
martin
9eb5aff8c7 IDE, SrcEdit: fix syncro mode detection
git-svn-id: trunk@32361 -
2011-09-15 20:59:25 +00:00
mattias
105551e3cb IDE: fixed compilation
git-svn-id: trunk@32279 -
2011-09-11 09:09:51 +00:00
mattias
48ce3e8d5c IDE: clean up
git-svn-id: trunk@32225 -
2011-09-08 08:13:43 +00:00
mattias
66e4658fc5 IDE: sourceeditor: fixed crash if mouse enters while no editor has focus
git-svn-id: trunk@32224 -
2011-09-08 08:13:27 +00:00
martin
50ac7e45f9 SrcEdit: improve vertical placement on jumps (codetools)
git-svn-id: trunk@32157 -
2011-09-02 18:51:42 +00:00
martin
d0d565f788 IDE, Options: Unifying Font-specification to only use Size, instead of mixing Size and Height. Issue #0017694 Patch by cobines
git-svn-id: trunk@32150 -
2011-09-01 21:54:33 +00:00
martin
71bf02843d IDE, SourceEditor: Fixed hourglass cursor, after new project
git-svn-id: trunk@32002 -
2011-08-18 09:41:47 +00:00
martin
5d39026d37 IDE, apply SourceEditor update-lock, when opening files via menu or drag/drop
git-svn-id: trunk@31995 -
2011-08-16 18:32:48 +00:00
juha
6fbe0a47b5 CodeTools: Prevented a pop-up after typing a period in a string constant. Issue #19663, patch from Bart Broersma
git-svn-id: trunk@31882 -
2011-08-05 18:51:43 +00:00
sekelsenmat
73542b658a Renames TCustomNotebook to TCustomTabControl, a major breakthrough into fixing the tab-controls
git-svn-id: trunk@31767 -
2011-07-20 14:39:50 +00:00
sekelsenmat
ca84ba2f7f Patch from Hans-Peter, starts fixing TTabControl, from bug #19575
git-svn-id: trunk@31686 -
2011-07-13 12:43:43 +00:00
mattias
c36216f022 IDE: only update fpdoc hint if control visible
git-svn-id: trunk@31627 -
2011-07-09 22:34:26 +00:00
mattias
261318a675 IDE: default bounds for windows: use a fixed max of 1200x900, use Screen.WorkArea
git-svn-id: trunk@31347 -
2011-06-23 20:58:15 +00:00
mattias
c293f570bf IDE: identifier completion: option to show help
git-svn-id: trunk@31227 -
2011-06-14 18:37:52 +00:00
mattias
e974f302e5 turbo ipro: update layout in Paint if needed
git-svn-id: trunk@31203 -
2011-06-13 17:59:40 +00:00
mattias
1a4778a290 IDE: src edit: do not show long line hint when code help active
git-svn-id: trunk@31194 -
2011-06-13 09:05:39 +00:00
mattias
ddc247b49e IDE: src edit hint: update if prefix changed
git-svn-id: trunk@31186 -
2011-06-12 21:13:32 +00:00