Commit Graph

43607 Commits

Author SHA1 Message Date
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
mattias
dc48a39621 IDE: clean up
git-svn-id: trunk@45405 -
2014-06-08 17:13:10 +00:00
mattias
de520c3fa2 updated lpl
git-svn-id: trunk@45404 -
2014-06-08 14:23:28 +00:00
mattias
489b6a4d04 removed obsolete package prettymessages
git-svn-id: trunk@45403 -
2014-06-08 14:22:55 +00:00
mattias
3328deb1f8 IDE: messages: added option always draw selection focused
git-svn-id: trunk@45402 -
2014-06-08 14:19:29 +00:00
mattias
3c98dd7469 IDE: resourcestrings
git-svn-id: trunk@45401 -
2014-06-08 13:51:11 +00:00
joost
24a6aab526 FpDebugger (pure): Retrieve the file-names of loaded processes and modules.
git-svn-id: trunk@45400 -
2014-06-08 13:18:23 +00:00
mattias
a8fb1a0c44 IDE: clean up
git-svn-id: trunk@45399 -
2014-06-08 12:49:44 +00:00
mattias
c4611aa90e IDE: clean up
git-svn-id: trunk@45398 -
2014-06-08 12:43:39 +00:00
mattias
b8331e2127 IDE: clean up
git-svn-id: trunk@45397 -
2014-06-08 12:43:07 +00:00
mattias
403ed545d1 IDE: enabled new external tools by default, use old code with -dEnableOldExtTools
git-svn-id: trunk@45396 -
2014-06-08 10:19:28 +00:00
mattias
b5c02e352d lcl: gtk2: fixed ShowHide for TCustomTabControl
git-svn-id: trunk@45395 -
2014-06-08 10:18:38 +00:00
mattias
1fea8f2641 lazbuild: verbose, quiet: reset verbosity on change between those two
git-svn-id: trunk@45394 -
2014-06-08 09:33:23 +00:00
mattias
b2dca3d504 lazbuild: fixed freeing views
git-svn-id: trunk@45393 -
2014-06-08 08:52:18 +00:00
blikblum
49de54d716 lcl: add checks in dblookup. Issue #26298
git-svn-id: trunk@45392 -
2014-06-08 00:20:03 +00:00
joost
d3edca108f FpDebugger (pure): Fixed the handling of a debuggee that starts child-processes
git-svn-id: trunk@45391 -
2014-06-08 00:13:50 +00:00