Commit Graph

7131 Commits

Author SHA1 Message Date
mattias
ec7076415f IDE: use macros in environment compiler file name
git-svn-id: trunk@28575 -
2010-11-30 17:33:04 +00:00
mattias
53c3f3e79f IDE: TPackageLinks.AddUserLink: fetch version from lpk, bug #18098
git-svn-id: trunk@28567 -
2010-11-30 12:06:46 +00:00
mattias
75c181bb33 IDE: fpdoc editor: operator result identifier
git-svn-id: trunk@28533 -
2010-11-28 13:29:15 +00:00
mattias
80d936c033 IDE: fpdoc editor: save button: auto reload repaired values
git-svn-id: trunk@28527 -
2010-11-28 12:47:09 +00:00
mattias
7d14b1c344 IDE: fpdoc editor: auto repair xml
git-svn-id: trunk@28526 -
2010-11-28 12:44:28 +00:00
paul
188361e605 codetools: support new class/generics syntax. like the next:
{ 
 TFoo = class
  const
    Value = 5;
  type
    TBar = integer;
  var
    FSomeField: Integer;
    procedure Dosomething;
  end;  
}

git-svn-id: trunk@28513 -
2010-11-27 18:25:25 +00:00
maxim
02b1933463 IDE: improve 'Options'->'Editor'->'Tabs and Windows' tab layout to save some horizontal space
git-svn-id: trunk@28489 -
2010-11-26 00:25:08 +00:00
martin
b78c74b844 DBG: added toolbars to some of the dbg dialogs
git-svn-id: trunk@28486 -
2010-11-25 23:26:53 +00:00
mattias
0f237c154c codetools: fixed CreateRelativePath
git-svn-id: trunk@28483 -
2010-11-25 19:03:31 +00:00
mattias
49d43bc036 IDE: fixed initializing build conditionals
git-svn-id: trunk@28479 -
2010-11-25 14:10:13 +00:00
mattias
dba9c19854 IDE: clean up
git-svn-id: trunk@28478 -
2010-11-25 13:24:46 +00:00
martin
bb9132b465 DBG: Only asks once for missing files, then let the user continue to debug. issue #10765
git-svn-id: trunk@28470 -
2010-11-24 22:41:53 +00:00
martin
795b3b3fb5 DBG: initial implementation of display-styles for watches
git-svn-id: trunk@28468 -
2010-11-24 21:48:42 +00:00
martin
60b51646df SrcEdit: Fix close button on tab. issue #0018038
git-svn-id: trunk@28466 -
2010-11-24 19:53:40 +00:00
martin
2ee2cee283 IDE: Ask what do do with unsaved files, if close all tabs. / improve same questuion for close-all-other-tabs. Issue #0012298
git-svn-id: trunk@28459 -
2010-11-24 15:00:49 +00:00
martin
f2a1221e1e SrcEdit: Fix close button on tab
git-svn-id: trunk@28449 -
2010-11-24 12:04:44 +00:00
martin
ef88560836 SrcEdit: Fixed Ctrl-Middle click (was no longer closing all others) / added option to enable/disbale the behaviour
git-svn-id: trunk@28439 -
2010-11-23 23:06:56 +00:00
mattias
253ceab16b IDE: fixed applying project settings to FPC source directory
git-svn-id: trunk@28434 -
2010-11-23 11:09:39 +00:00
mattias
8ca0843855 IDE: fixed setting shortcuts
git-svn-id: trunk@28433 -
2010-11-23 11:03:22 +00:00
maxim
84b618c492 Converter, Replace functions/procedures dialog: improved localization
git-svn-id: trunk@28423 -
2010-11-23 00:20:23 +00:00
maxim
830ebc5eec Converter: improved localization
git-svn-id: trunk@28421 -
2010-11-22 23:41:07 +00:00
juha
1976af73ee Converter: change resource string names to match the text better and to avoid translation errors.
git-svn-id: trunk@28417 -
2010-11-22 20:19:45 +00:00
martin
71d957a779 DBG: process IDE commands in dialogs. Add step-over/into with automatic (windows context) asm/cmd switch
git-svn-id: trunk@28416 -
2010-11-22 18:46:25 +00:00
martin
5c5bcd2b78 Fixed recursive key handling between main and src-edit (since rev 28403 #f3fe759e6c))
git-svn-id: trunk@28408 -
2010-11-22 15:12:17 +00:00
martin
f72651e6f0 DBG: Show watch window, if a watch is added
git-svn-id: trunk@28406 -
2010-11-22 14:30:56 +00:00
martin
419e2d8dd3 Src-Edit / ContextMenu commands: Do not change on every editor focus change. Issue #17763
git-svn-id: trunk@28405 -
2010-11-22 14:21:03 +00:00
martin
f3fe759e6c Src-Edit / ContextMenu commands: Do not change on every editor focus change. Issue #17763
git-svn-id: trunk@28403 -
2010-11-22 14:02:03 +00:00
mattias
e605fc929c IDE: fixed hide directive when cursor on semicolon
git-svn-id: trunk@28402 -
2010-11-22 12:45:27 +00:00
martin
73c305cbc4 Src-Edit / ContextMenu commands: Do not change on every editor focus change. Issue #17763
git-svn-id: trunk@28395 -
2010-11-22 06:17:17 +00:00
martin
04eb05df31 DBG: Added instruction stepping / fixed some assembler window issue
git-svn-id: trunk@28388 -
2010-11-22 00:25:09 +00:00
juha
2ae20ca72b IDE: Set menu items before menu IDECommands. Commands start to obey Enabled state etc.
git-svn-id: trunk@28387 -
2010-11-22 00:01:19 +00:00
juha
58e4669239 IDE: name a function parameter better.
git-svn-id: trunk@28386 -
2010-11-22 00:01:02 +00:00
juha
4c06816eaa IDE: Remove unneeded setting of menu command and speed button enabled states.
git-svn-id: trunk@28385 -
2010-11-22 00:00:42 +00:00
juha
d90fc19b6f IDE: improve the logic for enabling /disabling Run menu items.
git-svn-id: trunk@28384 -
2010-11-22 00:00:34 +00:00
martin
439a2eb23b SrcEdit: Allow scrolling (via keys) while incremental search is active
git-svn-id: trunk@28370 -
2010-11-20 13:30:11 +00:00
maxim
c6791a4c61 IDE, Edit defines for IDE building dialog: removed bevel from TButtonPanel
git-svn-id: trunk@28357 -
2010-11-19 22:36:02 +00:00
maxim
fc4f8256b0 IDE, Advanced IDE build dialog: removed bevel from TButtonPanel
git-svn-id: trunk@28356 -
2010-11-19 22:32:06 +00:00
maxim
270121d011 IDE, Build modes differences dialog: removed bevel from TButtonPanel
git-svn-id: trunk@28355 -
2010-11-19 22:29:03 +00:00
juha
c89970ffba IDE: allow running a library when a host application is defined in run parameters.
git-svn-id: trunk@28347 -
2010-11-19 13:23:32 +00:00
juha
f4f719b5eb IDE: Prevent running a library project. Disable also other Run menu items when they can't be used. Fixes #17974
git-svn-id: trunk@28346 -
2010-11-19 12:16:26 +00:00
martin
2c0fe507c3 DBG: only set breakpoint in begin/end Update
git-svn-id: trunk@28334 -
2010-11-19 00:09:57 +00:00
martin
f670a86cec Fixed reseting debugger, after changing gdb.exe in options / broken since rev 28296 #e6503c5b71
git-svn-id: trunk@28329 -
2010-11-18 21:19:39 +00:00
martin
262ea643fe DBG: don't display errors to user while Lazarus shuts down. The errors are caused by the shutdown
git-svn-id: trunk@28328 -
2010-11-18 20:52:45 +00:00
mattias
65b68428b7 IDEIntf: added TBaseComponentPalette.Selected, feature 17936
git-svn-id: trunk@28326 -
2010-11-18 18:55:45 +00:00
mattias
319aa319a8 IDE: backup lfm files, bug #14690
git-svn-id: trunk@28321 -
2010-11-18 17:42:21 +00:00
martin
91e0cd6ae7 DBG: Assembler, fix check for already received lines
git-svn-id: trunk@28304 -
2010-11-18 01:13:51 +00:00
martin
7283a6aa2f DBG Breakpoints, fixed ghost dublicates. gdb would get 2 breakpoints for one, if source was edited at time breakpoint was inserted
git-svn-id: trunk@28300 -
2010-11-17 22:46:43 +00:00
maxim
628a896c36 IDE: improved package system localization
git-svn-id: trunk@28298 -
2010-11-17 22:29:49 +00:00
martin
91609df4dc DBG: Implemented/Fixed show correct thread on windows, if app is paused / Fixes for Disassembler
git-svn-id: trunk@28297 -
2010-11-17 20:55:57 +00:00
martin
e6503c5b71 DBG: Improved handling of re-entrance / reaction to ProcessMessages -- fixed Crashes if resetting debugger, while still initializing it
git-svn-id: trunk@28296 -
2010-11-17 16:59:45 +00:00