Commit Graph

1954 Commits

Author SHA1 Message Date
mattias
4560417c25 added package link for simpleideintf
git-svn-id: trunk@10375 -
2007-01-05 12:11:54 +00:00
mattias
787f9e814d added package SimpleIDEIntf to test IDE plugins easier
git-svn-id: trunk@10372 -
2007-01-04 19:51:33 +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
bd37a75255 IDE: accelerated writing compiler output to terminal
git-svn-id: trunk@10345 -
2006-12-21 22:25:18 +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
vincents
3c5dd2a426 tray icon: improved Delphi compatibility, started GetPosition (issue #7991)
git-svn-id: trunk@10342 -
2006-12-18 09:02:45 +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
ffb717dbc2 codetools: class completion: copying class keyword for virtual methods
git-svn-id: trunk@10326 -
2006-12-13 09:19:05 +00:00
vincents
e11cec8fcf fixed fpc 2.1.1 compilation
git-svn-id: trunk@10322 -
2006-12-12 13:36:17 +00:00
jesus
2072485dd9 added define to get a copy of cups print out
git-svn-id: trunk@10312 -
2006-12-06 23:41:42 +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
2b2ad3367d IDE: fixed lcl compiled unit path to nonwin32
git-svn-id: trunk@10307 -
2006-12-06 11:38:00 +00:00
mattias
e3efca8f4b IDE: LazDoc: lazdoc paths can now be relative and contain global macros for projects and packages
git-svn-id: trunk@10306 -
2006-12-06 11:06:31 +00:00
mattias
b8a4c2ed02 codetools: reparsing source on searching for a published method body
git-svn-id: trunk@10295 -
2006-12-04 17:08:44 +00:00
mattias
421ec5b6aa codetools: removing doubles when collecting published methods
git-svn-id: trunk@10294 -
2006-12-04 16:51:19 +00:00
mattias
9af49e0fa8 codetools: JumpToPublishedMethodBody now also jumps to methods in ancestors
git-svn-id: trunk@10292 -
2006-12-04 15:56:30 +00:00
mattias
84eb5a5a3f codetools: extract proc: fixed removing whole var sections
git-svn-id: trunk@10289 -
2006-12-04 01:15:29 +00:00
mattias
a527f37527 SynEdit: added NoStackFrame to keywords of TSynPasSyn
git-svn-id: trunk@10287 -
2006-12-04 00:51:20 +00:00
mattias
220d4e0e7c codetools: added MacPAS mode specials: IFC, ELSEC, ELIFC, ENDC, defined identifier, undefined identifier, SETC, SETC name := value, out as parameter name, property as parameter name
git-svn-id: trunk@10283 -
2006-12-04 00:00:36 +00:00
mattias
185cecd04e IDE: when adding designer form child names to source, consider ancestor
git-svn-id: trunk@10279 -
2006-12-02 17:43:44 +00:00
vincents
d1113a07c2 IDE: fixed initial size of Find in files dialog (bug #7625)
git-svn-id: trunk@10270 -
2006-12-01 09:54:59 +00:00
mattias
17f6550896 lazdoc: added menu shortcut
git-svn-id: trunk@10266 -
2006-11-30 18:38:24 +00:00
mattias
0999d7c7a8 codetools, LCL: fixed CeateRelativePath
git-svn-id: trunk@10264 -
2006-11-30 00:17:55 +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
micha
c214daac3f fix typed pointer arithmetic (issue #7894, patch by Colin Western)
git-svn-id: trunk@10251 -
2006-11-27 18:37:31 +00:00
mattias
0a487c57cc codetools: include directives apostrophes are now allowed in all compiler modes
git-svn-id: trunk@10236 -
2006-11-24 13:36:03 +00:00
mattias
c045101121 codetools: remove debugging code
git-svn-id: trunk@10223 -
2006-11-20 18:18:40 +00:00
mattias
e5fdfd28ff codetools: allowed: var identifier: class of identifier
git-svn-id: trunk@10222 -
2006-11-20 16:28:20 +00:00
vincents
13689073c2 added support for ITestListener.StartTestSuite and EndTestSuite from Graeme
git-svn-id: trunk@10220 -
2006-11-20 11:04:19 +00:00
vincents
829be5d8d6 fpcunit gui runner: fixed layout from Graeme
git-svn-id: trunk@10205 -
2006-11-15 15:10:25 +00:00
vincents
3aa9e60885 ide: lowercase {$I %fpctargetos%}, so it can be used for directories
git-svn-id: trunk@10200 -
2006-11-14 20:18:54 +00:00
mattias
b0e37c7904 removed lps file
git-svn-id: trunk@10191 -
2006-11-12 22:32:28 +00:00
mattias
b65822fa44 added IDE printing package from Darius
git-svn-id: trunk@10190 -
2006-11-12 22:32:07 +00:00
vincents
8a29f2f36c fpc unit console runner:
* fixed memleak with long options
+ added stylesheet parameter
+ added example stylesheet
* renamed App to Appliction, so Lazarus can set the Application.Title

git-svn-id: trunk@10183 -
2006-11-10 06:52:18 +00:00
mattias
b49605526a IDE: renaming methods in source now skips string constants
git-svn-id: trunk@10174 -
2006-11-05 01:06:22 +00:00
mattias
0c337fd4f3 IDE: renaming a component, now auto rename methods with default names, and inherited components
git-svn-id: trunk@10171 -
2006-11-04 15:05:40 +00:00
vincents
f4f8d20afd update Catalan translation from J.Salvador Pérez
git-svn-id: trunk@10168 -
2006-11-03 19:34:27 +00:00
mattias
da28cfbd3b IDE: fixed searching first in virtual units and then in search path
git-svn-id: trunk@10164 -
2006-11-02 21:03:13 +00:00
mattias
567453b914 IDE+codetools: renaming a component now renames in the whole unit
git-svn-id: trunk@10160 -
2006-11-02 19:32:59 +00:00
mattias
e7be3ae1d3 codetools: added record case variables to identifier completion
git-svn-id: trunk@10157 -
2006-11-02 03:29:30 +00:00
mattias
329aa53724 codetools: directive expressions: implemented ! for not, and a dummy function for DECLARED
git-svn-id: trunk@10153 -
2006-11-02 01:46:41 +00:00
vincents
967aa8de53 regenerated to support win64
git-svn-id: trunk@10151 -
2006-11-01 10:52:07 +00:00
mattias
fa382552fa updated finnish translation from Seppo
git-svn-id: trunk@10146 -
2006-10-31 17:54:07 +00:00
mattias
5beb7e0377 IDE: added new editor options page for code folding from Graeme
git-svn-id: trunk@10143 -
2006-10-31 13:34:39 +00:00
mattias
44743b499f TSynPasSyn: added keyword otherwise issue #7529
git-svn-id: trunk@10141 -
2006-10-31 12:52:43 +00:00
mattias
dead2dc443 codetools: adding missing semicolon on code completing classes
git-svn-id: trunk@10140 -
2006-10-31 12:38:27 +00:00
mattias
0b3a85d0e6 codetools: adding missing semicolon on code completing forward procedures
git-svn-id: trunk@10139 -
2006-10-31 12:22:13 +00:00
mattias
83cc6976b1 IDE: compiler output path single . is now kept, bug #7695
git-svn-id: trunk@10131 -
2006-10-30 11:11:01 +00:00
jesus
8075abcdf3 added sample for printing in RawMode
git-svn-id: trunk@10129 -
2006-10-30 00:18:20 +00:00