Commit Graph

43622 Commits

Author SHA1 Message Date
juha
dd98353d82 IDE: refactor, move 2 methods from Main to SourceFileManager.
git-svn-id: trunk@45455 -
2014-06-10 16:10:26 +00:00
mattias
a46d8c4075 IDE: package editor: fixed destroy
git-svn-id: trunk@45454 -
2014-06-10 15:08:26 +00:00
mattias
5da50727a9 IDE: package editor: allow multi select, issue #26289
git-svn-id: trunk@45453 -
2014-06-10 11:46:36 +00:00
mattias
be8245f0c8 IDE: package editor: clean up
git-svn-id: trunk@45452 -
2014-06-10 11:45:16 +00:00
mattias
0741098302 IDE: package editor: update dependencyappy button
git-svn-id: trunk@45451 -
2014-06-10 11:44:06 +00:00
mattias
9297739c60 IDE: package editor: clear dependency
git-svn-id: trunk@45450 -
2014-06-10 11:35:24 +00:00
mattias
5199936580 IDE: package editor: move file
git-svn-id: trunk@45449 -
2014-06-10 11:32:00 +00:00
mattias
16956f5ce0 IDE: package editor: edit virtual file
git-svn-id: trunk@45448 -
2014-06-10 11:28:22 +00:00
mattias
c2defd7c1f IDE: package editor: multi updatebuttons
git-svn-id: trunk@45447 -
2014-06-10 11:25:24 +00:00
mattias
880415038e IDE: package editor: multi change disable i18n for lfm
git-svn-id: trunk@45446 -
2014-06-10 11:19:13 +00:00
mattias
f627db7683 IDE: package editor: multi change file type
git-svn-id: trunk@45445 -
2014-06-10 11:15:53 +00:00
mattias
4c3b656f3d IDE: package editor: multi change call Register proc
git-svn-id: trunk@45444 -
2014-06-10 11:13:06 +00:00
mattias
1d522141ff IDE: package editor: multi change add to pkg uses section
git-svn-id: trunk@45443 -
2014-06-10 11:11:25 +00:00
mattias
34c28b776a codetool: explode with block: enlcose $ELSE parts
git-svn-id: trunk@45442 -
2014-06-10 10:56:47 +00:00
mattias
cc14ec4720 synedit: comments, patch #26319 from Alexey Torgashin
git-svn-id: trunk@45441 -
2014-06-10 06:41:09 +00:00
mattias
f63cd901b0 IDE: package editor: robust
git-svn-id: trunk@45440 -
2014-06-10 06:39:48 +00:00
mattias
9d5f6711af codetools: explode with block: started $else
git-svn-id: trunk@45439 -
2014-06-10 06:39:15 +00:00
mattias
f42dd644c8 IDE: package editor: multi open
git-svn-id: trunk@45438 -
2014-06-09 23:23:59 +00:00
mattias
d540b9466e IDE: package editor: multi popupmenu
git-svn-id: trunk@45437 -
2014-06-09 23:20:35 +00:00
mattias
52435dc6c2 IDE: package editor: multi readd
git-svn-id: trunk@45436 -
2014-06-09 22:33:08 +00:00
mattias
04478ca4ca IDE: package editor: update properties with multi selection
git-svn-id: trunk@45435 -
2014-06-09 21:03:37 +00:00
mattias
97cbd8076e IDE: package editor: multi remove
git-svn-id: trunk@45434 -
2014-06-09 16:57:30 +00:00
mattias
925c9da8f3 LCL: clean up
git-svn-id: trunk@45433 -
2014-06-09 16:57:16 +00:00
joost
0016101b7f FpDebugger (pure): Show a message when starting the debuggee has failed. With some special attention to the case that someone tries to debug a 64 bit application with a 32 bit debugger.
git-svn-id: trunk@45432 -
2014-06-09 16:29:25 +00:00
mattias
431bbc727f IDE: package editor: update properties when files changed
git-svn-id: trunk@45431 -
2014-06-09 16:25:02 +00:00
mattias
f41b3a2362 IDE: package editor: update on idle
git-svn-id: trunk@45430 -
2014-06-09 16:19:54 +00:00
joost
fda010dfd1 FpDebugger (pure): The dx-register is used to obtain the location of an exception. Fix for the difference in the dwarf-index of the dx-register on i386 and x86_64.
git-svn-id: trunk@45429 -
2014-06-09 14:26:59 +00:00
joost
1b1997f370 FpDebugger (pure): Changed notification-level for errors during reading memory from dllInfo to dllDebug. It is quite normal that a debugger tries to read memory from invalid addresses.
git-svn-id: trunk@45428 -
2014-06-09 12:36:51 +00:00
joost
56442faf8e FpDebugger (pure): Set the correct register-sizes for x86_64-win64.
git-svn-id: trunk@45427 -
2014-06-09 12:16:38 +00:00
joost
6818c26a68 FpDebugger (pure): Updated the Dwarf-register number information on OS/X, see x86reg.dat/amd64-tdep.c.
git-svn-id: trunk@45426 -
2014-06-09 11:56:47 +00:00
joost
a3149e411e FpDebugger (pure): Updated the Dwarf-register number information on Windows, see x86reg.dat/amd64-tdep.c.
git-svn-id: trunk@45425 -
2014-06-09 10:34:49 +00:00
joost
eaef9905a5 FpDebugger (console): Several improvements on the output of the console-debugger
git-svn-id: trunk@45424 -
2014-06-09 09:35:28 +00:00
joost
5c3fd8af1d FpDebugger (pure): Let the kernel close the debug-handle after an application has quit. (bug #25986)
git-svn-id: trunk@45423 -
2014-06-09 09:33:32 +00:00
mattias
d6884c8b08 IDE: package editor: renamed files to items
git-svn-id: trunk@45422 -
2014-06-09 09:00:05 +00:00
mattias
4a7c59accf IDE: source editor: after adding a func() show parameter hints, patch #25911
git-svn-id: trunk@45421 -
2014-06-09 08:08:50 +00:00
mattias
717159b415 IDE: show compiler options: save option relative paths
git-svn-id: trunk@45420 -
2014-06-09 07:40:55 +00:00
mattias
98febbb4b8 IDE: clean up
git-svn-id: trunk@45419 -
2014-06-09 07:06:05 +00:00
mattias
8ae7bc299f IDE: messages: fixed urgency menu items
git-svn-id: trunk@45418 -
2014-06-09 06:16:23 +00:00
juha
ae302f31b2 Converter: Do not convert ansi control characters to unicode. Issue #26274, patch from Jesus Reyes.
git-svn-id: trunk@45417 -
2014-06-08 23:48:37 +00:00
juha
68d119347e IDE: Refactor, move code from TProjectBuildModes to TBuildMatrixOptions.
git-svn-id: trunk@45416 -
2014-06-08 23:48:14 +00:00
juha
5e6a6142b5 IDE: Refactor, move code from TProjectBuildModes to TBuildMatrixOptions.
git-svn-id: trunk@45415 -
2014-06-08 23:47:47 +00:00
juha
00e280745a IDE: Refactor, move code from TProjectBuildModes to TBuildMatrixOptions.
git-svn-id: trunk@45414 -
2014-06-08 23:47:18 +00:00
juha
c9836f4278 IDE: Refactor, move code from TProjectBuildModes to TBuildMatrixOptions.
git-svn-id: trunk@45413 -
2014-06-08 23:46:49 +00:00
juha
0f98855e32 IDE: Refactor. New TProjectBuildModes.LoadFromXMLConfig and SaveToXMLConfig. Move relevant code there from TProject.
git-svn-id: trunk@45412 -
2014-06-08 23:46:25 +00:00
juha
097bd5152a IDE: Refactor TProject.ReadProject and WriteProject into private methods and variables
git-svn-id: trunk@45411 -
2014-06-08 23:45:58 +00:00
joost
f746dc6a42 FpDebugger (console): Use 'Debug' and 'Error' prefixes for dllError and dllDebug messages.
git-svn-id: trunk@45410 -
2014-06-08 22:33:32 +00:00
joost
9052ce0136 FpDebugger (pure): Use the (thread-safe) log system instead of DebugLn
git-svn-id: trunk@45409 -
2014-06-08 22:22:50 +00:00
mattias
aeab413b25 codetools: RemoveWithBlock: keep begin..end after do,then,else
git-svn-id: trunk@45408 -
2014-06-08 20:11:57 +00:00
joost
22e7389619 FpDebugger (pure): Refactored creation of new TDbgThreads
git-svn-id: trunk@45407 -
2014-06-08 18:59:06 +00:00
mattias
3e15f47c0e IDE: quick fix add -vm: mark all messages of this view with same type as fixed
git-svn-id: trunk@45406 -
2014-06-08 17:31:20 +00:00