Commit Graph

231 Commits

Author SHA1 Message Date
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
vincents
c600e1f71b codetools: add the gtk directory as include directory for the gtk2 widgetset
git-svn-id: trunk@12215 -
2007-09-28 12:00:54 +00:00
mattias
13c2b40e20 codetools: implemented parsing the new fpc 2.3.1 generics, simple find declaration for generics
git-svn-id: trunk@11829 -
2007-08-16 17:12:56 +00:00
mattias
619ed3c329 codetools: added include path for packages/fcl-base/src/SrcOS
git-svn-id: trunk@11795 -
2007-08-12 11:09:55 +00:00
paul
1518e4a714 - add i386-win32-qt combination to definetemplates.pas
git-svn-id: trunk@11431 -
2007-07-06 06:25:40 +00:00
vincents
e9f2123983 codetools: fixed directory separator of unit path of the packages dir
git-svn-id: trunk@11257 -
2007-06-01 21:05:57 +00:00
mattias
34b67b7af7 IDE: always creating the custom defines templates for project source directories, so that IDE add-ons can add their own settings
git-svn-id: trunk@11098 -
2007-05-08 08:05:57 +00:00
mattias
a30c44a863 codetools: removed fpgui paths for other widgetsets
git-svn-id: trunk@10922 -
2007-04-09 07:32:58 +00:00
mattias
0e86c269a0 codetools: removed too much fpgui paths
git-svn-id: trunk@10920 -
2007-04-08 18:35:03 +00:00
mattias
f8db4d067f codetools: made gfx default for fpGUI lcl intf
git-svn-id: trunk@10916 -
2007-04-08 06:36:09 +00:00
vincents
71cf2762a4 codetools: let them know about win64
git-svn-id: trunk@10915 -
2007-04-07 20:13:08 +00:00
mattias
7b473d34de codetools: improved paths for lcl fpgui sources, using windows instead of mswindows, fixed missing add
git-svn-id: trunk@10900 -
2007-04-06 15:15:03 +00:00
mattias
d2ca16d11e fpgui intf: added readme for hint how to get the sources. added src and include paths in codetools. changed Makefile for new layout
git-svn-id: trunk@10898 -
2007-04-06 14:19:13 +00:00
mattias
72c7cdff16 added fpgui to codetools and build laz dlg
git-svn-id: trunk@10897 -
2007-04-06 12:59:21 +00:00
vincents
d164f4a8aa removed gnome widgetset interface
git-svn-id: trunk@10889 -
2007-04-05 19:53:42 +00:00
mattias
05fa424bb7 gtk2 intf: fixed codetools include paths, fixed double painting
git-svn-id: trunk@10870 -
2007-04-04 18:08:37 +00:00
mattias
e0972c9bf0 codetools: added x86_64 linux targets to the lazarus target list
git-svn-id: trunk@10790 -
2007-03-23 19:32:36 +00:00
mattias
fee343a469 IDE: codebrowser parses units
git-svn-id: trunk@10639 -
2007-02-13 23:46:29 +00:00
mattias
346794aaae IDE, codetools: fixed parsing compiler time stamps
git-svn-id: trunk@10554 -
2007-02-01 09:55:30 +00:00
jesus
bf735e87cf initialize counter to fix system.ppu not found
git-svn-id: trunk@10553 -
2007-02-01 09:44:23 +00:00
marc
742490006d * improved scanning of -va output
git-svn-id: trunk@10552 -
2007-02-01 00:48:29 +00:00
vincents
cbb5dc8f80 codetools: fixed parsing -va output of fpc 2.1.1 by passing -vs- to turn off time stamps (bug #8249)
git-svn-id: trunk@10551 -
2007-01-31 20:49:13 +00:00
mattias
ff4f81d112 codetools: adding heuristic to scan the Makefile.fpc files of the FPC sources
git-svn-id: trunk@10363 -
2007-01-01 13:02:37 +00:00
mattias
6da5267421 gtk intf: improved listbox SetTopIndex for newly added items
git-svn-id: trunk@10344 -
2006-12-21 16:29:39 +00:00
mattias
0fc3bea335 codetools: added special file fpc unit postion libc
git-svn-id: trunk@10343 -
2006-12-21 13:05:18 +00:00
mattias
2b2ad3367d IDE: fixed lcl compiled unit path to nonwin32
git-svn-id: trunk@10307 -
2006-12-06 11:38:00 +00:00
mattias
53dde5cff5 codetools: improved parsing variable section with errors
git-svn-id: trunk@9894 -
2006-09-14 19:30:01 +00:00
mattias
843b17534a added make lazbuilder
git-svn-id: trunk@9850 -
2006-09-09 20:02:57 +00:00
mattias
f7855da268 IDE: moved package compile code to packagesystem, IDEIntf: removed IsPartOfProject flag of Backup functions, lazbuidl: package compiling
git-svn-id: trunk@9821 -
2006-09-06 22:40:37 +00:00
mattias
a22d3ff035 IDE codetools defines: do not delete path defines, if no custom options are defined
git-svn-id: trunk@9805 -
2006-09-04 10:30:54 +00:00
mattias
ca2b538cf7 IDE Help for FPC keywords activated, IDE find now supports multi lines, regexpr case insensitive, regexpr whole words
git-svn-id: trunk@9766 -
2006-08-29 17:35:20 +00:00
marc
86387e0647 - Removed redundant check
git-svn-id: trunk@9546 -
2006-07-03 14:19:20 +00:00
mattias
b9bf6c4b20 gtk2 intf: fixed GetPreferredSize, codetools: added targets i386-darwin-*
git-svn-id: trunk@9504 -
2006-06-27 20:28:37 +00:00
mattias
7a675dec3a added TListWithEvents, fixed codetools adding a colon too much, added lcl test for TPageControl
git-svn-id: trunk@9477 -
2006-06-22 18:09:31 +00:00
mattias
25a45bbe06 added warnings, if FPC source units are missing
git-svn-id: trunk@9450 -
2006-06-19 09:23:59 +00:00
mattias
34ec62a9ca fixed PChar typecasts
git-svn-id: trunk@9394 -
2006-06-04 09:35:45 +00:00
mattias
20698952d6 added include path for fpc compiler sources
git-svn-id: trunk@9388 -
2006-06-02 17:51:16 +00:00
mattias
bfb3fd9685 added class keyword to proc bodies for fpc 2.1.1
git-svn-id: trunk@9364 -
2006-05-27 17:40:59 +00:00
mattias
eadacf707a compiler options: added option to show options : relatvie/absolute, .compiled files now create relative paths
git-svn-id: trunk@9349 -
2006-05-24 16:52:12 +00:00
mattias
53779000ba reduced calling compiler on startup of the IDE
git-svn-id: trunk@9346 -
2006-05-23 21:54:43 +00:00
mattias
07fec2d11b fixed parsing procedure specifier public
git-svn-id: trunk@9344 -
2006-05-23 21:42:52 +00:00
vincents
26c4d62fe5 wince doesn't use lcl\nonwin32\messages.pp
git-svn-id: trunk@9343 -
2006-05-23 21:35:08 +00:00
vincents
713f7851a3 fixed include paths for wince
git-svn-id: trunk@9339 -
2006-05-22 20:40:43 +00:00
mattias
0fe3331886 codetools: fpc sources: fcl wince: include path: TargetOs is now in front of SrcOS
git-svn-id: trunk@9319 -
2006-05-20 20:56:18 +00:00
mattias
8ec5b0aee6 designer rename component: ifdefed workaround, added rtl include path rtl/srcos2/targetcpu
git-svn-id: trunk@9286 -
2006-05-16 13:08:41 +00:00
mattias
c0fe7541cd codetools directory values: added treeview and memo to view the templates and how they were parsed
git-svn-id: trunk@9161 -
2006-04-22 15:59:30 +00:00
mattias
f5abc1d817 added TCustomSplitter.MoveSplitter and SetSplitterPosition and IDE ct defines editor now saves splitter positions
git-svn-id: trunk@9159 -
2006-04-22 13:13:36 +00:00
mattias
8b2b8e4176 fixed typo
git-svn-id: trunk@9153 -
2006-04-21 12:32:12 +00:00
vincents
f358387e4d added support for lcl\forms directory
git-svn-id: trunk@9146 -
2006-04-19 22:35:13 +00:00
mattias
7057de0774 fixed unhandled macro
git-svn-id: trunk@9145 -
2006-04-19 08:17:45 +00:00