Commit Graph

28317 Commits

Author SHA1 Message Date
martin
da7f03a254 Added Yauheni Nazimau to contributors for converting bat, ini highlighter
git-svn-id: trunk@28772 -
2010-12-19 19:48:45 +00:00
mazen
f93448dfbf MAKE DEB: *.lpk files should be pacjaged with binaries not with sources (last commit was buggy).
git-svn-id: trunk@28771 -
2010-12-19 19:46:52 +00:00
martin
cdb10f937d SynEdit: improved bat, ini highlighter by VRODE
git-svn-id: trunk@28770 -
2010-12-19 19:02:56 +00:00
martin
3dffaaee76 DBG: Try to stop immediately, if requested (rather than waiting for ProcessMessages to finish. fixes issue #0013564
git-svn-id: trunk@28769 -
2010-12-19 17:34:58 +00:00
mazen
14326c1a1a MAKE DEB: Resolved bug causing widget set units to be packaged twice in lcl-units and lcl-<widget set name>.
git-svn-id: trunk@28768 -
2010-12-19 11:33:50 +00:00
mattias
883a4159a6 IDE: hide parameter hints on application deactivate, bug #18194
git-svn-id: trunk@28767 -
2010-12-18 22:56:28 +00:00
martin
31a577968d DBG: Improved reaction speed during debugging (locals, register, disass,...)
Added some comments on how typeionfo is derived 

git-svn-id: trunk@28766 -
2010-12-18 20:52:54 +00:00
zeljko
cb05a49535 Gtk2: add gtk2 stock images to buttons in TGtk2WidgetSet.AskUser().
git-svn-id: trunk@28765 -
2010-12-18 17:29:58 +00:00
zeljko
fb873f1327 IDE: codecontextform: let theme draw background of context hint. fixes issue #17940
git-svn-id: trunk@28764 -
2010-12-18 16:47:06 +00:00
martin
3fe0875dfb DBG: Improved reaction speed during debugging (now watches evaluation can be stopped, if user wants to continue stepping/running)
git-svn-id: trunk@28763 -
2010-12-18 16:11:39 +00:00
martin
0ab22c4b2d DBG: Improved reaction speed during debugging (now watches evaluation can be stopped, if user wants to continue stepping/running)
git-svn-id: trunk@28762 -
2010-12-18 15:57:19 +00:00
zeljko
27f49fdf46 Qt: release mouse capture if widget is hidden and it grabs mouse by itself.fixes issue #18250
git-svn-id: trunk@28761 -
2010-12-18 14:54:19 +00:00
martin
fcdd2aacf9 IDE(Intf): Menuu-Intf: Do not create menu-structure for items with an invisible parent, since menu-entries from siblings may still be missing. Fixes #18041
git-svn-id: trunk@28760 -
2010-12-18 13:09:40 +00:00
juha
3f8a593096 IDE: Refactor TSourceNotebook.SrcPopUpMenuPopup, separate nearly identical code to function.
git-svn-id: trunk@28759 -
2010-12-18 10:00:33 +00:00
juha
8ff8637855 Converter: add a comment.
git-svn-id: trunk@28758 -
2010-12-18 10:00:29 +00:00
vincents
dcbf5c2171 synedit: fixed Makefile for all targets (issue #18252)
git-svn-id: trunk@28757 -
2010-12-18 08:50:29 +00:00
jesus
d5139c9bd5 LCL, fix problem in dbgrid accepting input chars even if editing field would not accept them
git-svn-id: trunk@28756 -
2010-12-18 06:35:36 +00:00
martin
c622f827ef GDB: reduced the amount of parentfp calls needed by watches
git-svn-id: trunk@28755 -
2010-12-18 04:07:28 +00:00
martin
c3f314bb44 DBG: update locals and watches, if user modified variable
git-svn-id: trunk@28754 -
2010-12-18 02:22:30 +00:00
martin
5a9a59f74e DBG: Improved getting strings (recent gdb return the data, immediate, no need to fetch again
git-svn-id: trunk@28753 -
2010-12-18 01:54:57 +00:00
martin
2a313be63a DBG, IDE: Improved hint / removed old class workaround, gdbmi now returns classes correct.
git-svn-id: trunk@28752 -
2010-12-18 01:51:35 +00:00
martin
76bc17ce8d SynEdit: removed windoows reference
git-svn-id: trunk@28751 -
2010-12-18 00:21:27 +00:00
martin
5ab4f20fcc SynEdit: Pas Highlighter extended for new records with methods
git-svn-id: trunk@28750 -
2010-12-17 23:22:42 +00:00
martin
527962ef04 Synedit. issue 18320SynEdit: add ini, bat highlighter, (forgot the main files)
git-svn-id: trunk@28749 -
2010-12-17 22:56:31 +00:00
mazen
e492028418 MAKE DEB: Fixed issue #18017 adding *.lfm files to debian binary packages.
git-svn-id: trunk@28748 -
2010-12-17 22:46:09 +00:00
martin
9f84914dbb IDE: add ini, bat highlighter, thanks to vrode for converting from orig synedit. issue #18320
git-svn-id: trunk@28747 -
2010-12-17 19:50:21 +00:00
martin
01c7eb85e7 packager: add ini, bat highlighter, thanks to vrode for converting from orig synedit. issue #18320
git-svn-id: trunk@28746 -
2010-12-17 19:50:17 +00:00
martin
2c8aec58e4 SynEdit: add ini, bat highlighter, thanks to vrode for converting from orig synedit. issue #18320
git-svn-id: trunk@28745 -
2010-12-17 19:49:06 +00:00
mattias
918efdedca laz_xmlcfg: fixed DeletePath setting Modified, bug #17970
git-svn-id: trunk@28744 -
2010-12-17 19:12:20 +00:00
martin
e2b4dca3d5 IDE: editor-color-opt, convenience to click dropdown anywhere
git-svn-id: trunk@28743 -
2010-12-17 19:02:20 +00:00
paul
bf754531b7 revert r28741 #34d7d7e235 because it breaks loading of saved fold info
git-svn-id: trunk@28742 -
2010-12-17 16:27:33 +00:00
paul
34d7d7e235 synedit:
- don't distinct between class/object and record because records can have sections and methods now. remove cfbtRecord enumeration member
ide: remove code related to cfbtRecord

git-svn-id: trunk@28741 -
2010-12-17 09:30:58 +00:00
zeljko
e828230c13 Qt: fixed dropfiles filenames containing %20 instead of space by using QUrl.
git-svn-id: trunk@28740 -
2010-12-17 07:43:10 +00:00
dmitry
121824d7f2 carbon: filling TPaintStruct for the control, fixes #18211
git-svn-id: trunk@28739 -
2010-12-17 04:26:35 +00:00
martin
801686ce3e SynEdit: Fix scrolling to correct pos after undo. issue #0018228
git-svn-id: trunk@28738 -
2010-12-17 03:48:27 +00:00
martin
3393fc6278 DBG:result being checked.
git-svn-id: trunk@28737 -
2010-12-17 03:12:45 +00:00
martin
7e077f0e18 DBG: protect dialog actions against re-entrance
git-svn-id: trunk@28736 -
2010-12-17 01:46:36 +00:00
martin
8e4d321718 DBG: Ensure watches work, after changing project (if debugger already instantiated)
git-svn-id: trunk@28735 -
2010-12-17 01:40:07 +00:00
martin
a52df4f32a DBG: fixed display of a=b" watches
git-svn-id: trunk@28734 -
2010-12-16 23:48:42 +00:00
martin
7f2ff17b32 SynEdit: Fixed a crash in SyncroEdit. If previous syncro was aborted, while new selection existed and overlapped with syncro-area, and then new selection was reduced in size
git-svn-id: trunk@28733 -
2010-12-16 22:52:18 +00:00
mattias
ab62cfd0d1 IDE: fixed using defaults in sub directories
git-svn-id: trunk@28732 -
2010-12-16 21:31:47 +00:00
juha
177583dd55 IDE: Restart Lazarus after package install also when "Build LCL" profile is selected.
git-svn-id: trunk@28731 -
2010-12-16 20:07:11 +00:00
martin
0308e84da6 DBG: added internal debugger debug/experiment facility, with DBG_WITH_DEBUGGER_DEBUG
git-svn-id: trunk@28730 -
2010-12-16 18:56:37 +00:00
juha
3f8614f849 Build profiles: Select a proper default profile when no profiles are saved.
git-svn-id: trunk@28729 -
2010-12-16 17:55:43 +00:00
mattias
dff89b431e IDE: fixed duplicates in package source directories codetools defines
git-svn-id: trunk@28728 -
2010-12-16 15:43:50 +00:00
juha
c6415cbcb8 Converter: Add Interfaces section to right place when Delphi target is supported. Fixes issue #18023.
git-svn-id: trunk@28727 -
2010-12-16 12:44:38 +00:00
martin
e64dc6c401 SynEdit: partly fix Caret move back to undo pos (if CaretAlwaysVisible is on) issue #18228
git-svn-id: trunk@28726 -
2010-12-16 04:51:22 +00:00
martin
e4121d2b0b DBG: improved display of watches
git-svn-id: trunk@28725 -
2010-12-16 01:43:28 +00:00
maxim
4eb25d537b regenerated translations; updated Russian translation
git-svn-id: trunk@28724 -
2010-12-15 22:44:32 +00:00
zeljko
eb53f351e6 Gtk2: AskUser() must use Buttons[].Caption instead of resourcestrings.
git-svn-id: trunk@28723 -
2010-12-15 16:56:31 +00:00