Andrew Gvozdev
557839783c
Bug 418098 - Added toolchain keywords to some more properties/preferences pages
2013-09-26 11:28:55 -04:00
Serge Beauchamp
597265c574
Bug 418098 - Entering 'Tool chain' in the preference dialog should
...
return the proper preference panel
Change-Id: Iedf013131c0445914436536da3d6db59173764f7
Signed-off-by: Serge Beauchamp <sergebeauchamp@mac.com>
Reviewed-on: https://git.eclipse.org/r/16797
Reviewed-by: Andrew Gvozdev <angvoz.dev@gmail.com>
IP-Clean: Andrew Gvozdev <angvoz.dev@gmail.com>
Tested-by: Andrew Gvozdev <angvoz.dev@gmail.com>
2013-09-26 11:17:43 -04:00
Liviu Ionescu
59efb5abcf
Bug 417228. Escape filenames for secondary targets in
...
GnuMakefileGenerator.java.
Change-Id: Ica4808ffce9642e455983905404d9c8303bb2cd8
Signed-off-by: Liviu Ionescu <ilg@livius.net>
Reviewed-on: https://git.eclipse.org/r/16433
Reviewed-by: Andrew Gvozdev <angvoz.dev@gmail.com>
IP-Clean: Andrew Gvozdev <angvoz.dev@gmail.com>
Tested-by: Andrew Gvozdev <angvoz.dev@gmail.com>
2013-09-18 17:29:13 -04:00
Sergey Prigogin
ef1eaf2b83
Bug 417220 - MakeContentProvider causes SWTException: Widget is
...
disposed.
2013-09-13 16:58:59 -07:00
Sergey Prigogin
4d0b4e615f
JavaDoc adjustment.
2013-09-13 16:57:16 -07:00
Andrew Gvozdev
b61d716173
bug 416786: added message in log to indicate invalid option type used in .cproject
2013-09-10 10:05:17 -04:00
Andrew Gvozdev
6856d55b68
bug 416628: "Export" of entries of language settings providers to referencing projects - added provider to do that
2013-09-08 08:09:33 -04:00
Jeff Johnston
7e3098b026
Bug 416067 - Duplicate titles in Autotools docs
...
- Remove the html reference in the top toc item
Change-Id: I934d3b03bac7be247b21dbe7d9c656ff1bcd17e8
Reviewed-on: https://git.eclipse.org/r/16161
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
IP-Clean: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-09-05 10:49:08 -04:00
Marc-Andre Laperle
a75dbc7d3c
Update p2 update site url to kepler in autotools feature
...
Change-Id: I91554032c368b9c0fb4bd4d53cb7a7493b91fd0a
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/16078
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
IP-Clean: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-09-03 14:49:13 -04:00
Jeff Johnston
65840d905d
Bug 416067 - Duplicate title in TOC
...
- fix Autotools docs
Change-Id: I3bdf1c00b36a12d6037b6e03378ed17c50d48b77
Reviewed-on: https://git.eclipse.org/r/16007
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
IP-Clean: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-08-30 13:38:01 -04:00
Andrew Eidsness
5dbcc8ec21
Bug 415789: NPE in ScannerConfigBuilder
...
An implementation of IEnvironmentVariable is returning null for its key
or value. The javadoc on this interface doesn't mention null, which I
guess makes it a valid value.
This patch checks the result before trying to put it into an instance of
java.util.Properties.
Change-Id: Ic04ddd72dfb558ca403b549b64847c3437971407
Signed-off-by: Andrew Eidsness <andrewe@jfront.com>
Reviewed-on: https://git.eclipse.org/r/15820
Reviewed-by: Andrew Gvozdev <angvoz.dev@gmail.com>
IP-Clean: Andrew Gvozdev <angvoz.dev@gmail.com>
Tested-by: Andrew Gvozdev <angvoz.dev@gmail.com>
2013-08-28 17:23:23 -04:00
Andrew Gvozdev
652ce4748e
Fixed parent pom version to reference
2013-08-27 15:16:24 -04:00
Andrew Gvozdev
614878662c
bug 415841: more info to the log in case of exception
2013-08-27 11:23:52 -04:00
Sergey Prigogin
bf2790474e
Bumped up feature version to 8.3.
2013-08-22 20:06:31 -07:00
Fabrizio Iannetti
9a654efbe3
NEW - bug 394959: CDT GCC build output parser does not understand
...
-isystem
https://bugs.eclipse.org/bugs/show_bug.cgi?id=394959
Simple patch to treat -isystem as -I, so that at least the paths show
up in the configuration:
- added two include parse options (copied/adapted from -I)
- added junit test case (copied/adapted from -I)
Change-Id: Ib3f3764ad75def49f6ec180bfecc0d6f42eabb1d
Signed-off-by: Fabrizio Iannetti <fabrizio.iannetti@intel.com>
Reviewed-on: https://git.eclipse.org/r/15584
Reviewed-by: Andrew Gvozdev <angvoz.dev@gmail.com>
IP-Clean: Andrew Gvozdev <angvoz.dev@gmail.com>
Tested-by: Andrew Gvozdev <angvoz.dev@gmail.com>
2013-08-19 09:43:09 -04:00
Andrew Gvozdev
2e2a26bf4a
Properties spelling
2013-08-16 16:29:43 -04:00
Jeff Johnston
00dca316ce
Bug 414829 - Unexternalized cheat sheet name
...
- Fix name to use plugin.properties.
Change-Id: Ib81cddea437f4b21a52ef6ac9400cf37754fb5f4
Reviewed-on: https://git.eclipse.org/r/15548
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
IP-Clean: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-08-16 12:10:31 -04:00
Chris Recoskie
a8a89155df
Bug 413603 - TVT43: The string "CDT GCC Bultin Compiler Settings Cygwin"
...
is not externalized
2013-08-15 14:05:55 -04:00
Andrew Gvozdev
4f33e5d299
bug 404913: @since tags
2013-07-25 21:03:51 -04:00
Andrew Gvozdev
e84409b1f0
bug 404913: Dialect category and options for language standards for GCC toolchain
2013-07-24 14:50:45 -04:00
Andrew Gvozdev
12c5f12990
bug 404913: Built-In Settings Provider should recognize extra gcc
...
parameters from build settings
2013-07-24 14:05:13 -04:00
Andrew Gvozdev
af57f95d75
bug 404913: Flag to designate build options to be also used by scanner discovery.
2013-07-24 14:05:03 -04:00
Andrew Gvozdev
dae7358b7d
bug 404913: Cosmetics
2013-07-22 01:42:25 -04:00
Andrew Gvozdev
fd53d6c37c
Bug 388484: Cosmetics
2013-07-18 03:22:29 -04:00
Andrew Gvozdev
3b02e44d30
Bug 412932: GCC Builtin Compiler Settings always shows wrench overlay
2013-07-15 00:03:27 -04:00
Andrew Gvozdev
4ce1de86ae
bug 412897: CDT GCC build output parser does not understand -imacros
2013-07-13 09:28:21 -04:00
Andrew Gvozdev
2596bb1aa7
Bug 404912: Built-In Settings Provider ignores compiler command from build Settings
2013-07-13 00:24:19 -04:00
Andrew Gvozdev
8134c7e1cd
Fixed NPE in ToolchainBuiltinSpecsDetector for an edge case when no tool is defined in a toolchain.
2013-07-12 12:01:48 -04:00
Andrew Gvozdev
d6e51c57a9
Bug 411498: bumped org.eclipse.cdt.make.core to 7.3.0 in pom.xml
2013-07-11 14:30:23 -04:00
Andrew Gvozdev
04c84a628a
Bug 411498: Content assist in Makefile Editor for builtin functions
2013-07-11 13:38:40 -04:00
Andrew Gvozdev
5ef9a3b925
Bug 411970: Some more work on colors and icons for Makefile Editor
2013-07-08 12:05:27 -04:00
Andrew Gvozdev
1df606bb26
Bug 412457: Makefile Editor does not highlight built-in functions enclosed in curly braces ${...}
2013-07-07 09:51:29 -04:00
Andrew Gvozdev
d38367d676
Bug 412457: Makefile Editor does not highlight built-in functions enclosed in curly braces ${...}
2013-07-07 09:48:43 -04:00
Andrew Gvozdev
cb5b5c955a
Bug 412346: Makefile Editor: F3 navigation to user defined functions from $(call user-fun)
2013-07-05 13:49:48 -04:00
Andrew Gvozdev
01bfa48d40
Bug 412250: Tidy up.
2013-07-05 13:06:40 -04:00
Andrew Gvozdev
d1e966b06e
Bug 412250: Makefile Editor won't open include with F3
2013-07-04 15:50:35 -04:00
Andrew Gvozdev
54665cdb60
Bug 412247: Makefile Editor: F3 navigation does not work inside conditional directives
2013-07-03 23:01:42 -04:00
Marc-Andre Laperle
718d7de48e
Bug 412057 - UI tests don't run on Mac Cocoa using Tycho build
...
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2013-07-03 21:02:43 -04:00
Andrew Gvozdev
e404208cac
Bug 412247: Makefile Editor: F3 navigation does not work inside conditional directives
2013-07-03 15:46:40 -04:00
Andrew Gvozdev
c93d4583c7
Bug 411970: Default colors in Makefile Editor consistent with C/C++ editor
2013-06-30 23:16:28 -04:00
Andrew Gvozdev
b9d4a197f4
Cosmetics
2013-06-30 06:52:47 -04:00
Andrew Gvozdev
1d28b9bce9
Bug 398353: Environment variables not evaluated in CDT GCC Builtin Compiler Settings
2013-06-29 10:58:09 -04:00
Andrew Gvozdev
310ad6c995
bug 411547: Added base test class with methods to get test name and test comments for org.eclipse.cdt.make.ui.tests
2013-06-29 06:06:44 -04:00
Andrew Gvozdev
26e1ef6452
Bug 411894: Macros having unconventional but legal characters in names are not highlighted in Makefile Editor
2013-06-28 11:24:21 -04:00
Andrew Gvozdev
1f57a45477
bug 411845: Keywords are not highlighted when indented with spaces in Makefile Editor
2013-06-27 22:24:11 -04:00
Andrew Gvozdev
c0717fe40d
Cosmetics.
2013-06-26 22:01:24 -04:00
Andrew Gvozdev
5b7641063a
bug 411649: Use CDT SharedImagesFactory for images of cdt.make.ui plugin
2013-06-26 21:21:23 -04:00
Andrew Gvozdev
ce7c36ae04
Add PLUGIN_ID to MakeUIPlugin
2013-06-25 22:52:21 -04:00
Andrew Gvozdev
4ff53dfb05
bug 411649: Use CDT SharedImagesFactory for images of cdt.make.ui plugin
2013-06-25 22:17:40 -04:00
Andrew Gvozdev
94fd0f7c7d
bug 411547: Activator MakeUITestsPlugin
2013-06-24 21:57:17 -04:00