mattias
a15799bceb
synedit: fixed bracket highlighting on backward search, from Martin Friebe, bug #11736
...
git-svn-id: trunk@15858 -
2008-07-24 16:15:49 +00:00
vincents
2b22554556
synedit: fixed flicker in incremental search from Martin (issue #11474 )
...
git-svn-id: trunk@15848 -
2008-07-23 12:43:44 +00:00
mattias
6ed274ffa2
synedit: search now uses IdentChars of highlighter, bug #10752
...
git-svn-id: trunk@15847 -
2008-07-23 12:31:31 +00:00
mattias
e03b7c5869
codetools: identifier completion: do not add semicolon twice
...
git-svn-id: trunk@15846 -
2008-07-23 11:59:52 +00:00
vincents
e596ab63b2
synedit: fixed mulitline matching bracket from Martin Friebe (issue #11732 )
...
git-svn-id: trunk@15845 -
2008-07-23 11:55:44 +00:00
mattias
4e326a4448
IDE+codetools: identifier completion: adding semicolon after procedure
...
git-svn-id: trunk@15844 -
2008-07-23 09:12:06 +00:00
mattias
c0bb107bd7
synedit: improved bracket highlighting to skip comments and strings, from Martin Friebe, bug #9652
...
git-svn-id: trunk@15841 -
2008-07-23 08:09:09 +00:00
mattias
2996a3c332
rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt
...
git-svn-id: trunk@15834 -
2008-07-22 09:48:15 +00:00
mattias
d65e91dcdd
added .txt extension
...
git-svn-id: trunk@15833 -
2008-07-22 09:44:38 +00:00
mattias
9b4a380f50
codetools: returning false on error searching ancestors, bug #11665
...
git-svn-id: trunk@15828 -
2008-07-21 11:39:11 +00:00
mattias
9dd08d1adb
synedit: added overloaded searchreplace method to provide a startingpoint, from Martin Friebe, bug #11474
...
git-svn-id: trunk@15825 -
2008-07-21 08:46:32 +00:00
mattias
bfa22087fc
synedit: added license headers
...
git-svn-id: trunk@15824 -
2008-07-21 08:26:36 +00:00
vincents
00a2b7b10a
codetools: fixed memleak (and probably fixed define templates for components), fixes bug #11701
...
git-svn-id: trunk@15820 -
2008-07-20 19:20:13 +00:00
mattias
1341499890
synedit: set default synedit font for carbon
...
IDE: sourceditor: using the same default font as synedit
IDE: added code template d for debugln
IDE: moved Insert $IFDEF in keymapping to edit section
CodeTools: identifier completion: do not add semicolon in front of then, of, to, else, do
CodeTools: define LCL and LCLwidgetset for lazarus sources
IDE: Editor Options Keymapping: implemented text filter and shortcut search
git-svn-id: trunk@15819 -
2008-07-19 09:51:32 +00:00
jesus
c140fca340
updated spanish translations from Javier Villarroya (javivf)
...
git-svn-id: trunk@15817 -
2008-07-19 06:15:37 +00:00
jesus
5ace44bd40
LazReport, fix editor sample new report name and added testpage report
...
git-svn-id: trunk@15816 -
2008-07-18 21:21:51 +00:00
mattias
194d128c0f
IDE: allowing negative font height
...
git-svn-id: trunk@15812 -
2008-07-18 08:08:06 +00:00
mattias
ec306d185d
codetools: added debugging info or dangling events
...
git-svn-id: trunk@15811 -
2008-07-18 08:00:07 +00:00
mattias
6fb1936620
codetools: class completion for Index properties now use AIndex instead of Index as variable name to reduce name clashes from Michael VC
...
git-svn-id: trunk@15806 -
2008-07-17 21:12:33 +00:00
michael
47d02c0a0a
* Consistency of buttons in dialogs, alignment issues in configcodegenerator
...
git-svn-id: trunk@15802 -
2008-07-17 19:19:19 +00:00
michael
93fd307e22
* TableNameHint property implemented
...
git-svn-id: trunk@15800 -
2008-07-17 19:11:05 +00:00
michael
64fdbf5b9e
* BMP images instead of XPM
...
git-svn-id: trunk@15799 -
2008-07-17 19:10:40 +00:00
mattias
7f8fab8d64
IDE+codetools: added verbosity via -dVerboseDanglingComponentEvents
...
git-svn-id: trunk@15798 -
2008-07-17 06:47:25 +00:00
mattias
b38ec6cfc3
synedit: added fpFixed to default font
...
git-svn-id: trunk@15794 -
2008-07-16 21:01:02 +00:00
mattias
6d0aceeba0
added dumpstack for inconsistency check
...
git-svn-id: trunk@15793 -
2008-07-16 19:19:03 +00:00
vincents
3285b40fa7
synedit: fixed ctrl-mouseclick from Martin Friebe (issue #11661 )
...
git-svn-id: trunk@15788 -
2008-07-15 19:15:51 +00:00
mattias
a20b096442
synedit: improved using clipping rect during paint from Martin, bug #11654
...
git-svn-id: trunk@15786 -
2008-07-15 19:06:55 +00:00
mattias
588edd1cab
IDE: identifier completion: always move cursor in front of semicolon
...
git-svn-id: trunk@15784 -
2008-07-14 22:21:35 +00:00
vincents
23d97dd378
default widget set for darwin is carbon
...
git-svn-id: trunk@15777 -
2008-07-14 09:06:56 +00:00
mattias
cb41bdea0d
from Martin Friebe:
...
- inserting a line, would not correctly re-paint the other lines, if a folded block was in the visible window, above the
newly inserted line
- using ctr-cursur-up to scroll, would make the cursor jump away from the lower end of the window, if a folded block existed
- bracket search did not use ScreenRowToRow for "VisibleOnly" (which appears un-used, so this part of the bug is currently
not triggered)
git-svn-id: trunk@15776 -
2008-07-14 07:27:58 +00:00
mattias
a5f211b8cc
tk2: fixed SetLayoutText string comparison
...
git-svn-id: trunk@15774 -
2008-07-13 22:14:39 +00:00
mattias
541620b5fb
synedit: replaced codepage dependent set with codepage independent
...
git-svn-id: trunk@15773 -
2008-07-13 22:03:06 +00:00
mattias
ebd4d40039
fixed encoding
...
git-svn-id: trunk@15771 -
2008-07-13 20:52:25 +00:00
mattias
5972f2bf98
synedit: renamed OnCtrlLeftMouseUp to OnClickLink, fixed Ctrl+MouseLeft jump
...
git-svn-id: trunk@15769 -
2008-07-13 20:16:15 +00:00
marc
0bc7d13e17
* updated Russion translation by Maxim Ganetsky
...
git-svn-id: trunk@15766 -
2008-07-13 18:59:28 +00:00
mattias
4fdf213191
synedit: fixed moving selection by mouse dragging, from Martin Friebe
...
git-svn-id: trunk@15760 -
2008-07-13 10:37:18 +00:00
mattias
4b03c13f5a
trnalations: german: updates from Joerg Braun
...
git-svn-id: trunk@15756 -
2008-07-12 10:57:45 +00:00
mattias
3c1f8a71b4
IDE: moved some more code from pkgboss to packagegraph
...
git-svn-id: trunk@15744 -
2008-07-11 13:42:42 +00:00
jesus
2bf859bbba
LazReport, implemented page option to print report with columns 'by rows' in addition to 'by columns', fixed/updated translations
...
git-svn-id: trunk@15740 -
2008-07-10 16:48:06 +00:00
mattias
4d27d2dca5
IDE+codetools: implemented creating event override for nested components
...
git-svn-id: trunk@15738 -
2008-07-10 16:17:24 +00:00
michael
edb42bf15c
* Fix voor sortering
...
git-svn-id: trunk@15737 -
2008-07-10 15:24:23 +00:00
vincents
8a3217a900
synedit: don't initialize KeyStrokes collection, when loading it from .lrs or .lfm (fixes bug #7305 ), thanks to Martin Schreiber for the hint
...
git-svn-id: trunk@15730 -
2008-07-10 07:19:08 +00:00
mattias
9dfbba8302
IDE: implemented jumping to inherited inline method
...
git-svn-id: trunk@15726 -
2008-07-10 00:07:06 +00:00
mattias
6e13c5dbe9
synedit: codefolding fixes: ctrl-mouse underlining, cursor left/right skip blocks from Martin Friebe
...
git-svn-id: trunk@15718 -
2008-07-09 11:38:05 +00:00
vincents
5dcea6ca0b
synedit: added @ to the work break characters (bug #11630 )
...
git-svn-id: trunk@15715 -
2008-07-09 07:04:23 +00:00
mattias
1546f3eee9
IDEIntf: TPropertyEditorHook changed method names to be ansistring instead shortstring
...
git-svn-id: trunk@15712 -
2008-07-08 18:48:15 +00:00
vincents
fc07f2877b
synedit: fixed detecting invalid UTF8 chars as special chars from Martin Friebe (bug #11628 )
...
git-svn-id: trunk@15710 -
2008-07-08 18:20:44 +00:00
mattias
93694fa80f
synedit: improved crDelete to allow undo/redo bug #11596
...
git-svn-id: trunk@15708 -
2008-07-08 17:52:34 +00:00
mattias
e8071d14a8
synedit: implemented markup system from Martin Friebe
...
git-svn-id: trunk@15689 -
2008-07-07 07:41:40 +00:00
mattias
911017a6d4
codetools: ppu: changed output of example to pascal
...
git-svn-id: trunk@15678 -
2008-07-05 22:37:52 +00:00