axel
7d596aa92f
Bug 407506 - avoid NPE
...
Change-Id: Iddc1da83ee3bf1f74549d165d08056ddeef93a97
Reviewed-on: https://git.eclipse.org/r/12766
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-05-13 20:49:10 -04:00
Andrew Gvozdev
385f1c6c9d
bug 407696: Include paths remain uninitialized and code does not compile when creating new C or C++ projects
2013-05-13 18:14:00 -04:00
Chris Recoskie
2b184dc63a
Bug 407591 - UnsupportedOperationException thrown in
...
GCCScannerInfoConsoleParser.processCommand()
Change-Id: I786b20fb80a4353a23caf6450569f8b9d8b4a752
Reviewed-on: https://git.eclipse.org/r/12719
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
IP-Clean: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-05-13 16:11:28 -04:00
Nathan Ridge
2325a5eccb
Fixed a wrong test case.
...
Change-Id: I9bcba908d2112f59702229939aef486865742d99
Reviewed-on: https://git.eclipse.org/r/12732
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-05-13 12:34:48 -04:00
Nathan Ridge
1492e28f89
Bug 407808 - Error involving 0 as null pointer constant in header file
...
Change-Id: I4b065b932d2ea30b1772c4e0f0b6e2ac8d449e72
Reviewed-on: https://git.eclipse.org/r/12735
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-05-13 12:02:25 -04: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
Sergey Prigogin
f70ab948fc
Cosmetics.
2013-05-12 11:20:09 -07:00
Sergey Prigogin
a28d05b77c
Minor Javadoc adjustment.
2013-05-12 11:04:24 -07:00
Nathan Ridge
5189876f06
Bug 407807 - [Content Assist] No completion for members of object that
...
shadows object in base class
Change-Id: I30bf6064de788f766f871cdea1776d849c8284c5
Reviewed-on: https://git.eclipse.org/r/12733
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-05-12 13:51:10 -04:00
Baltasar Belyavsky
e5d12140df
Bug 405511 - ResourceLookup.selectFile(...) causes deadlocks during
...
project builds
2013-05-11 18:56:02 -04:00
Baltasar Belyavsky
07a2979c7d
Bug 405744 - [performance] PropertyManager causes many unnecessary
...
file-writes into workspace metadata
2013-05-11 07:21:35 -04:00
Sergey Prigogin
19360036af
Bug 407719 - [Call Hierarchy] java.lang.Exception: Unsafe method call
2013-05-10 16:45:01 -07:00
Andrew Gvozdev
c2ba71b046
bug 407781: Under some conditions builtin specs detector could keep running in infinite loop
2013-05-10 17:41:02 -04:00
Sergey Prigogin
93bdf7df2d
Bug 407579 - Refine array type using definitions in the current
...
translation unit.
2013-05-09 16:13:15 -07:00
Sergey Prigogin
fec856469f
Fixed an accidentally broken test.
2013-05-09 09:48:17 -07:00
Marc-Andre Laperle
2dd6c882a4
Bug 396134 - NPE when extracting function inside a method
...
Change-Id: Ia396d906196543249f0370f47d2b4f08782f9219
Reviewed-on: https://git.eclipse.org/r/12670
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-05-09 08:29:42 -04:00
Sergey Prigogin
1ddcf867ab
Bug 407579 - False ambiguity in template function resolution.
2013-05-08 20:56:12 -07:00
Sergey Prigogin
e7282ec04e
Bug 407579 - False ambiguity in template function resolution.
2013-05-08 20:33:44 -07:00
Sergey Prigogin
77465f88fe
Cosmetics.
2013-05-08 20:33:36 -07:00
Jeff Johnston
143d87d88c
Bug 407580: Can't build project with GnuMakefile using Autotools plug-in
...
- Remove trailing separator from PWD during configuration step
Change-Id: Ideddd1ce9b9d0a5a90219a411c114315046a7c8d
Reviewed-on: https://git.eclipse.org/r/12657
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
IP-Clean: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-05-08 17:07:50 -04:00
Mikhail Khodjaiants
9a4a52cc00
Bug 406999 - [memory] Memory is not updated when the update mode is "On
...
Breakpoint"
Change-Id: I8c1d6e876bdd674f9cf593064c705e22f21ac111
Reviewed-on: https://git.eclipse.org/r/12440
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
2013-05-08 14:35:46 -04:00
Salvatore Culcasi
42b7727548
Bug 407163 - GDB Console: breakpoint not added with MinGW and gdb
...
Change-Id: I970e3f3f34aa96bbfcc317ada68457ed68e0c462
Reviewed-on: https://git.eclipse.org/r/12601
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
2013-05-08 14:30:09 -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
Sergey Prigogin
e7c416ff52
Bug 407480 - Name resolution problem is inappropriately reported in
...
template code
2013-05-07 20:34:28 -07:00
Sergey Prigogin
b7f27c70ca
Cosmetics.
2013-05-07 20:34:20 -07:00
Marc-Andre Laperle
fd5ee15baa
Change some deprecation errors to warnings in llvm plugins
2013-05-07 23:20:39 -04:00
Mikhail Khodjaiants
8c5b133e17
Bug 405660 - Exceptions thrown when starting to debug (executing
...
commands while target running)
Change-Id: I7fdbd1ee515545db829f9892eabdb8a102be251b
Reviewed-on: https://git.eclipse.org/r/12134
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
2013-05-07 17:32:31 -04:00
Marc-Andre Laperle
fa9cd1cecd
Fix API error in autotools
...
Change-Id: Ieeebe49cda9bd44155c0033dcf4f78dd130ad6e7
Reviewed-on: https://git.eclipse.org/r/12537
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
IP-Clean: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-05-06 13:47:55 -04:00
Andrew Gvozdev
8927ac924d
Bug 403405: Disabling language settings providers at workspace level
...
disables them for all projects
2013-05-06 11:36:54 -04:00
Marc-Andre Laperle
2499ca8760
Remove unsupported tags on classes with default visibility (for 4.3)
2013-05-06 10:36:30 -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
Marc Khouzam
c0ff399bea
Bug 402054 - Debugger does not display exit code of an application. Fix
...
for local session and GDB >= 7.3
Change-Id: I06cd9f1087b9b5c241410040028d1e5e1ef7476e
Reviewed-on: https://git.eclipse.org/r/12439
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2013-05-06 09:06:20 -04:00
Marc Dumais
de790b478e
Bug 405390 - [Visualizer] Implement selection-based filtering of the
...
multicore visualizer display
Change-Id: I516af7e4b625add754eaa1713ddc562a33f15c79
Reviewed-on: https://git.eclipse.org/r/12138
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-05-06 08:25:37 -04:00
Sergey Prigogin
933e401ef3
Cosmetics.
2013-05-05 18:56:33 -07:00
Andrew Gvozdev
5c400704fb
Cosmetics
2013-05-05 07:23:08 -04:00
Andrew Gvozdev
e35e32e8b0
bug 407087: Hide old "Scanner Discovery" page in project properties by default
2013-05-04 07:30:39 -04:00
Andrew Gvozdev
c4bbdc9076
bug 403405: Corrected last fix for BackwardCompatibilityTests.testPathEntriesForNewStyle()
...
as Include node in PE went missing
2013-05-04 07:30:17 -04:00
axel
fb27a409fa
Bug #368221
...
Add CODAN markers to Preferences->General->Editors->Text
Editors->Annotations
Change-Id: I4ba5245306fb70a0f9d38235112b631bda36bb8f
Reviewed-on: https://git.eclipse.org/r/12511
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-05-03 17:02:20 -04:00
axel
1bb098436f
Bug #404716
...
Avoid NPE
Change-Id: I3eb03962a338fa628778c6d84ea1dd2ee615e3f4
Reviewed-on: https://git.eclipse.org/r/12510
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-05-03 17:00:05 -04:00
Andrew Gvozdev
64121887a9
bug 407179: Remove multiline highlight of define...endef block in Makefile Editor
2013-05-03 11:06:26 -04:00
Andrew Gvozdev
7310369888
bug 406911: Highlight called function name as in $(call func-name) in Makefile Editor
2013-05-03 11:06:05 -04:00
Andrew Gvozdev
566130590d
bug 406911: Highlight $$(...) same as $(...) for meaningful highlight inside define/endef in Makefile Editor
2013-05-03 11:02:33 -04:00
Andrew Gvozdev
5f19186a60
bug 406911: Cosmetics
2013-05-03 10:28:37 -04:00
Andrew Gvozdev
ac94a39422
bug 407169: Highlight of automatic variables in Makefile Editor
2013-05-03 10:04:43 -04:00
Andrew Gvozdev
98e64e6975
bug 407169: Add 2 more automatic variables in content assist for Makefile Editor
2013-05-03 09:33:23 -04:00
Andrew Gvozdev
548b84cb35
bug 406911: GNU Makefile editor does not highlight built-in function "filter-out" correctly.
2013-05-02 22:17:12 -04:00
Jeff Johnston
7ff04d5d8d
Bug 289834: Converting an C autotools based project into a C++ lost
...
changes such as build configurations
Change-Id: Ibec7802fb3fb9e6ea8d9a7060fed5fe511cf3f72
Reviewed-on: https://git.eclipse.org/r/12471
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
IP-Clean: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-05-02 18:30:43 -04:00
Andrew Gvozdev
f40788aa92
bug 401961: Proper list of default language settings providers in one improbable corner case.
2013-05-02 13:31:18 -04:00
Andrew Gvozdev
bc3943616d
bug 401961: Fixed failing test case
2013-05-01 14:44:21 -04:00
Sergey Prigogin
1d8d479e4a
Improved diagnostics of GDB version problems.
2013-05-01 10:18:09 -07:00