1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-03 14:25:37 +02:00
Commit graph

4368 commits

Author SHA1 Message Date
Andrew Gvozdev
4d15c91d96 Bug 412989: GCC Builtin Compiler Settings won't clear its entries 2013-07-15 12:10:14 -04:00
Anton Leherbauer
f04e9026a7 Bug 412081 - Exception enabling mark occurrences on an external file 2013-07-15 14:48:46 +02:00
Tom Hochstein
783ae5a2d4 Bug 412601 - Preprocessor Entries properties tab should list languages
alphabetically by name, not id

Change-Id: I575ca197c464287f7894d83abe7bd7ddb2e8f2d0
Signed-off-by: Tom Hochstein <tom.hochstein@freescale.com>
Reviewed-on: https://git.eclipse.org/r/14417
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-07-12 14:43:31 -04:00
Nathan Ridge
982b93967b Fixed an "unsafe method call" exception.
Change-Id: Iacc5a6a5c410766bd14ef2ec4ac626d1077e93b6
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/14398
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-07-09 13:06:44 -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
Marc-Andre Laperle
b6c0cb12db Bug 412032 - Extract local variable doesn't suggest a name in C source
files

Change-Id: I73e7f80713132521d757482c6ffbf839b5d2679f
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/14168
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-07-01 16:12:38 -04:00
Sergey Prigogin
bcb2b0c213 Do not insert a space between two closing angle brackets. 2013-06-25 18:20:33 -07:00
Andrew Gvozdev
a855283bd4 bug 411499: Generalize facility for shared images 2013-06-24 10:32:11 -04:00
Sergey Prigogin
4c2d51b615 Fixed version mismatch between MANIFEST.MF and pom.xml. 2013-06-19 10:49:16 -07:00
Sergey Prigogin
a79028d2fc Bug 45203. User configurable header substitution rules. 2013-06-14 15:54:13 -07:00
Sergey Prigogin
af00e7cd42 Cosmetics. 2013-06-14 15:53:55 -07:00
Sergey Prigogin
2166de01db Code streamlining. 2013-06-14 15:53:31 -07:00
Sergey Prigogin
f7de7ad848 Bug 410136 - Exception when editing CDTMainWizardPage in Windows Builder 2013-06-12 17:07:44 -07:00
Sergey Prigogin
eb081d7f1f Cosmetics. 2013-06-12 17:07:07 -07:00
Sergey Prigogin
06e1b830a8 Don't produce a blank line at the top of the file if file comment
template is blank. Trim blank lines at the end of the file.
2013-06-12 17:05:29 -07:00
Sergey Prigogin
596d2825e3 Bug 410074 - Refactoring throws NullPointerException 2013-06-06 20:49:03 -07:00
Andrew Gvozdev
7dc675dc92 bug 409392: Context help for new Scanner Discovery "Preprocessor Includes, Macros..." property/preference pages 2013-06-05 16:03:54 -04:00
Sergey Prigogin
2358322ab5 Bug 409896 - NPE in StubUtility.getFileContent when the template is
empty
2013-06-04 14:42:47 -07:00
Sergey Prigogin
3336cd19e6 Corrected names of index-related commands. 2013-06-04 12:35:43 -07:00
Marc-Andre Laperle
9e1e3ce04f Bug 409663 - [Mac] Command-Shift-Up/Down is not handled in standard way
Change-Id: I667b9038e4a92201883c702c0673d7ba33cd386c
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/13471
2013-06-02 15:26:44 -04:00
Caroline Rieder
ecb373f340 V.3 - Bug 405239 - Index actions are only available within context menu
The provided patch contributes the Index actions to the global Project
menu using the command/handler extension points.

Project related actions are enabled when:
- When an ICProject, an ICContainer or an ITranslationUnit is selected
  in the Project Explorer and the Project Explorer has the focus
- When a file of an ICProject is open in the Editor and the Editor has
  the focus

