Sergey Prigogin
096aa0f966
Bug 467359 - NPE in ProblemHighlighting.consumes
...
Change-Id: Ifc59349cb7995846a061ff39e7fe4e2d33384d61
2015-05-14 20:56:02 -04:00
Sergey Prigogin
7f376ffdd7
Replaced XXX tags with TODO.
2015-05-08 14:41:01 -07:00
Sergey Prigogin
ef33d0d299
Fixed an NPE.
...
Change-Id: If2455671e50e99a662d469febc8e5babf7fc24e3
2015-05-08 14:40:30 -07:00
Marc Khouzam
e820f872ad
Incremented CDT feature version to 8.7.0
...
Change-Id: Ife0feaaa9263d2b7797e31d628250bd26caff1b5
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-05-04 21:07:13 -04:00
Sergey Prigogin
958d5a8a3d
Revert "Bug 438549 Add mechanism for parameter guessing."
...
This reverts commit a2cff345b1
.
Reverted due to a serious performance regression.
Change-Id: I90a5b4ded9b7180cf10f1fba64bca897a2040013
2015-04-26 01:17:08 -04:00
Anton Leherbauer
ce8be9513d
Bug 349564 - The 'Binaries' node does not always disappear when project is cleaned
...
Change-Id: I511582a66f4b63b15732512093f30da08fa13ed4
Signed-off-by: Anton Leherbauer <anton.leherbauer@windriver.com>
2015-04-21 08:29:20 +02:00
Sergey Prigogin
2015ebc3d0
Protect against NPE.
2015-04-16 19:47:43 -07:00
Sergey Prigogin
3c61ffa5ef
Protect against NPE.
2015-04-16 14:00:55 -07:00
Sergey Prigogin
100054d69a
Cosmetics.
2015-04-15 14:34:52 -07:00
Doug Schaefer
860e0af8c8
Bug 463981 Move preference loading to UI thread.
...
A couple of lines in the CUIPlugin.start() method load preferences.
This can only be done from the UI thread since it eventually loads up
colors which can only be done on the UI thread. This change moves
those two lines to a UIJob.
Change-Id: I692a81d5a38f63c506dc73da93df6c2e9e4b6192
2015-04-13 13:26:58 -04:00
mazab
a2cff345b1
Bug 438549 Add mechanism for parameter guessing.
...
Change-Id: Ia7a8a20a00b6d33c694cac79cfa69c366a372708
Signed-off-by: mazab <mohamed_azab@mentor.com>
2015-04-12 11:29:35 -07:00
Sergey Prigogin
be1db1a1e2
Consider included .inc files as being exported by default.
2015-04-10 18:22:36 -07:00
Thomas Corbat
3bd061e4ee
Bug 389299 - Toggle Function: Internal error on syntax errors
...
Added check to initial condition, for syntax errors in definition AST.
Change-Id: I6ffce441174252298e726a572862ebf65a8694ea
Signed-off-by: Thomas Corbat <tcorbat@hsr.ch>
2015-04-10 01:48:17 -04:00
Thomas Corbat
442bcd62e1
Bug 464102 - Toggle Function for nested namespaces
...
Implemented proper handling of nested namespaces for toggle function
refactoring.
Change-Id: I850d3a7c9957dc2e26db4d1ac1aabf9a33bc2223
Signed-off-by: Thomas Corbat <tcorbat@hsr.ch>
2015-04-09 03:38:48 -04:00
Nathan Ridge
bb7af88082
Bug 440940 - For Open Declaration, filter out results in headers that
...
aren't included
Change-Id: I4d4ca59dbde1606105c7f3702559046fa160d686
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
2015-04-03 17:25:09 -04:00
Nathan Ridge
55475a9fea
Bug 463234 - When disambiguating between targets for Open Declaration,
...
only prefer a method to a class if the method belongs to that class
Change-Id: I8cf9aed692ce989d83cc8ffd08672a3ee73a1c8b
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
2015-04-03 16:49:27 -04:00
Nathan Ridge
c89901c49a
Bug 463234 - Infrastructure for testing ambiguous targets for Open
...
Declaration
Change-Id: Ib5b5166b19a85516f7e7b9d930d763a2e280768e
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
2015-04-03 16:48:52 -04:00
Sergey Prigogin
94aa97e0b6
Cosmetics.
...
Change-Id: I473deba48684e751905fbfa487df6fe9146781c2
Signed-off-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2015-04-03 12:05:27 -07:00
Sergey Prigogin
bec85475fd
Reverted erroneous commits.
...
Change-Id: I7e914e27413f102d4b84c62f53f300c4ec5d23e8
Signed-off-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2015-04-03 13:37:47 -04:00
Sergey Prigogin
4d1b8a8e26
Cosmetics
2015-04-02 20:41:39 -07:00
Marc Khouzam
a04d64606e
Remove unnecessary @SuppressWarnings
...
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-03-25 11:39:17 -04:00
Marc Khouzam
87a29d31aa
Add many missing @Override to remove warnings
...
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-03-25 11:18:06 -04:00
Marc Khouzam
37890019cb
Remove warnings caused by change to getAdaptable()
...
getAdaptable() in 4.5 M6 has changed to use generics, making casting its
result no longer necessary.
Change-Id: Idd943216a925576bb72c784b2c5a2a4b8e8b00d2
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-03-25 11:01:46 -04:00
Nathan Ridge
dc57ba11a4
Bug 416247 - Use an index-based AST when generating doxygen comments
...
Change-Id: Ic379ba7f51ab8379d32969856f189dacb8cb32fc
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
2015-03-24 02:00:09 -04:00
William Riley
ab6c210d1d
Bug 462823: Normalise files paths in HeaderFileReferenceAdjuster
...
Change-Id: Iffd3b6012ad492492e430162adbd895b6d8997e4
Signed-off-by: William Riley <william.riley@renesas.com>
2015-03-24 01:40:27 -04:00
William Riley
47b1b5c634
Bug 461194 - Update selection in AbstractResourceActionHandler when
...
evaluationContext set
Change-Id: I81e7568e844e16a5d13673dc2ce8ec149e01c497
Signed-off-by: William Riley <william.riley@renesas.com>
2015-03-18 21:38:07 -04:00
Thomas Corbat
6f8579a796
Bug 456099 - Renaming a class should also rename related files
...
There is a new package: org.eclipse.cdt.internal.ui.refactoring.changes
which has not been exported. The *Change classes are essential for
developers of refactoring tools.
Change-Id: I611041cab0e0483de5a39f7e837369cff7531352
Signed-off-by: Thomas Corbat <tcorbat@hsr.ch>
2015-03-18 03:03:33 -04:00
Alena Laskavaia
dcc9de7b0e
fixed schema validation error on Mars
...
- more errors...
Change-Id: Iab24ae4f7e95bd674765855b54eeb7de019b2162
2015-03-16 20:10:53 -04:00
Andrew Gvozdev
c87badb420
Bug 461770: Allow to copy and remove items from Include Browser view
...
Change-Id: I8bac95acfd2d72e258890974bf949e8c220f54a2
Signed-off-by: Andrew Gvozdev <angvoz.dev@gmail.com>
2015-03-11 14:34:39 -04:00
Andrew Gvozdev
99e0af4db3
Bug 461342: Allow to remove items from Call Hierarchy view
...
Change-Id: I72dfa22b80a35839f21eb3e46e54774bae84aabe
Signed-off-by: Andrew Gvozdev <angvoz.dev@gmail.com>
2015-03-09 09:48:58 -04:00
Nathan Ridge
1e8964285e
Bug 461527 - Replacing dot with arrow during content assist for typedef
...
to pointer type
Change-Id: Ie81106bda1ad82ce487b6e9df5e74c308c3c9e88
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
2015-03-09 01:34:30 -04:00
Sergey Prigogin
c9a8d9e849
Removed a confusing comment.
2015-03-04 13:49:34 -08:00
Nathan Ridge
bb4b74b367
Bug 345872 - Show correct override markers in the presence of multiple
...
iheritance
Change-Id: I6d9196d06d2077208ba246991ec712897c09a0df
Signed-off-by: Patrick Hofer <paedu.hofer@gmail.com>
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
2015-03-03 14:32:16 -05:00
Alena Laskavaia
7f4a8de499
Fixed category name "&C/C++" (Removed &)
...
- looks like Mars now renders & in category names :)
Change-Id: Iaf568be59959f3477b6d203e15620e0ceec0095b
2015-02-24 13:37:32 -05:00
Sergey Prigogin
0a69302022
Cosmetics.
2015-02-23 16:27:54 -08:00
Sergey Prigogin
340b507e38
Cosmetics.
2015-02-18 15:28:36 -08:00
Doug Schaefer
7fdd6f6e90
Fix up API @since tags against CDT 8.6.
...
Change-Id: I31966aa0dc312bb7ba77b6ce91eecd01ad4891ce
2015-02-17 23:43:49 -05:00
Sergey Prigogin
52c80c124e
Bug 402498. Do not rely on promiscuous binding resolution for adding
...
includes.
Change-Id: Idace39cc9ff9b781bf0de2d0017533548fb69e83
2015-02-16 01:54:30 -05:00
Marc Khouzam
d266f8656e
Remove unnecessary .api_filters
...
Note that
memory/org.eclipse.cdt.debug.ui.memory.traditional/.settings/.api_filters
needs to be kept because:
1- it removes warnings about implementing provisional APIs
2- that plugin sets warnings as errors, so warnings are not allowed
Change-Id: Id4bcc9cd78c4c6678ef749cfe276e5a9945efa1e
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-02-11 15:48:32 -05:00
Sergey Prigogin
3cbb643870
Bug 459186. Added safeguards against misuse of content assist contexts
2015-02-06 15:25:09 -08:00
Sergey Prigogin
eaabc8eb34
Cosmetics.
2015-02-06 14:20:50 -08:00
Sergey Prigogin
9d2804b6a0
Bug 459186 - Index read locks are leaking
2015-02-06 14:15:03 -08:00
Sergey Prigogin
3042d38e0d
Revert "Bug 438549. Add mechanism for parameter guessing."
...
This reverts commit 69aa2d0bf0
.
2015-02-06 14:12:55 -08:00
Sergey Prigogin
1b6b3f0f06
Revert "Cosmetics."
...
This reverts commit e98bf3e3e3
.
2015-02-06 14:12:45 -08:00
Sergey Prigogin
9de6de9fd4
Revert "Bug 459186 - Index read locks are leaking"
...
This reverts commit dc08061cc6
.
2015-02-06 14:12:02 -08:00
Sergey Prigogin
a424fc6329
Cosmetics.
2015-02-06 10:55:00 -08:00
Sergey Prigogin
dc08061cc6
Bug 459186 - Index read locks are leaking
2015-02-04 20:45:30 -08:00
Sergey Prigogin
e98bf3e3e3
Cosmetics.
2015-02-04 20:38:29 -08:00
Sergey Prigogin
4738597265
Bug 436656 - [Organize includes] Add include for base class when code
...
using derived class
2015-01-26 21:43:06 -08:00
Alena Laskavaia
b7829381f2
Fixed NPE when opening preference page for Working Sets
...
java.lang.NullPointerException
at
org.eclipse.cdt.internal.ui.workingsets.IWorkingSetProjectConfigurationFactory$Registry$1.compare(IWorkingSetProjectConfigurationFactory.java:180)
at
org.eclipse.cdt.internal.ui.workingsets.IWorkingSetProjectConfigurationFactory$Registry$1.compare(IWorkingSetProjectConfigurationFactory.java:1)
at java.util.TimSort.countRunAndMakeAscending(TimSort.java:352)
at java.util.TimSort.sort(TimSort.java:216)
at java.util.Arrays.sort(Arrays.java:1438)
Change-Id: Ibe91a679c876ed5f70f4f787188e13e52203466c
Signed-off-by: Alena Laskavaia <elaskavaia.cdt@gmail.com>
2015-01-26 10:44:56 -05:00