lazarus
c6b0c62f81
New dialog for multiline caption of TCustomLabel.
...
Prettified TStrings property editor.
Memo now has automatic scrollbars (not fully working), WordWrap and Scrollbars property
Removed saving of old combo text (it broke things and is not needed). Cleanups.
git-svn-id: trunk@2114 -
2002-08-17 23:40:58 +00:00
lazarus
a76d248945
MG: double, triple and quad clicks now works
...
git-svn-id: trunk@2107 -
2002-08-17 23:40:57 +00:00
lazarus
96ed28e545
MG: added if oldvalue=newvalue then exit; line to codecompletion
...
git-svn-id: trunk@2103 -
2002-08-17 23:40:56 +00:00
lazarus
75c82f7d1c
MG: right margin is now under the text
...
git-svn-id: trunk@2093 -
2002-08-17 23:40:55 +00:00
lazarus
4db87724b3
MG: fixed bracket hilighting
...
git-svn-id: trunk@2085 -
2002-08-17 23:40:54 +00:00
lazarus
d536c331cd
MG: from Andrew: style list fixes, autosize for radio/checkbtns
...
git-svn-id: trunk@2079 -
2002-08-17 23:40:53 +00:00
lazarus
7532adc77b
MG: implemented Ctrl+Mouse links in source editor
...
git-svn-id: trunk@2074 -
2002-08-17 23:40:52 +00:00
lazarus
75e07c0f7f
MG: freeing more unused GCs
...
git-svn-id: trunk@2068 -
2002-08-17 23:40:51 +00:00
lazarus
126f9199ff
MG: fixed bracket hilighting
...
git-svn-id: trunk@2063 -
2002-08-17 23:40:50 +00:00
lazarus
75c22d6137
MG: accelerated synedit
...
git-svn-id: trunk@2060 -
2002-08-17 23:40:49 +00:00
lazarus
2a2e84fe6c
MG: accelerations for synedit
...
git-svn-id: trunk@2052 -
2002-08-17 23:40:48 +00:00
lazarus
c852a0b4f1
MG: designer: right click selects component before popup
...
git-svn-id: trunk@2003 -
2002-08-17 23:40:35 +00:00
lazarus
f4c9bc475a
MG: fixed codetools proc collection
...
git-svn-id: trunk@1957 -
2002-08-17 23:40:23 +00:00
lazarus
44db1cb51c
MG: removed interfaces
...
git-svn-id: trunk@1954 -
2002-08-17 23:40:23 +00:00
lazarus
6be96de0d3
MG: removed ClientRectBugfix defines
...
git-svn-id: trunk@1850 -
2002-08-17 15:45:36 +00:00
lazarus
b205696671
MG: fixed find declaration of predefined idents
...
git-svn-id: trunk@1838 -
2002-08-09 19:28:29 +00:00
lazarus
0e368232da
MG: codecompletion now checks for filebreaks, savefile now checks for filedate
...
git-svn-id: trunk@1828 -
2002-08-07 09:55:31 +00:00
lazarus
3ee9c1fab9
MG: fixed CodeCompletion of STORED property functions
...
git-svn-id: trunk@1825 -
2002-08-06 19:58:45 +00:00
lazarus
14ab179665
MG: fixed xml reading writing of special chars
...
git-svn-id: trunk@1817 -
2002-08-04 07:44:44 +00:00
lazarus
51d1f6e57c
MG: added file access monitoring and diff view
...
git-svn-id: trunk@1815 -
2002-08-03 14:30:41 +00:00
lazarus
f451b0d701
MG: reduced output
...
git-svn-id: trunk@1809 -
2002-08-01 08:06:27 +00:00
lazarus
4303baa2cc
MG: added file access monitoring for hidden files
...
git-svn-id: trunk@1807 -
2002-07-31 15:33:09 +00:00
lazarus
c4895bad37
MG: scanner will now give an error if a comment is not closed
...
git-svn-id: trunk@1803 -
2002-07-31 11:43:38 +00:00
lazarus
eda6857479
MG: scanner now understands $IF defined(identifier)
...
git-svn-id: trunk@1802 -
2002-07-31 09:18:50 +00:00
lazarus
cdbfb43a99
MG: fixed undefined editor topline on codetool error
...
git-svn-id: trunk@1801 -
2002-07-31 09:00:05 +00:00
lazarus
c0f9ddd6a6
MG: started DelphiObjectBinaryToText
...
git-svn-id: trunk@1800 -
2002-07-31 07:15:39 +00:00
lazarus
5375d0fe35
MG: started File Access Monitoring for hidden files
...
git-svn-id: trunk@1799 -
2002-07-31 06:52:18 +00:00
lazarus
d6179ecfc5
MG: replaced FileDate with LoadDate
...
git-svn-id: trunk@1798 -
2002-07-30 15:56:45 +00:00
lazarus
d395762f08
MG: accelerated xmlread and xmlwrite
...
git-svn-id: trunk@1797 -
2002-07-30 14:36:28 +00:00
lazarus
77fcbcd0dc
MG: added a faster version of TXMLConfig
...
git-svn-id: trunk@1796 -
2002-07-30 06:24:06 +00:00
lazarus
48e9d401cb
MG: source notebook pagenames are now updated more often
...
git-svn-id: trunk@1794 -
2002-07-29 13:26:57 +00:00
lazarus
ffd4807ec9
MG: fixed search forward
...
git-svn-id: trunk@1792 -
2002-07-27 15:38:01 +00:00
lazarus
de61fbc396
MG: fixed parser for external vars
...
git-svn-id: trunk@1785 -
2002-07-09 17:18:23 +00:00
lazarus
8ff74a68fc
MG: added codetools languages
...
git-svn-id: trunk@1774 -
2002-07-04 15:03:07 +00:00
lazarus
ad593a406c
MG: fixed parser for variables with external modifier
...
git-svn-id: trunk@1764 -
2002-06-27 17:38:09 +00:00
lazarus
48d5e21af0
MG: improved Guess Misplaced IFDEF with IFOPT and IFNDEF
...
git-svn-id: trunk@1762 -
2002-06-26 16:12:20 +00:00
lazarus
bac9463593
MG: added new tool: Guess misplaced $IFDEF/$ENDIF
...
git-svn-id: trunk@1761 -
2002-06-26 15:11:09 +00:00
lazarus
1eac5a958a
MG: TControl.Cursor is now set, reduced auto reaction of widgets in design mode
...
git-svn-id: trunk@1756 -
2002-06-21 16:59:15 +00:00
lazarus
930552f748
MG: fixed persistent caret and implemented Form.BorderStyle=bsNone
...
git-svn-id: trunk@1744 -
2002-06-09 14:00:41 +00:00
lazarus
ed57800398
MG: added close buttons and images to TNoteBook and close buttons to source editor
...
git-svn-id: trunk@1740 -
2002-06-08 17:16:02 +00:00
lazarus
dcb1f3247f
MG: setting modified to false will now be remembered
...
git-svn-id: trunk@1739 -
2002-06-07 12:23:18 +00:00
lazarus
16aae9b974
MG: if completion form visible it will now get all synedit keys
...
git-svn-id: trunk@1737 -
2002-06-06 14:41:29 +00:00
lazarus
e09134034f
MG: added Persistent Caret option, useful for windowmanagers that do not send correct focus in messages
...
git-svn-id: trunk@1736 -
2002-06-06 13:19:58 +00:00
lazarus
13926110d3
MG: published variables are now added with code creation options
...
git-svn-id: trunk@1733 -
2002-06-05 20:02:28 +00:00
lazarus
3efe784a25
MG: fixed collect declarations
...
git-svn-id: trunk@1732 -
2002-06-05 19:46:46 +00:00
lazarus
87b9c1b7cf
MG: fixed indent while adding units to uses sections
...
git-svn-id: trunk@1731 -
2002-06-05 19:26:33 +00:00
lazarus
008fb80307
MG: fixed find declaration of function ident with direct child access
...
git-svn-id: trunk@1730 -
2002-06-05 17:33:11 +00:00
lazarus
7d98f31c27
MG: fixed find declaration of identifier starting with round bracket
...
git-svn-id: trunk@1729 -
2002-06-05 17:18:47 +00:00
lazarus
e77137ac52
MG: fixed finddeclaration Result in with statement
...
git-svn-id: trunk@1728 -
2002-06-05 17:02:31 +00:00
lazarus
5688e3f382
MG: completion form colors now corresponds to editor
...
git-svn-id: trunk@1727 -
2002-06-05 14:19:46 +00:00