Commit Graph

35 Commits

Author SHA1 Message Date
joost
1de2cbf586 general: Updated address of the Free Software Foundation in copyright messages
git-svn-id: trunk@54031 -
2017-01-29 21:04:32 +00:00
mattias
f3f0866921 IDE: checked compiler warnings, clean up
git-svn-id: trunk@48218 -
2015-03-10 14:51:21 +00:00
juha
abf9a845da Deprecate wrappers for LazUTF8 functions in LCLProc.
git-svn-id: trunk@47604 -
2015-02-06 18:25:31 +00:00
martin
845d3c0084 SynEdit, IDE: Fix phys/logic char pos in autocomplete. Issue #0026038
git-svn-id: trunk@44755 -
2014-04-17 22:25:13 +00:00
mattias
fe00a75e89 codetoools: fixed typo
git-svn-id: trunk@44532 -
2014-03-28 00:37:59 +00:00
mattias
e02c8ef2c8 codetools: started ability to load code completion snippets from an xml files, thanks to Don Ziesig, patch #15922
git-svn-id: trunk@42177 -
2013-07-22 22:08:53 +00:00
mattias
f215fb45f7 IDE: code templates: use tabs and BlockTabIndent
git-svn-id: trunk@40824 -
2013-04-15 21:48:38 +00:00
mattias
a99a34ebd2 IDE: using UTF8CompareText
git-svn-id: trunk@37960 -
2012-07-16 20:53:37 +00:00
martin
1718f66961 CodeTemplate: Improve final caret pos, if tmpl does not specify
git-svn-id: trunk@36526 -
2012-04-02 18:30:05 +00:00
mattias
f4ecc0e4f7 IDE: code templates: fixed auto indent for middle space
git-svn-id: trunk@28970 -
2011-01-12 12:21:41 +00:00
mattias
e2a2b1c57f IDE: code templates: auto indent and option to disable it for each template, bug #17632
git-svn-id: trunk@28876 -
2011-01-06 17:14:35 +00:00
martin
9040201c83 IDE/SourceEditor/Packages: Using SourceEditorManager / Removed all references to single instance "var SourceNotebook" (for multi-window handling)
git-svn-id: trunk@24113 -
2010-03-20 15:12:33 +00:00
martin
8c94ff2bd4 Ide/Project; SourceEditor: More using SourceEditorManager (for multi-window handling)
git-svn-id: trunk@24091 -
2010-03-18 22:14:09 +00:00
paul
9622c8cd82 ide: convert forms to use fpc resources
git-svn-id: trunk@23458 -
2010-01-15 02:06:37 +00:00
martin
277398c12c SynEdit, Code-Templates: fixed remove double semicolon (or end of token). regression from rev 20732 #d6b3aff8c9. Fix issue #14161
git-svn-id: trunk@20898 -
2009-07-19 13:15:55 +00:00
martin
9f69aa1518 SynEdit, Code-Templates: fixed remove double semicolon (or end of token). regression from rev 20732 #d6b3aff8c9. Fix issue #14161
git-svn-id: trunk@20897 -
2009-07-19 12:48:15 +00:00
martin
ce0d987c5f SynEdit: Added code-template mode: Edit params in cells / Renamed Unit
git-svn-id: trunk@20736 -
2009-06-24 22:50:35 +00:00
martin
d6b3aff8c9 SynEdit: Added code-template mode: Edit params in cells
git-svn-id: trunk@20732 -
2009-06-24 19:33:05 +00:00
mattias
49402b03a1 IDE: added code macro: PrevWord, from Oleg, bug #13747
git-svn-id: trunk@20166 -
2009-05-24 11:27:03 +00:00
martin
01e79b4d74 SynEdit, Refactor: Changed Phys/Logical Conversation (tabs, utf8)
git-svn-id: trunk@18603 -
2009-02-08 17:01:36 +00:00
mattias
144f93a6fe IDE: implemented auto invoking code template on space
git-svn-id: trunk@11999 -
2007-09-11 23:21:57 +00:00
mattias
4ec6450897 IDE: implemented attributes for code templates
git-svn-id: trunk@11997 -
2007-09-11 17:38:17 +00:00
mattias
198bbb69ce IDE: implemented auto adding package when setting TPicture property with TPicturePropertyEditor
git-svn-id: trunk@10263 -
2006-11-29 23:11:02 +00:00
mattias
9c1a175b91 fixed typos makro
git-svn-id: trunk@9271 -
2006-05-13 12:00:43 +00:00
mattias
2f2c92352b code templates: fixed reading new lines at start of template
git-svn-id: trunk@9259 -
2006-05-12 08:27:08 +00:00
mattias
142b936147 added code macros date, time, datetime
git-svn-id: trunk@9039 -
2006-03-29 09:38:14 +00:00
mattias
ca0d0923ed fixed syendit when not eoScrollPastEOL
git-svn-id: trunk@8971 -
2006-03-21 14:12:45 +00:00
mattias
45139fc743 code makros now automatically skip EndOfTokenChar at end if it is already there
git-svn-id: trunk@8552 -
2006-01-18 14:36:54 +00:00
mattias
8c5f336505 fixes for fpc 2.0.3 and TrayIconLaz.lpk
git-svn-id: trunk@8545 -
2006-01-17 14:31:24 +00:00
mattias
5d801fb155 implemented IDE code macro ProcedureHead
git-svn-id: trunk@8107 -
2005-11-08 18:20:45 +00:00
mattias
4595d9066c implemented IDE code macro selection
git-svn-id: trunk@8102 -
2005-11-08 15:50:42 +00:00
mattias
cc1d35125b fixed event assignment completion cursor pos
git-svn-id: trunk@8098 -
2005-11-07 22:11:05 +00:00
mattias
504f83432a implemented non interactive code macros for IDE
git-svn-id: trunk@8097 -
2005-11-07 21:14:13 +00:00
mattias
5bf19dd85b fixed crash on SetShowInTaskBar for non application forms
git-svn-id: trunk@8086 -
2005-11-07 09:27:32 +00:00
mattias
b2da0049cf added IDE overload for inserting code templates, needed for code macros
git-svn-id: trunk@8063 -
2005-11-05 11:46:16 +00:00