Commit Graph

41310 Commits

Author SHA1 Message Date
martin
c7057e9467 SynEdit: user highlight, find longest match
git-svn-id: trunk@42716 -
2013-09-10 11:04:23 +00:00
martin
f97ad56e37 SynEdit: fix dictionary for user highlight
git-svn-id: trunk@42715 -
2013-09-10 09:43:07 +00:00
martin
77b6a944c7 SynEdit: fix memleak in test
git-svn-id: trunk@42714 -
2013-09-10 09:42:18 +00:00
mattias
e140abe386 IDE, IDEIntf: fixed componentreeview dragover check
git-svn-id: trunk@42713 -
2013-09-10 09:30:35 +00:00
mattias
c50737c1d3 LCL: fixed GetDesignerForm outside IDE
git-svn-id: trunk@42711 -
2013-09-10 08:58:04 +00:00
paul
857774a646 lcl: there is no need to check something for nil before .Free call
git-svn-id: trunk@42710 -
2013-09-10 08:33:48 +00:00
mattias
36bd622f95 IDE: warn for invalid lines in lazarus.cfg
git-svn-id: trunk@42709 -
2013-09-10 08:26:47 +00:00
mattias
86a3c31754 IDE: clena up
git-svn-id: trunk@42708 -
2013-09-10 08:21:00 +00:00
mattias
37aeda8f7b lazutils: added UTF8StringReplace, feature 22148
git-svn-id: trunk@42707 -
2013-09-09 23:40:04 +00:00
mattias
3c92d686f3 lazutils: FileNameIsTrimmed: check for slashes on Windows
git-svn-id: trunk@42704 -
2013-09-09 13:44:08 +00:00
mattias
084093d91e LCL: TWinControl.ChildSizing with controlstyle csAutoSize0x0, bug #24986
git-svn-id: trunk@42702 -
2013-09-09 13:19:50 +00:00
martin
abd94d0f29 SynEdit: AutoComplete, fix GetPreviousToken use Logical pos
git-svn-id: trunk@42701 -
2013-09-09 13:19:34 +00:00
bart
3afb18b37f LazFileUtils: ResolveDots: respect AllowDirectorySeparators.
git-svn-id: trunk@42700 -
2013-09-09 11:50:06 +00:00
martin
7bd5a7d326 LCL: PageControl,fix wrong tab highlighted after TabVisible:=True . Issue #0023251
git-svn-id: trunk@42699 -
2013-09-09 10:57:58 +00:00
mattias
f66fa252fc IDE: renamed SetPathDelims to GetForcedPathDelims
git-svn-id: trunk@42698 -
2013-09-09 10:28:10 +00:00
mattias
f5dda02fe9 IDE: renamed DoPathDelims to ForcePathDelims
git-svn-id: trunk@42697 -
2013-09-09 10:18:24 +00:00
mattias
fd40afd5e6 LCL: clean up
git-svn-id: trunk@42696 -
2013-09-09 09:04:39 +00:00
sekelsenmat
a0bda77827 fpvectorial: Patch from Michael Thompson, adds support for tables and reworks the list styles
git-svn-id: trunk@42695 -
2013-09-09 08:38:58 +00:00
martin
e9ab40821e Tests: test for PageControl, workaround QT and GTK do extra paint
git-svn-id: trunk@42694 -
2013-09-09 08:36:48 +00:00
martin
426e526f9b Tests: test for PageControl, workaround QT and GTK do extra paint
git-svn-id: trunk@42693 -
2013-09-09 08:34:03 +00:00
zeljko
93b81bdd04 LCL: workaround for fpc leak with FClipRegion (missing free in destructor).issue #24980
git-svn-id: trunk@42692 -
2013-09-09 06:25:16 +00:00
martin
9e8ac69776 remove -WC opt
git-svn-id: trunk@42691 -
2013-09-08 23:37:07 +00:00
martin
0dcfe25d4f Tests: test for PageControl, workaround missing button paint in QT
git-svn-id: trunk@42690 -
2013-09-08 23:27:01 +00:00
martin
dea1487f68 Tests: more test for PageControl
git-svn-id: trunk@42689 -
2013-09-08 23:01:33 +00:00
martin
7db05696b4 Tests: more test for PageControl
git-svn-id: trunk@42688 -
2013-09-08 22:55:50 +00:00
martin
361be30481 Tests: more test for PageControl
git-svn-id: trunk@42687 -
2013-09-08 22:53:43 +00:00
mattias
612b486281 IDE: implement find references of used unit
git-svn-id: trunk@42686 -
2013-09-08 22:47:26 +00:00
mattias
ac4996ff62 replaced SetDirSeparators with SetPathDelims
git-svn-id: trunk@42685 -
2013-09-08 20:58:12 +00:00
mattias
1fdae44bb9 tests: replaced DoDirSeparators with DoPathDelims
git-svn-id: trunk@42684 -
2013-09-08 20:33:22 +00:00
mattias
da7315aa27 externhelp: replaced DoDirSeparators with DoPathDelims
git-svn-id: trunk@42683 -
2013-09-08 20:33:08 +00:00
martin
3c9900948e LCL: PageControl, changing (moving) the tab position of a page, would sometimes (but not always) trigger OnChanging. OnChanging could prevent the change, while it must always be allowed during moving tabs.
git-svn-id: trunk@42682 -
2013-09-08 19:34:22 +00:00
mattias
5364c52f95 codetools: FindUsedUnitReferences
git-svn-id: trunk@42681 -
2013-09-08 19:19:55 +00:00
martin
ae2989ecac LCL: PageControl, fixed active page should not change (same tabsheet, may be at new index) if moving pages
git-svn-id: trunk@42680 -
2013-09-08 14:24:16 +00:00
martin
01192bcac9 Tests: started test for PageControl
git-svn-id: trunk@42679 -
2013-09-08 14:22:38 +00:00
zeljko
fe70c30788 Qt: fixed getting itemAt(), problem was in misplaced MouseMove - should be used by viewport.issue #24976
git-svn-id: trunk@42678 -
2013-09-08 11:39:43 +00:00
zeljko
1ceaecab57 Qt: fixed TPageControl ActivePageIndex.issue #24972
git-svn-id: trunk@42677 -
2013-09-08 10:52:50 +00:00
martin
a21b56c554 LCL: test, fixed compilation
git-svn-id: trunk@42676 -
2013-09-08 10:26:19 +00:00
martin
49cd2ecb33 LazUtils: fixed string[0] runtime error
git-svn-id: trunk@42675 -
2013-09-08 09:54:59 +00:00
mattias
773f710bde IDE, codetools, lazutils: Changed DoDirSeparators calls with DoPathDelims calls
git-svn-id: trunk@42674 -
2013-09-08 07:40:06 +00:00
mattias
b570ee8c4e codetools: example script
git-svn-id: trunk@42673 -
2013-09-08 00:08:27 +00:00
juha
aa33021670 LCL: Make TWinControl.GetTabOrderList virtual. Issue #24969, patch from Stephano
git-svn-id: trunk@42672 -
2013-09-07 23:20:33 +00:00
mattias
20221c0ed6 codetools: fixed reading include directives with different path delims, bug #24968
git-svn-id: trunk@42671 -
2013-09-07 21:04:23 +00:00
martin
02b79c9410 LCL, Win: TabControl, update index, if ShowTabs is set to True
git-svn-id: trunk@42670 -
2013-09-07 19:40:47 +00:00
martin
59d1dc53d2 Debugger, IDE, SourceEdit: When SynEdit is in Paintlock, make sure the debugger is not doing processmessages
git-svn-id: trunk@42669 -
2013-09-07 17:00:35 +00:00
martin
fded846863 Auto-generated changes to PO files
git-svn-id: trunk@42668 -
2013-09-07 16:42:43 +00:00
martin
91c6dfa11f Debugger: lock queue while handling breakpoint
git-svn-id: trunk@42667 -
2013-09-07 16:40:46 +00:00
maxim
404d3114f7 Installer, Win: improved Russian translation
git-svn-id: trunk@42666 -
2013-09-07 16:38:48 +00:00
bart
7ae07addc0 MaskEdit: make SetSel() and GetSel() protected.
Reason: Delphi compatibility (Issue #0024970).

git-svn-id: trunk@42665 -
2013-09-07 16:25:41 +00:00
martin
319a201329 Debugger: callstack, fix goto source, if viewing bottom of large stack (viewing from startindex > 1)
git-svn-id: trunk@42664 -
2013-09-07 15:02:23 +00:00
bart
82d7e00939 LazFileUtils: use AllowDirectorySeparators instead of hardcode '\' in FilenameIsWinAbsolute().
git-svn-id: trunk@42663 -
2013-09-07 11:26:20 +00:00