Commit Graph

96 Commits

Author SHA1 Message Date
mattias
139a3f1c56 IDE: add form to package: add dependency LCL
git-svn-id: trunk@35025 -
2012-01-29 19:17:55 +00:00
juha
4c70795d75 IDE: Replace const string arrays with RTTI value and WriteStr().
git-svn-id: trunk@34755 -
2012-01-15 23:50:08 +00:00
mattias
fcfc88b774 IDE: removed MainIDEIntf
git-svn-id: trunk@34648 -
2012-01-07 20:45:57 +00:00
juha
9897814795 IDE: New "Example Projects" feature.
git-svn-id: trunk@32808 -
2011-10-10 20:35:59 +00:00
martin
240ec1a82b DBG: do not open virtual unit twice.
git-svn-id: trunk@32723 -
2011-10-06 20:28:32 +00:00
mattias
38c75a8c1f IDEIntf: added TLazProject.Resources
git-svn-id: trunk@32596 -
2011-10-01 19:49:29 +00:00
mattias
6d5765c8f1 IDE: moved instantfpc program item to package
git-svn-id: trunk@32592 -
2011-10-01 19:22:05 +00:00
martin
dbb87ca09b DBG: Fixed jumping to unit of unsaved project
git-svn-id: trunk@32449 -
2011-09-21 12:13:24 +00:00
mattias
4cf44bd8f7 IDE: added flag jfDoNotExpandFilename
git-svn-id: trunk@32443 -
2011-09-20 19:50:56 +00:00
martin
cd46dbb0ae IDE: Fix function results, for refactor rev 32347 #a23438a510
git-svn-id: trunk@32367 -
2011-09-16 16:04:21 +00:00
martin
ad2d7983d8 DBG: Improved, jumping to correct line, if source was changed (missing files)
git-svn-id: trunk@32354 -
2011-09-15 17:11:41 +00:00
martin
a23438a510 IDE: refactor, clean-up JumpToCodde/Source
git-svn-id: trunk@32347 -
2011-09-15 11:17:38 +00:00
mattias
133696ef7b IDE: added file type for instantfc programs, run instantfpc if file has shebang
git-svn-id: trunk@31624 -
2011-07-09 19:57:15 +00:00
mattias
51e1742910 IDE: clean up
git-svn-id: trunk@31329 -
2011-06-22 07:52:10 +00:00
mattias
decee4a238 IDE: remote control: Linux
git-svn-id: trunk@31020 -
2011-06-03 00:29:11 +00:00
juha
9f09abf5f2 IDE: fix a possible crash when making a new project, clear LastActivatedWindows list.
git-svn-id: trunk@31005 -
2011-06-01 20:39:18 +00:00
juha
d785a61dd3 IDE: Bring all windows to top with 'Single Button in Taskbar', on all widgetsets. Patch from August Klein, issue #19320
git-svn-id: trunk@30834 -
2011-05-21 09:41:06 +00:00
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
mattias
2755108d9c IDEIntf: moved compiler options to unit of its own (compoptsintf.pas), added access to compiler options of packages
git-svn-id: trunk@29523 -
2011-02-13 13:42:19 +00:00
mattias
91b4f23fd4 IDE: made inherited items more clear
git-svn-id: trunk@29106 -
2011-01-18 12:13:00 +00:00
mattias
160b52476f IDEIntf: started TIDEWindowCreator for registering independent/dockable windows
git-svn-id: trunk@25597 -
2010-05-24 00:58:44 +00:00
paul
70d6216214 ide: don't add unneeded units for new frame and new datamodule
git-svn-id: trunk@25504 -
2010-05-19 07:47:04 +00:00
paul
f44f816bec ide, ideintf: don't add LResources for the forms which uses fpc resources
git-svn-id: trunk@25503 -
2010-05-19 07:41:49 +00:00
mattias
a92d69cb0d IDE: undid handling copy, cut, paste of objectinspector
git-svn-id: trunk@24855 -
2010-04-23 16:05:36 +00:00
mattias
188ae1249a IDE: removing designer commands cut,copy,paste and using global ones, bug #15481
git-svn-id: trunk@24699 -
2010-04-18 17:19:27 +00:00
martin
6d923e4923 SourceEditor, IDE: Updates/Preparation for SynDualView
git-svn-id: trunk@24363 -
2010-04-01 23:07:21 +00:00
paul
4ca87431d7 ide: increase project version build number only on build and not on each compile/run
git-svn-id: trunk@23772 -
2010-02-24 02:32:13 +00:00
mattias
e01fe377a6 IDE: delphi converter: silently adding interfaces unit, bug #15641
git-svn-id: trunk@23685 -
2010-02-11 09:08:57 +00:00
paul
78e8334829 ide: implement import/export of compiler options for the merged dialog
git-svn-id: trunk@23515 -
2010-01-21 09:51:14 +00:00
paul
4a17de49ea ide: fix compilation with the fpc trunk
git-svn-id: trunk@23410 -
2010-01-09 18:56:43 +00:00
paul
ee188b5600 ideintf, ide: project resources:
- rename TLFMResourceType to TResourceType (and same for other TLFMResource...)
  - move ResourceType to TAbstractProjectResources
  - when fpc resources are chosen:
    1. don't create project .lrs file
    2. use .rc file on all systems (requires windres (or gorc for win64))

