Commit Graph

34693 Commits

Author SHA1 Message Date
mattias
75e607c431 lazutils: TDOMNode.GetLevel
git-svn-id: trunk@35467 -
2012-02-18 20:57:36 +00:00
mattias
e307672e60 cody: dictionary: disconnect idle on destroy
git-svn-id: trunk@35466 -
2012-02-18 20:57:07 +00:00
mattias
4918aaf8df cody: dictionary: disconnect idle on close
git-svn-id: trunk@35465 -
2012-02-18 20:56:20 +00:00
martin
f0452c78ad SynEdit: Fixed inconsistency between SetCaretY/X (only one cord) and SetCaretXY (both). The latter would always clear selection if set (even if unchanged), the former only on change. The former was changed. Issue #20209
git-svn-id: trunk@35464 -
2012-02-18 20:42:51 +00:00
juha
aee57b0b70 LazSvn Package improvements
git-svn-id: trunk@35463 -
2012-02-18 20:02:52 +00:00
martin
00b66e9c44 IDE: Make Synedit's overview gutter available
git-svn-id: trunk@35462 -
2012-02-18 18:41:26 +00:00
martin
a3467f2bc3 IDE/SynEdit: macro recorder, ignore certain commands
git-svn-id: trunk@35461 -
2012-02-18 17:46:22 +00:00
zeljko
d09a026ad1 Gtk2: finally deleted unused gtk2comboboxcallback.inc gtk2pagecallback.inc gtk2dragcallback.inc (merged into gtk2callback.inc).
git-svn-id: trunk@35460 -
2012-02-18 17:17:13 +00:00
zeljko
dfda5d842a LCL: removed gtk2comboboxcallback.inc,gtk2pagecallback.inc and gtk2dragcallback.inc from lcl.lpk since they're part of gtk2callback.inc now
git-svn-id: trunk@35459 -
2012-02-18 17:15:34 +00:00
martin
9369fbe99c IDE/SynEdit: Added basic macro recorder
git-svn-id: trunk@35458 -
2012-02-18 17:09:03 +00:00
zeljko
33a2b41630 Gtk2: merged gtk2dragcallback.inc,gtk2comboboxcallback.inc and gtk2pagecallback.inc into gtk2callback.inc.
git-svn-id: trunk@35457 -
2012-02-18 17:04:43 +00:00
martin
6c2f247b5d IDE/SynEdit: Added basic macro recorder
git-svn-id: trunk@35456 -
2012-02-18 16:56:27 +00:00
zeljko
8fd52f78f1 Qt: fixed mouse events on TListBox and TCheckListBox. issue #21318
git-svn-id: trunk@35455 -
2012-02-18 16:37:04 +00:00
mattias
ff5f1f8f42 chmmaker: removed lrs
git-svn-id: trunk@35454 -
2012-02-18 16:25:17 +00:00
mattias
58cc773a74 chmmaker: using relative paths
git-svn-id: trunk@35453 -
2012-02-18 16:23:48 +00:00
mattias
c0fa7b90ac IDE: fixed uninitialized result
git-svn-id: trunk@35452 -
2012-02-18 16:16:58 +00:00
mattias
2780fd8032 chmmaker: use initialdir for filenamedits
git-svn-id: trunk@35451 -
2012-02-18 15:53:59 +00:00
mattias
bbe475b828 LCL: TFilenameEdit: check if Filename exists, use InitialDir
git-svn-id: trunk@35450 -
2012-02-18 15:52:39 +00:00
mattias
588639f160 LCL: TFilenameEdit: set DialogOptions for save, using defaults like default LCL dialog
git-svn-id: trunk@35449 -
2012-02-18 15:13:03 +00:00
mattias
73c5c4d51e LCL: TFilenameEdit: set initialdir for save
git-svn-id: trunk@35448 -
2012-02-18 15:10:25 +00:00
mattias
7448696074 IDE: anchor editor: extended hints with notes about borderspacing
git-svn-id: trunk@35447 -
2012-02-18 14:28:18 +00:00
martin
90f044e433 SynEdit: Painting issue with Syncro icon
git-svn-id: trunk@35446 -
2012-02-18 14:20:00 +00:00
mattias
830b96806b chmmaker: set initialdir of filedialogs
git-svn-id: trunk@35445 -
2012-02-18 14:09:15 +00:00
juha
dce2189855 Packager: minor changes to PackageEditor
git-svn-id: trunk@35444 -
2012-02-18 14:04:38 +00:00
juha
9ec7f6d914 IDE: Improve GUI layout in EditorFileManager and add sorting feature
git-svn-id: trunk@35443 -
2012-02-18 14:04:32 +00:00
juha
b5744efb18 LCL: forward Return key press to the filtered control in FilterEdit controls
git-svn-id: trunk@35442 -
2012-02-18 14:04:26 +00:00
mattias
43e8d15510 chmmaker: clean up
git-svn-id: trunk@35441 -
2012-02-18 14:04:09 +00:00
mattias
dd23bc3128 codetools: fixed typo
git-svn-id: trunk@35440 -
2012-02-18 13:55:21 +00:00
mattias
af96f00a7e codetools: fixed typo
git-svn-id: trunk@35439 -
2012-02-18 13:54:38 +00:00
mattias
3f83e596a3 codetools: fixed resolving children of global property
git-svn-id: trunk@35438 -
2012-02-18 13:53:11 +00:00
mattias
65812100c1 lazutils: fixed dbgstr to workaround auto string repair of fpc
git-svn-id: trunk@35437 -
2012-02-18 13:25:24 +00:00
mattias
7cf1e76eb3 LCL: merged duplicate functions
git-svn-id: trunk@35436 -
2012-02-18 13:15:31 +00:00
juha
228beff757 IDE: Add Move Buttons to EditorFileManager + other fixes.
git-svn-id: trunk@35435 -
2012-02-18 09:24:43 +00:00
mattias
9f4cf4d538 jcf.lpr: fixed compilation
git-svn-id: trunk@35434 -
2012-02-17 19:54:00 +00:00
zeljko
dc1d8744d8 Gtk2: removed unused redundant procs
git-svn-id: trunk@35433 -
2012-02-17 18:24:08 +00:00
zeljko
542acc3023 Gtk2: cleanup
git-svn-id: trunk@35432 -
2012-02-17 17:58:35 +00:00
juha
9cdaa34a19 docs: Improve build_chm path handling, issue #21311, patch from BigChimp
git-svn-id: trunk@35431 -
2012-02-17 17:51:54 +00:00
zeljko
33ec06316f Gtk2: removed redundant procs.
git-svn-id: trunk@35430 -
2012-02-17 17:42:39 +00:00
martin
ecd605e5bd SynEdit: refactor plugin key handling / adding syncro edit to component palette.
git-svn-id: trunk@35429 -
2012-02-17 17:29:05 +00:00
juha
e8124edb78 IDE: Saving editor file now works in EditorFileManager
git-svn-id: trunk@35428 -
2012-02-17 16:38:10 +00:00
mattias
1a57c31210 lazutils: revert
git-svn-id: trunk@35425 -
2012-02-17 15:40:12 +00:00
mattias
4fdb9ca1a2 lazutils: merged some duplicates
git-svn-id: trunk@35424 -
2012-02-17 15:22:24 +00:00
mattias
587a1ef0fd lazutils: fixed NeedRTLAnsi under non Windows
git-svn-id: trunk@35423 -
2012-02-17 15:10:57 +00:00
mattias
2ab91a0316 lazutils: docs
git-svn-id: trunk@35422 -
2012-02-17 15:09:39 +00:00
mattias
cdf93d73b3 tests: added tests for UTF8Trim
git-svn-id: trunk@35421 -
2012-02-17 14:54:20 +00:00
mattias
17e624f523 lazutf8: added UTF8Trim
git-svn-id: trunk@35420 -
2012-02-17 14:53:48 +00:00
juha
088114e24b IDE: Fix bugs in EditorFileManager, make the popupmenu functional.
git-svn-id: trunk@35419 -
2012-02-17 14:51:32 +00:00
juha
63cc0a9ac2 IDE: Replace "Select All" with "Check All" in EditorFileManager
git-svn-id: trunk@35418 -
2012-02-17 12:54:15 +00:00
juha
a2885ca4d0 IDE: add a new EditorFileManager to Windows menu
git-svn-id: trunk@35417 -
2012-02-17 12:41:38 +00:00
juha
a21ba83d61 ListFilterEdit: support TCheckListBox better
git-svn-id: trunk@35416 -
2012-02-17 12:41:32 +00:00