File related action is enabled when:
- When an ITranslationUnit is selected in the Project Explorer and the
  Project Explorer has the focus
- When an ITranslationUnit is open in the Editor and the Editor has the
  focus

Change-Id: I11f05e2b2f0c8f1652b0ee7e655aacacd03c7fde
Signed-off-by: Caroline Rieder <caroline.rieder@windriver.com>
Reviewed-on: https://git.eclipse.org/r/13123
Reviewed-by: Anton Leherbauer <anton.leherbauer@windriver.com>
IP-Clean: Anton Leherbauer <anton.leherbauer@windriver.com>
Tested-by: Anton Leherbauer <anton.leherbauer@windriver.com>
2013-05-24 09:54:20 -04:00
Sergey Prigogin
2a84dfb7e3 Fixed invalid resource keys. 2013-05-23 18:16:26 -07:00
Caroline Rieder
ef7967342a Bug 405239 - Index actions are only available within context menu
The provided patch contributes the Index actions to the global Project
menu using the command/handler extension points.

Project related actions are enabled when:
- When an ICProject, an ICContainer or an ITranslationUnit is selected
  in the Project Explorer and the Project Explorer has the focus
- When a file of an ICProject is open in the Editor and the Editor has
  the focus

File related action is enabled when:
- When an ITranslationUnit is selected in the Project Explorer and the
  Project Explorer has the focus
- When an ITranslationUnit is open in the Editor and the Editor has the
  focus

Change-Id: Ide0e3e241f1162323c2e17d2d58741eb3db9ae41
Signed-off-by: Caroline Rieder <caroline.rieder@windriver.com>
Reviewed-on: https://git.eclipse.org/r/13073
Reviewed-by: Anton Leherbauer <anton.leherbauer@windriver.com>
IP-Clean: Anton Leherbauer <anton.leherbauer@windriver.com>
Tested-by: Anton Leherbauer <anton.leherbauer@windriver.com>
2013-05-23 10:03:55 -04:00
Sergey Prigogin
7a1fd480ce Bug 408635. Fixed NPE 2013-05-21 15:55:53 -07:00
Andrew Gvozdev
2d5584fe98 bug 402023: Provide programmatic access for names of CdtMacroSupplier variables ($ProjName, $ConfigName etc.) 2013-05-20 14:48:22 -04:00
Sergey Prigogin
5700e27b7b Bug 403418 - Type Hierarchy view does not show class templates. 2013-05-17 19:33:58 -07:00
Sergey Prigogin
6052044cdc Cosmetics. 2013-05-17 19:31:38 -07:00
Andrew Gvozdev
856760644c bug 401961: Adjusted LSP property page UI to function for legacy projects where no languages defined in the toolchain 2013-05-17 16:17:20 -04:00
Andrew Gvozdev
81627b721e bug 403405: Added informational message on "Paths and Symbols" property page 2013-05-17 10:36:07 -04:00
Andrew Gvozdev
a1f4c57ead bug 407405 CDT Build Console blocks UI on every Project Explorer selection - set wrapping off by default to mitigate the issue. 2013-05-17 09:14:54 -04:00
Andrew Gvozdev
90ec4a7886 bug 199605: have line wrap option on the build console 2013-05-15 14:40:06 -04:00
Sergey Prigogin
e543e223a4 Cosmetics. 2013-05-13 17:50:28 -07:00
Sergey Prigogin
28e2acc2e4 Fixed a typo. 2013-05-13 17:50:20 -07:00
Marc-Andre Laperle
a1f59f3708 Bug 407483 - [performance] Performance improvements to decorators
On non-cdt projects, the decorators caused a ICProjectDescription to
be created every time a resource was decorated. The decorators should
only get the description when it already exists. Performance was also a
bit improved on cdt projects by extracting some variables out of a loop.