git-svn-id: trunk@23292 -
2009-12-26 19:01:05 +00:00
mattias
ffa522c0ae IDE: reduced updating window menu on idle
git-svn-id: trunk@22973 -
2009-12-05 10:17:51 +00:00
paul
d342bcff0e ide: if project options has FPC resource chosen then generate all new forms, datamodules and frames with that resources
git-svn-id: trunk@22968 -
2009-12-04 17:32:00 +00:00
mattias
830714131b IDE: creating manifest file only for win32/win64 and where the exe is, which can differ from the project directory
git-svn-id: trunk@22849 -
2009-11-28 12:55:38 +00:00
paul
00cc1fb130 ide: don't declare a class variable for the new inherited items if they are inherits from the TFrame (new dialog)
git-svn-id: trunk@22359 -
2009-10-31 15:06:47 +00:00
paul
75d877a8fb ide: rename AUnitName properties to Unit_Name
git-svn-id: trunk@22354 -
2009-10-30 15:16:14 +00:00
paul
79ff6ed4bc components, ide, ideintf: change UnitName identifier to AUnitName inside classes (preparations for the new TObject.UnitName method)
git-svn-id: trunk@22327 -
2009-10-29 08:40:22 +00:00
mattias
29ea3fdaa5 IDE: fixup references when dropping a frame onto a form
git-svn-id: trunk@22260 -
2009-10-22 13:56:11 +00:00
mattias
438579ae18 IDE: new dialog: using localized names
git-svn-id: trunk@20992 -
2009-07-28 14:04:33 +00:00
mattias
313765804b added resourcestrings
git-svn-id: trunk@20991 -
2009-07-28 13:58:37 +00:00
mattias
243682df33 IDEIntf: changed some var to out
git-svn-id: trunk@20589 -
2009-06-12 06:49:14 +00:00
mattias
ba16d11eae IDE: implemented rename main unit
git-svn-id: trunk@20235 -
2009-05-26 10:59:23 +00:00
paul
d691c803fc ide, debugger: mark source line when jump into it (by double click) from the call stack dialog
git-svn-id: trunk@19727 -
2009-05-01 10:16:05 +00:00
mattias
13d580f6d8 IDE: making some abort buttons context sensitive
git-svn-id: trunk@19387 -
2009-04-12 22:53:16 +00:00
mattias
35ccd93e17 IDE: new unit: fixed using IsPascalUnit when adding file to uses section of project
git-svn-id: trunk@18621 -
2009-02-09 20:03:04 +00:00
mattias
0b0d219245 fixed some visibilities
git-svn-id: trunk@17521 -
2008-11-22 16:13:03 +00:00
paul
3c446ce0da ide: don't declare a class variable for new TFrame descendant (when you create a frame in the ide)
git-svn-id: trunk@17172 -
2008-11-01 16:53:26 +00:00
mattias
ca1ba91b58 IDE: added unit FileUtil to new units
git-svn-id: trunk@16273 -
2008-08-27 11:28:48 +00:00
mattias
ea23d0c086 IDE+codetools: using compiler mode Delphi when set in compiler options
git-svn-id: trunk@16092 -
2008-08-17 19:45:49 +00:00
mattias
e98cde9ee1 IDE: added New file item inherited component based on bug/patch 1287
git-svn-id: trunk@15076 -
2008-05-08 12:39:46 +00:00