1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 06:32:10 +02:00
Commit graph

1191 commits

Author SHA1 Message Date
David Inglis
045fd62f36 fixed NPE 2003-09-18 14:32:38 +00:00
Doug Schaefer
7a365daf02 Fixed up plugin.xml to make sure it exports its classes. 2003-09-17 14:19:33 +00:00
Doug Schaefer
276c84505a Fix up the build properties for the make plugins. 2003-09-17 13:15:14 +00:00
David Inglis
3949e8e7db update cached info if present 2003-09-17 03:07:01 +00:00
Doug Schaefer
c7a74ef049 Patch for Sean Evoy:
- The fix is for bug 43017, something I need anyway. The 
incremental build work is to make a full rebuild happen when the build 
settings change through the UI. Tested the changes on Linux and Win32.
2003-09-16 21:27:58 +00:00
Doug Schaefer
79d4dd460c Make sure everything is exported out of the plugins. 2003-09-16 19:23:40 +00:00
Doug Schaefer
40b0ef8dbb Fixed up the build properties. 2003-09-16 18:34:27 +00:00
David Inglis
97ef2c67d1 prompt for convertion on statup if workspace contains old make projects 2003-09-16 18:18:36 +00:00
Doug Schaefer
7b35a1a68b fixed up the build.properties file. 2003-09-15 21:34:16 +00:00
Doug Schaefer
05c2f2915e Removed the dependency on make. 2003-09-15 21:05:54 +00:00
Doug Schaefer
d18851f2d7 Patch for Sean Evoy:
- Move the managed builder to it's own plugins and feature.
2003-09-15 20:44:43 +00:00
Alain Magloire
79a8a117d0 Fix the parser 2003-09-10 03:10:10 +00:00
Alain Magloire
8a3a52b54a add the value part of the tootip for macros. 2003-09-09 19:09:14 +00:00
Alain Magloire
0ec0b04c3e New draft for GNU Makefile 2003-09-09 03:52:15 +00:00
Alain Magloire
084ae250ef Some variable contains += 2003-09-09 03:51:35 +00:00
Alain Magloire
c6b5dbad42 Try command rule first. 2003-09-09 03:51:15 +00:00
Alain Magloire
11cdc640c6 Refactor constants 2003-09-08 20:11:55 +00:00
Alain Magloire
a3e7c1ab78 _ is also part of a word 2003-09-08 20:11:37 +00:00
Alain Magloire
5cada17513 Remove obsolete constant 2003-09-08 20:11:18 +00:00
Alain Magloire
013b7794ef be aware of += and :: and := 2003-09-08 20:10:52 +00:00
Alain Magloire
f5a40d1db9 Fix the parsing. 2003-09-08 20:10:26 +00:00
Alain Magloire
7f1f51e837 indent 2003-09-08 16:20:25 +00:00
Alain Magloire
f4a7b9bcc3 null out the makefile variable 2003-09-08 16:20:15 +00:00
Alain Magloire
78f034de45 Fix to the parser 2003-09-08 16:19:39 +00:00
Alain Magloire
e6e17610e5 Work on code completion and hover. 2003-09-08 04:59:14 +00:00
Alain Magloire
b618113882 Put imports 2003-09-08 04:58:16 +00:00
Alain Magloire
02988e794e trim strings 2003-09-08 04:57:59 +00:00
Alain Magloire
a8edb98ca7 Makefile adapter. 2003-09-08 04:57:30 +00:00
Alain Magloire
3638c876a5 new File BadStatement 2003-09-08 04:57:16 +00:00
Alain Magloire
b5bfa05375 Add BadStatement 2003-09-08 04:56:50 +00:00
Alain Magloire
39e50dd226 Change visibility of fields. 2003-09-07 19:52:20 +00:00
Alain Magloire
a408d89e9f change visibility of fProject 2003-09-07 19:51:46 +00:00
Alain Magloire
15c9704c98 refactor effect of a rename 2003-09-07 19:45:37 +00:00
Alain Magloire
afecf0245a New images for the Makefile editor. 2003-09-07 19:45:15 +00:00
Alain Magloire
11fbc47cb2 Rename to Makefile*.java instead of Make*.java
Files are for managing Makefile related things.
2003-09-07 19:44:27 +00:00
Alain Magloire
9147013836 Implements the interface of IMakefile 2003-09-07 19:42:53 +00:00
Alain Magloire
3e86e80afd Interface of the Makefile parser 2003-09-07 19:42:06 +00:00
David Inglis
ad843c5751 finish up project convertion to convert old make target to new targets
finish up build target dialog
   - add/remove/delete now working
   - displayed as a table
2003-09-05 20:52:24 +00:00
David Inglis
428e119084 added project to createion of make target for initial default settings 2003-09-05 20:51:03 +00:00
David Inglis
ffaa2d3da7 remove scanner and build model on configure 2003-09-05 20:50:34 +00:00
David Inglis
55efa70a8a add command for targetbuidl ation 2003-09-04 20:27:08 +00:00
David Inglis
0b3616d668 target build dialog 2003-09-04 20:26:48 +00:00
David Inglis
ad31833096 due to refactor 2003-09-04 20:26:22 +00:00
David Inglis
393dce00d8 update 2003-09-04 20:23:11 +00:00
David Inglis
521c84d7bd missing icon 2003-09-04 17:53:45 +00:00
David Inglis
be82338a01 update new build target dialog 2003-09-04 17:42:03 +00:00
David Inglis
70e982f801 fixed builder and added move status messages 2003-09-04 17:41:21 +00:00
Alain Magloire
46c06a4a71 Remove the monitor.setCancelled() call.
access Widget SWT libary.
2003-09-04 15:39:20 +00:00
David Inglis
ebf52677b8 added new error parser block to project preferences/properties and wizard 2003-09-04 03:06:11 +00:00
David Inglis
08eb89846c init error parser prefs.
use shared pref key for error parsers
2003-09-04 03:05:10 +00:00