Change-Id: I125dc0ba55a72cfbd272fb6d6658474216021803
Reviewed-on: https://git.eclipse.org/r/12744
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-05-13 08:09:26 -04:00
Andrew Gvozdev
191b7afdbf bug 407503: MESSAGE NLS missing message: LanguageSettingsProviders_EnableForProject in: org.eclipse.cdt.internal.ui.newui.Messages 2013-05-08 09:28:01 -04:00
Andrew Gvozdev
52c8c083b1 bug 403405: Removed temporary checkbox "Enable language settings providers for this project" from LSP tabs 2013-05-06 10:19:20 -04:00
Martin Oberhuber
41edb9360b Bug 406783 - [spell-check] Support variables for CDT user dictionary.
Simply copied the respective code from JDT SpellCheckEngine,
which was introduced with the fix for bug 70410 on 9-Jul-2007 ,
http://git.eclipse.org/c/jdt/eclipse.jdt.ui.git/commit/?id=d235827d8379f62fd5c488aabdec635fbb5005a2

Change-Id: I7139f6288112dd311d9cc72e15cc67f70cb9d013
Reviewed-on: https://git.eclipse.org/r/12377
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-04-30 20:19:06 -07:00
aleon
bb755a01be Bug 244865 – Support for Step Into Selection
First Implementation:
* Non-stop as well as All-stop debugging
* Function / Method name validation, arguments size validation
(no arguments signature yet)
* Ctrl-F5 as short key (consistent with JDT)
* Hyper link support with Ctrl-Shift click
* Junit Test (Services part)
Change-Id: I58903b4b6b7f9fd39a827f5297ad23ac3f96186d
Reviewed-on: https://git.eclipse.org/r/11305
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
IP-Clean: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2013-04-30 14:26:00 -04:00
Martin Oberhuber
cf3acef3f3 Bug 406873 - [spell-check] Update the CDT word lists for Kepler
Merge in any JDT changes to word lists up until 30-Apr-2013.

Change-Id: Ie74c3a9f2af578fa3f30f05f9f80cda2d7d8c48c
Signed-off-by: Martin Oberhuber <martin.oberhuber@windriver.com>
Reviewed-on: https://git.eclipse.org/r/12379
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-04-30 11:01:29 -07:00
Sergey Prigogin
2afbff2520 Cosmetics. 2013-04-24 16:04:05 -07:00
Sergey Prigogin
d7e43b1a2c Cosmetics. 2013-04-24 16:03:40 -07:00
Eugene Ostroukhov
1f6a9956f2 Bug 360030 - Support refactroing on files with custom content types
Change-Id: I7cb50d90c9e49a48a833c52dd9f09b54de0dfac4
Reviewed-on: https://git.eclipse.org/r/12112
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-04-23 19:11:33 -04:00
Andrew Gvozdev
9002a13eb1 bug 401961: Use more general CConfigurationDataProvider facilities to initialize language settings providers rather than do it in each New Project Wizard 2013-04-23 18:07:54 -04:00
Jesse Weinstein
1f8ea23acb Bug 295674 - Friend functions are *not* methods.
Change-Id: Iad77cedd5c28044d68c66348526ac3213c24f52a
Reviewed-on: https://git.eclipse.org/r/11662
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-04-04 18:16:25 -04:00
Sergey Prigogin
fa881229a6 Don't report unknown built-in functions as problems. 2013-04-03 17:36:17 -07:00
Sergey Prigogin
9dc2e76ff2 Cosmetics. 2013-03-31 14:59:11 -07:00
Sergey Prigogin
52aa9bac76 Wording adjustments. 2013-03-31 14:36:16 -07:00
Sergey Prigogin
163df7dbad Bug 45203. Improved loop detection. 2013-03-30 17:42:58 -07:00
Sergey Prigogin
54919b0124 Bug 45203. Added transitive closing of include maps. 2013-03-30 10:41:59 -07:00
Sergey Prigogin
3424f482ba Header substitution adjustments. 2013-03-26 00:02:01 -04:00