Commit Graph

48 Commits

Author SHA1 Message Date
juha
f38190794b Formatting: joined lines where only ');' was split to its own line, in procedure defs.
git-svn-id: trunk@29871 -
2011-03-16 16:52:28 +00:00
maxim
0cb9ab07e5 Components, H2Pas IDE wizard: fixed compilation
git-svn-id: trunk@29525 -
2011-02-13 14:11:38 +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
martin
e1290c555d Ide/Project; SourceEditor: Start using SourceEditorManager (for multi-window handling)
git-svn-id: trunk@24045 -
2010-03-16 16:16:32 +00:00
mattias
9032caa4fd UTF-8: added ExpandFilenameUTF8
git-svn-id: trunk@16272 -
2008-08-27 11:25:01 +00:00
mattias
69cfe88898 using UTF-8 for file operations and environment variables
git-svn-id: trunk@16236 -
2008-08-25 22:32:23 +00:00
mattias
8aedb53f6c h2pas: fixed mem leaks from Paul
git-svn-id: trunk@14444 -
2008-03-06 10:05:24 +00:00
mattias
40c644d22f h2pas: added tool to add missing round brackets around macro constants
git-svn-id: trunk@14121 -
2008-02-13 15:07:15 +00:00
mattias
6dafadd176 h2pas: auto merging non include files
git-svn-id: trunk@14118 -
2008-02-13 13:54:26 +00:00
mattias
ac191520f1 h2pas: added tool to add units to the uses section
git-svn-id: trunk@14114 -
2008-02-12 17:02:51 +00:00
mattias
e585127ec0 h2pas: finished tool to comment fucntions that are too complex for h2pas
git-svn-id: trunk@14110 -
2008-02-12 13:26:13 +00:00
mattias
7ed9dde11b h2pas: added tool to comment c macros that are too complex for h2pas
git-svn-id: trunk@14096 -
2008-02-11 20:58:36 +00:00
mattias
7a7850a64b h2pas: added tool to convert anonymous c enums to typedef enums
git-svn-id: trunk@14095 -
2008-02-11 20:21:11 +00:00
paul
548c9ae401 menuintf: moved ResourceName argument to the end of RegisterIDEMenuCommand to save compatibility with non-lazarus svn ide plugins
git-svn-id: trunk@13081 -
2007-11-30 01:48:32 +00:00
paul
94f23a0660 fix compilation of components and examples
git-svn-id: trunk@13079 -
2007-11-29 15:05:45 +00:00
mattias
1a15301757 codetools: fixed some include path defs for FPC sources, fixed identifier completion for unit names with errors in code, IDE codebrowser: fixed loading new png icons
git-svn-id: trunk@12418 -
2007-10-11 22:21:38 +00:00
mattias
9f67277474 h2pas wizard: added tool to add missing pointer types
git-svn-id: trunk@12336 -
2007-10-05 20:43:40 +00:00
mattias
3a2a355c95 h2pas: added tool to remove double semicolons
git-svn-id: trunk@12115 -
2007-09-21 17:07:15 +00:00
mattias
ca365cd4ff h2pas: added tool to convert c function types to pointers
git-svn-id: trunk@11953 -
2007-09-07 10:34:35 +00:00
mattias
fe72c7716c h2pas wizard: added combo tools for pre and post h2pas tools
git-svn-id: trunk@11822 -
2007-08-15 17:41:50 +00:00
mattias
f2b1ebcd42 codetools: aded function to replace simple functions with type casts
git-svn-id: trunk@11818 -
2007-08-14 23:13:31 +00:00
mattias
9708b1003e synedit: fixed codefolding block comparison
git-svn-id: trunk@11789 -
2007-08-11 13:08:53 +00:00
mattias
d48eb4b364 codetools: implemented function to convert simple functions to constants, h2pas: new tools to reduce IFDEFs and fucntions to constant conversion
git-svn-id: trunk@11761 -
2007-08-08 18:22:43 +00:00
mattias
3b69506329 gtk2 intf: added focus events for combobox, ideintf: textconverter now supports codetool buffers, h2pas wiz: added tool to remove redfinitions, reduced warnings
git-svn-id: trunk@11733 -
2007-08-03 22:38:11 +00:00
mattias
14b348460c h2paswizard: implemented merging multiple C header files into one unit
git-svn-id: trunk@10781 -
2007-03-22 16:11:40 +00:00
mattias
fee343a469 IDE: codebrowser parses units
git-svn-id: trunk@10639 -
2007-02-13 23:46:29 +00:00
mattias
e35dc827ab IDE: started code browser
git-svn-id: trunk@10598 -
2007-02-07 01:19:00 +00:00
mattias
89f08fb3a2 LCL: TTreeView: fixed MoveTo moving selection, h2pas: replaced checklst with TTreeView
git-svn-id: trunk@10562 -
2007-02-01 19:57:23 +00:00
mattias
bf557acf5b IDE: fixed open packages with underscores in filename
git-svn-id: trunk@10337 -
2006-12-16 11:55:07 +00:00
mattias
75f42392b4 h2paswizard: implemented redordering files, started tool to replace implicit types in parameters
git-svn-id: trunk@10309 -
2006-12-06 16:51:56 +00:00
mattias
91502214ae h2pas wizard: added -C option from jpmugaas
git-svn-id: trunk@10027 -
2006-10-03 20:02:25 +00:00
mattias
cc71b7af9a h2pas: added tool to remove redefined pointer types and a tool to remove empty type/var/const sections
git-svn-id: trunk@9972 -
2006-09-23 16:34:00 +00:00
mattias
6a729a5bd3 h2pas: added ConvertAndBuildProject
git-svn-id: trunk@9970 -
2006-09-22 23:55:22 +00:00
mattias
f3bee8f95f updated spanish translation from Horacio Jamilis
git-svn-id: trunk@9953 -
2006-09-21 08:12:08 +00:00
mattias
0ddae4ae5b h2pas: fixed creating new project
git-svn-id: trunk@9951 -
2006-09-20 22:31:36 +00:00
mattias
edf2642c1d h2pas: added tools after, IDE: fixed find in files single line reg expr
git-svn-id: trunk@9947 -
2006-09-20 17:55:26 +00:00
mattias
694d469e5e IDEIntf: added revert editor file function, h2pas gui: added tools for extern c and empty c macros
git-svn-id: trunk@9839 -
2006-09-08 15:24:58 +00:00
mattias
3080a56bcc IDE: closing all forms when IDE is closing
git-svn-id: trunk@9819 -
2006-09-05 19:41:48 +00:00
mattias
be15116595 IDEIntf: added OnShow handler for TIDEMenuSection, h2pas wizard: implemented adding/editing text tools
git-svn-id: trunk@9698 -
2006-08-02 16:36:35 +00:00
mattias
b79d6a7b7d h2pas: started text tools editor
git-svn-id: trunk@9696 -
2006-08-01 16:57:26 +00:00
mattias
2a2d6b1152 freeing text converters
git-svn-id: trunk@9691 -
2006-07-29 08:52:16 +00:00
mattias
eca40584b9 IDEIntf: added IDESearchInText, added text converter tools
git-svn-id: trunk@9683 -
2006-07-26 16:51:44 +00:00
mattias
a700f82693 IDEIntf: added rnning external tools
git-svn-id: trunk@9672 -
2006-07-25 17:15:37 +00:00
mattias
720ab0fada IDEIntf: added interface for external tools
git-svn-id: trunk@9654 -
2006-07-21 18:00:24 +00:00
mattias
4d5de4ab10 update german translation from Swen
git-svn-id: trunk@9638 -
2006-07-19 22:59:02 +00:00
mattias
4e7d43b405 h2pas gui: implemented projects and configs
git-svn-id: trunk@9637 -
2006-07-19 22:46:57 +00:00
mattias
67458062b3 started h2pas frontend, localized watch list
git-svn-id: trunk@9631 -
2006-07-18 23:05:46 +00:00