mattias
eafa3fa246
LCL: if exception message contains invalid UTF-8 chars, assume it is ansi and convert, from Joost van der Sluis, bug #12271 #12741
...
git-svn-id: trunk@18165 -
2009-01-06 11:20:29 +00:00
mattias
ce4f251804
IDE: keep PathDelim in .lpk files
...
git-svn-id: trunk@18164 -
2009-01-06 11:10:13 +00:00
mattias
1f1aa8a31a
synedit: added note
...
git-svn-id: trunk@18163 -
2009-01-06 11:05:35 +00:00
mattias
63d5f54f09
IDE: keep PathDelim in .lpi files
...
git-svn-id: trunk@18162 -
2009-01-06 11:03:44 +00:00
mattias
13b54cba9a
synedit: undo 18141: completion can work when not visible
...
git-svn-id: trunk@18160 -
2009-01-06 10:36:52 +00:00
paul
ff9a4a9b4f
lcl: fix FindNextControl when we need next control from nil and parent has only 1 control in list
...
git-svn-id: trunk@18158 -
2009-01-06 10:07:15 +00:00
kirkpatc
fe9817813b
FPDoc - several additions, updates and links for ExtDlgs.xml
...
git-svn-id: trunk@18157 -
2009-01-06 10:03:47 +00:00
mattias
4af2a1dd2e
fixed public method overrides
...
git-svn-id: trunk@18156 -
2009-01-06 09:54:29 +00:00
kirkpatc
c0f4c70dae
FPDoc - extensive additions, updates and links to all classes in EditBtn.xml
...
git-svn-id: trunk@18155 -
2009-01-06 09:00:45 +00:00
paul
6ee515e85b
ide: add an ability to customize colors for folded code
...
git-svn-id: trunk@18154 -
2009-01-06 07:28:36 +00:00
paul
0faae3351b
synedit: add markup info for folded code
...
git-svn-id: trunk@18153 -
2009-01-06 07:18:50 +00:00
marc
6f7cdd43bb
* Improved buttonpanel
...
- Hide invisible buttons at designtime
- Remove "mandatory" outer spacing (that should be done by the designer)
- Made button spacing configurable
- Show/Hide bevel
- Adjust bevel position based on panel alignment
ToDo:
= Position buttons based on panel alignment
= Recreate button when IDE deletes it (streaming/property editing fails when not recreated)
git-svn-id: trunk@18152 -
2009-01-06 01:10:40 +00:00
martin
5a20e5938c
SynEdit, Fold: Draw a dotted box, after folded lines
...
git-svn-id: trunk@18149 -
2009-01-05 23:41:33 +00:00
martin
91bc736980
SynEdit: Fixed HighCurrentWord with Incr search (typo in previous commit)
...
git-svn-id: trunk@18146 -
2009-01-05 22:35:29 +00:00
martin
5117148943
SynEdit: Improved highlight current word
...
git-svn-id: trunk@18144 -
2009-01-05 21:33:49 +00:00
vincents
0ed0c4a098
LCL: added CreateMessageDialog from Bart Broersma (issue #8186 )
...
git-svn-id: trunk@18142 -
2009-01-05 20:42:25 +00:00
paul
580a831bf3
synedit: don't try to complete the code when completion form is not visible ('Dummy' part of bug #0012222 )
...
git-svn-id: trunk@18141 -
2009-01-05 19:23:39 +00:00
paul
62594ddc68
ideintf: fix TStringsPropertyEditor so it is possible to edit Lines/Items/... of many objects at moment (bug #0012869 )
...
git-svn-id: trunk@18140 -
2009-01-05 19:06:04 +00:00
paul
aa6305c562
lcl: implement TEdit.Alignment (patch of Zeljan with small mine modifications)
...
git-svn-id: trunk@18139 -
2009-01-05 18:22:41 +00:00
vincents
e72f2b3cf9
IDE: show files in the search results view in the order they are searched
...
git-svn-id: trunk@18138 -
2009-01-05 15:33:22 +00:00
mattias
e768bb58c3
IDE: started path delim saving in projects/packages
...
git-svn-id: trunk@18137 -
2009-01-05 14:11:05 +00:00
mattias
56d598901b
IDE: path delim loading
...
git-svn-id: trunk@18136 -
2009-01-05 12:51:36 +00:00
mattias
ae4d09be24
codetools: identifier completion: improved variable start check
...
git-svn-id: trunk@18135 -
2009-01-05 12:05:59 +00:00
mattias
2670be8de0
IDE: fixed crash painting a half defined method
...
git-svn-id: trunk@18134 -
2009-01-05 11:46:31 +00:00
mattias
227045c349
IDE: extended some save filename procs for PathDelims
...
git-svn-id: trunk@18133 -
2009-01-05 11:36:29 +00:00
mattias
38abb0125e
IDE: made SwitchPathDelims more generic
...
git-svn-id: trunk@18132 -
2009-01-05 11:24:58 +00:00
vincents
e1ea4a30d9
win32 interface: create widestring edit for TSpinEdit
...
git-svn-id: trunk@18131 -
2009-01-05 10:59:35 +00:00
paul
a5a865fedc
win32: fix non unicode version compilation
...
git-svn-id: trunk@18130 -
2009-01-05 10:33:02 +00:00
mattias
3a49b31485
codetools: class completion support for array read/write access modifiers
...
git-svn-id: trunk@18129 -
2009-01-05 10:27:02 +00:00
vincents
5a187af2f3
IDE: clean up, removed workaround for fpc versions before 2.2.2
...
git-svn-id: trunk@18128 -
2009-01-05 10:26:25 +00:00
paul
b2de706c04
win32: convert StrCaption, WindowTitle to String from PChar
...
git-svn-id: trunk@18127 -
2009-01-05 10:21:14 +00:00
paul
37fced3f9b
debugger: fix anchoring of breakpoint properties dialog, set dialog style to watch property dialog
...
git-svn-id: trunk@18126 -
2009-01-05 09:31:30 +00:00
jesus
cf5fd331cf
LCL, implemented mousewheel scrolling grid, issue #12860
...
git-svn-id: trunk@18125 -
2009-01-05 07:20:30 +00:00
marc
13c4eb0d63
* Replaced buttons by buttonpanel
...
* improved alignment
git-svn-id: trunk@18124 -
2009-01-05 01:24:45 +00:00
martin
1126e1e728
inserted License text
...
git-svn-id: trunk@18123 -
2009-01-05 00:32:43 +00:00
martin
c920e5366f
SynEdit: Fixes for undo with trim-spaces
...
git-svn-id: trunk@18122 -
2009-01-05 00:27:50 +00:00
martin
1da8f90a7f
SynEdit fix folding broken in rev 18119 #435391d80e
...
git-svn-id: trunk@18121 -
2009-01-04 23:49:52 +00:00
martin
1c383a8c77
SynEdit fix folding broken in rev 18119 #435391d80e
...
git-svn-id: trunk@18120 -
2009-01-04 23:12:54 +00:00
martin
435391d80e
SynEdit: Refactor/Cleanup
...
git-svn-id: trunk@18119 -
2009-01-04 22:47:37 +00:00
paul
e9be67479b
debugger: fix layout and tab order of break point properties dialog
...
git-svn-id: trunk@18118 -
2009-01-04 20:39:47 +00:00
martin
4be804cc45
Fixed Crash in option dialog (caused by synedit)
...
git-svn-id: trunk@18117 -
2009-01-04 20:10:09 +00:00
marc
50a8b259ee
- Removed obsolete file
...
git-svn-id: trunk@18116 -
2009-01-04 19:58:54 +00:00
marc
c569ccca33
* Added breakpont properties dialog. Modified patch by Benito van der Zander (issue #12882 )
...
git-svn-id: trunk@18115 -
2009-01-04 19:57:56 +00:00
mattias
8d632ac72b
codetools: fixed ComparePrefixIdent
...
git-svn-id: trunk@18114 -
2009-01-04 19:37:34 +00:00
mattias
e39740f444
translations: finnish from Seppo
...
git-svn-id: trunk@18113 -
2009-01-04 19:25:40 +00:00
paul
e51930e4d4
codetools: fix few debugln
...
git-svn-id: trunk@18112 -
2009-01-04 19:20:14 +00:00
kirkpatc
84ba6d22cd
FPDoc - some minor corrections and updates to dialogs.xml
...
git-svn-id: trunk@18111 -
2009-01-04 18:59:28 +00:00
martin
4849ad30c1
SynEdit: Refactor Line-Viewers, Add LineViewer for tab-expansion
...
git-svn-id: trunk@18110 -
2009-01-04 18:47:46 +00:00
paul
98372de302
lcl: when we calc autoscroll range don't skip child controls which left/top side control is parent control
...
git-svn-id: trunk@18109 -
2009-01-04 18:24:26 +00:00
paul
eeff88b798
docs: add Daniel Oom to the contributor list
...
git-svn-id: trunk@18108 -
2009-01-04 18:14:56 +00:00