Commit Graph

17916 Commits

Author SHA1 Message Date
paul
75f25dfbab win32: don't add tab is Notebook.ShowTabs = False (bug #0012775)
git-svn-id: trunk@18183 -
2009-01-07 09:27:42 +00:00
paul
e65435e6ab win32: switch tabsheets even if pagecontrol is placed on another controls (bug #0012931)
git-svn-id: trunk@18182 -
2009-01-07 09:14:18 +00:00
paul
0bdc86d766 win32: fix glyph is not centered in TBitBtn when Caption is empty (by Luiz Americo, bug #0012930)
git-svn-id: trunk@18181 -
2009-01-07 08:06:29 +00:00
jesus
067b4e1f38 LCL, fix grid MouseWheel scrolling when there are hidden cols/rows, fix scrolling range. Issues #12925 and #12927
git-svn-id: trunk@18180 -
2009-01-07 07:26:53 +00:00
martin
1c81212e2f Fix rev 18176 #bafca9d60e (SynEdit Folding: Fixed detection of procedure blocks) some reloading a file could take forever
git-svn-id: trunk@18179 -
2009-01-07 01:48:51 +00:00
martin
19ff151b3b SynEdit:, further enhanced the Color settings for the fold [...]
git-svn-id: trunk@18178 -
2009-01-06 20:53:01 +00:00
martin
0a91971c12 SynEdit Folding: Fixed detection of procedure blocks
git-svn-id: trunk@18177 -
2009-01-06 20:46:47 +00:00
martin
bafca9d60e SynEdit: Fixed folding for type/var/interface/implementation/... blocks. They could sometimes act as additional ends to other fold blocks.
git-svn-id: trunk@18176 -
2009-01-06 20:44:38 +00:00
martin
911e34a255 SynEdit, further enhanced the Color settings for the fold [...]
git-svn-id: trunk@18175 -
2009-01-06 20:28:21 +00:00
mattias
3e47231699 gtk2: auto disconnecting some handlers, bug #12929
git-svn-id: trunk@18174 -
2009-01-06 17:04:22 +00:00
kirkpatc
89fc070b2a FPDoc - Added some descriptions and corrections to rubberband.xml
git-svn-id: trunk@18173 -
2009-01-06 16:39:40 +00:00
paul
7b42dab907 lcl: treeview - handle focus on mouse down (bugs #0012922, #0012446)
git-svn-id: trunk@18172 -
2009-01-06 16:27:33 +00:00
paul
533a95598d synedit: don't focus syncompletion scrollbar (bug #0012926)
git-svn-id: trunk@18171 -
2009-01-06 16:13:28 +00:00
zeljko
411f7b7960 Qt: bugfix - alignment of TQtTextEdit in design time
git-svn-id: trunk@18170 -
2009-01-06 15:38:19 +00:00
kirkpatc
cdc80f4e4a FPDoc - added some descriptions for TIDesign in Forms.xml
git-svn-id: trunk@18169 -
2009-01-06 15:01:33 +00:00
zeljko
e836d52a85 Qt: bugfix - TQtTextEdit QTextEdit_textChanged_event was completely wrong in qtprivate.Now our TCustomMemo properly triggers OnChange()
git-svn-id: trunk@18168 -
2009-01-06 14:41:00 +00:00
zeljko
a08869b964 Qt: bugfix for #12924 - ide segfault
git-svn-id: trunk@18167 -
2009-01-06 13:07:34 +00:00
mattias
3870f0df36 IDE: new codebuffers now use UTF-8 as encoding
git-svn-id: trunk@18166 -
2009-01-06 12:41:16 +00:00
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