Commit Graph

11730 Commits

Author SHA1 Message Date
mattias
c0dac09b7f IDE: fixed complete block, bug #24935
git-svn-id: trunk@42865 -
2013-09-18 21:05:17 +00:00
mattias
f38ab04682 codetools: fixed example removeemptymethods
git-svn-id: trunk@42862 -
2013-09-18 15:05:12 +00:00
mattias
012a67a370 codetools: fixed example addeventmethod
git-svn-id: trunk@42861 -
2013-09-18 15:03:58 +00:00
martin
71ce8192f2 LazLogger: added basic profiling
git-svn-id: trunk@42860 -
2013-09-18 14:43:41 +00:00
mattias
0e785800e1 codetools: fixed removing first unit from second line
git-svn-id: trunk@42859 -
2013-09-18 12:41:10 +00:00
bart
7e9930404c LazUtils: better implementation of Utf8StringOfChar. The previously uses conversion to Utf16
only worked if the codepoint was UCS2.

git-svn-id: trunk@42855 -
2013-09-18 10:26:09 +00:00
martin
09865a59b5 FpDbg: faster line info access
git-svn-id: trunk@42852 -
2013-09-18 08:58:56 +00:00
martin
364519dc68 FpDbg: Save some memory
git-svn-id: trunk@42849 -
2013-09-18 01:32:48 +00:00
martin
1fbc190903 FpDbg: Replace writeln with debugln
git-svn-id: trunk@42848 -
2013-09-17 17:19:22 +00:00
martin
20a6b30256 FpDbg: Replace writeln with debugln
git-svn-id: trunk@42847 -
2013-09-17 17:17:46 +00:00
paul
4e0f910563 codetools: fix parsing of "specialize SomeGeneric<TypeParams>" as function/operator result (this fixes error with parsing of new objpas generics)
git-svn-id: trunk@42846 -
2013-09-17 03:44:24 +00:00
mattias
f68c999a04 codetools: fixed parsing var type deprecated )
git-svn-id: trunk@42844 -
2013-09-16 15:55:35 +00:00
mattias
75902ea949 codetools: syntax error if parameter type is missing
git-svn-id: trunk@42843 -
2013-09-16 15:36:05 +00:00
juha
dbf7469826 Propedits: remove a test version of TCoolBarControlPropertyEditor.CheckNewValue
git-svn-id: trunk@42832 -
2013-09-16 05:06:27 +00:00
martin
5f80553ea9 Moved fpdebug
git-svn-id: trunk@42802 -
2013-09-15 10:59:04 +00:00
martin
2c7bcf8e6b Auto generated po files
git-svn-id: trunk@42794 -
2013-09-14 13:13:56 +00:00
mattias
fdb9a6258b codetools: fixed parsing hint modifiers in resourcestring
git-svn-id: trunk@42789 -
2013-09-14 01:31:32 +00:00
mattias
5faa53a9a4 codetools: fixed parsing hint modifiers without semicolon
git-svn-id: trunk@42787 -
2013-09-13 23:47:47 +00:00
mattias
82f068abd7 codetools: fixed parsing multiple hint modifiers
git-svn-id: trunk@42786 -
2013-09-13 23:29:30 +00:00
juha
03c1d319be LCL: Make TWinControl.GetChildren and overridden methods public. Issue #24974, patch from Stephano.
git-svn-id: trunk@42775 -
2013-09-13 18:44:16 +00:00
martin
f0e13de7ac SynEdit: SynCompletion, refactor usage of OnUtf8Key (no longer internally used. Moved event to be called before any built in processing
git-svn-id: trunk@42773 -
2013-09-13 14:57:52 +00:00
martin
0c111ebf85 LazControls: Marked some of the new TExtendeTAbControl os experimental and platform;
git-svn-id: trunk@42771 -
2013-09-13 11:58:24 +00:00
juha
0381e3d330 PropEdits: Use a proper designer form for file filter property editor and add up/down buttons. Issue #24811
git-svn-id: trunk@42762 -
2013-09-12 23:33:23 +00:00
juha
194ddd2d06 New window for file filter property editor. Earlier one was generated in code.
git-svn-id: trunk@42761 -
2013-09-12 23:31:43 +00:00
juha
085568141c IDE: Add up/down move buttons to treeview item editor. Issue #9773.
git-svn-id: trunk@42755 -
2013-09-12 14:29:23 +00:00
mattias
b9d9c60281 codetools: fixed AddClassAndNameToProc for procedure(
git-svn-id: trunk@42753 -
2013-09-12 11:19:36 +00:00
mattias
7538f3a4e4 codetools: fixed checking if a proc header has already a classname, when there are tabs
git-svn-id: trunk@42750 -
2013-09-12 09:45:57 +00:00
mattias
74d2f33c3d synedit: fixed TCustomSynEdit.WMMouseWheel DoMouseWheel shiftstate
git-svn-id: trunk@42742 -
2013-09-11 22:44:44 +00:00
mattias
19ea269834 synedit: less hints
git-svn-id: trunk@42741 -
2013-09-11 22:43:09 +00:00
martin
e834ed8ba1 SynEdit: fixed, do not display popup while paintlocked
git-svn-id: trunk@42738 -
2013-09-11 21:06:27 +00:00
maxim
a8f100176c Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #24996
git-svn-id: trunk@42736 -
2013-09-11 20:11:32 +00:00
juha
3405cd2a57 IDE: implement storage for component palette options. Read and write it in GUI frame.
git-svn-id: trunk@42732 -
2013-09-11 06:21:29 +00:00
juha
e9417175c1 IDE: change PageComponent type from TComponent to TCustomPage. Eliminate type-casts etc.
git-svn-id: trunk@42731 -
2013-09-11 06:21:22 +00:00
mattias
cc5d712837 codetools: fixed ForEachIdentifierInCleanSrc check if StartPos<1
git-svn-id: trunk@42728 -
2013-09-10 20:16:55 +00:00
mattias
d442a420b7 IDE: unit dependencies: show complex routes
git-svn-id: trunk@42727 -
2013-09-10 20:05:41 +00:00
mattias
376c2af303 codetools: fixed TPointerToPointerTree.DisposeItem
git-svn-id: trunk@42726 -
2013-09-10 20:04:56 +00:00
mattias
15838492b6 codetools: TUsesGraph.FindShortestPath
git-svn-id: trunk@42725 -
2013-09-10 19:27:15 +00:00
mattias
79670c113d codetools: TPointerToPointerTree based on TAVLTree
git-svn-id: trunk@42724 -
2013-09-10 19:26:57 +00:00
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
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
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
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
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
mattias
612b486281 IDE: implement find references of used unit
git-svn-id: trunk@42686 -
2013-09-08 22:47:26 +00:00