1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

10754 commits

Author SHA1 Message Date
Andrew Gvozdev
de2ec5102b Revert "bug 378978: [sd90] Reduce scope of scheduling rule by creating language.settings.xml in advance"
This reverts commit e9d7946b5a.
2012-05-13 08:37:02 -04:00
Andrew Gvozdev
e9d7946b5a bug 378978: [sd90] Reduce scope of scheduling rule by creating
language.settings.xml in advance
2012-05-12 11:37:22 -04:00
Sergey Prigogin
758ce684d3 Minor comment adjustment. 2012-05-11 20:24:20 -07:00
Andrew Gvozdev
71420e489e bug 378978: [sd90] Internal error during serialization of language
settings after build has completed
2012-05-11 17:56:43 -04:00
Marc Khouzam
ece0987caf Missing @since tags 2012-05-11 10:23:08 -04:00
Anton Leherbauer
0db9a0a913 Bug 298668 - Folding gets confused when there are identical foldable lines inside methods in different classes. 2012-05-11 12:45:55 +02:00
Andrew Gvozdev
de0deb5122 bug 379165: [sd90] Keep using MBS provider even for unmanaged project 2012-05-11 03:52:09 -04:00
Sergey Prigogin
bcf226a7f2 Bug 378317. Faster search for unresolved includes. 2012-05-09 18:08:17 -07:00
Sergey Prigogin
ae606fe28b Bug 378317 - Index update mode for resolving unresolved includes and
reindexing files with I/O errors.
2012-05-09 17:12:45 -07:00
Sergey Prigogin
fdbfec3f2b Cosmetics. 2012-05-09 17:12:26 -07:00
Sergey Prigogin
6c33857abf Use ArrayDeque instead of LinkedList. 2012-05-09 17:11:40 -07:00
Sergey Prigogin
ad6104f082 Cosmetics. 2012-05-09 17:11:23 -07:00
David Salinas
2e27470c13 Bug 375859 - Refresh scope becomes empty after closing/opening project
if left to default
2012-05-09 11:38:54 -04:00
Andrew Gvozdev
a45da7ed8a bug 328007: [sd90] Decoration for non-existing providers 2012-05-08 23:59:38 -04:00
Andrew Gvozdev
8bf2dc8d1d bug 328007: [sd90] Correction for "Restore Defaults" 2012-05-08 23:42:54 -04:00
Sergey Prigogin
a96dc14a12 Fixed a broken string reference. 2012-05-08 18:50:28 -07:00
Markus Schorn
b1a9377019 Bug 378614: Function ptr as K&R parameter. 2012-05-07 08:10:15 +02:00
Sergey Prigogin
fac58cefa1 Cosmetics. 2012-05-04 19:35:09 -07:00
Andrew Gvozdev
d2c19fcd47 bug 376592: [sd90] Extend BuildDefinitions to allow defining language settings providers 2012-05-04 18:35:17 -04:00
Markus Schorn
fefa6b2c29 Fix some compiler warnings, remove unused code. 2012-05-04 11:14:06 +02:00
Markus Schorn
b562fc5469 Bug 327298: [C++11] Support for nullptr 2012-05-04 09:37:40 +02:00
Sergey Prigogin
981cdfcee6 Cosmetics. 2012-05-02 21:16:32 -07:00
Sergey Prigogin
88415fb2a1 Cosmetics. 2012-05-02 20:55:43 -07:00
Sergey Prigogin
3c572e9afb Obtain timestamp and file size _before_ reading the file contents to
protect the index from getting stale.
2012-05-02 20:35:52 -07:00
Andrew Gvozdev
d9caf9f42b NPE when trying to save non-C file in editor:
java.lang.NullPointerException
	at org.eclipse.cdt.internal.ui.editor.CEditor.editorSaved(CEditor.java:3776)
	at org.eclipse.ui.texteditor.AbstractTextEditor.performSave(AbstractTextEditor.java:5058)
2012-05-02 14:56:36 -04:00
Sergey Prigogin
fcaa09aaf8 Cosmetics. 2012-05-02 11:43:18 -07:00
Sergey Prigogin
64bd893b0b More flexible PDOMUpdateTask.setTranslationUnitSelection method. 2012-05-02 11:38:35 -07:00
Sergey Prigogin
025ae5751d Bug 377838. Moved the logic from CPPScope to CPPNamespaceScope in
accordance with Markus' suggestion.
2012-05-02 11:26:06 -07:00
Sergey Prigogin
90e1dc0b1b Cosmetics. 2012-05-02 11:12:34 -07:00
Andrew Gvozdev
5edeb05a5b bug 328007: [sd90] Disablement of property pages depending on preference 2012-05-01 23:05:41 -04:00
Andrew Gvozdev
2b5e3e6a20 bug 328007: [sd90] Design user interface for new scanner discovery 2012-05-01 23:05:37 -04:00
xgsa
aae4b1de8e Bug 377992 - Enable the "Index unused headers" preference by default
Change-Id: Ie482a5f63b82f572cabc55d3a08c808e5c3d3825
Reviewed-on: https://git.eclipse.org/r/5756
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-05-01 17:56:04 -04:00
Alex Ruiz
a5e61b3f44 Bug 372551. Made "run on save" checker launch mode independent of
CodanBuilder. Introduced IPostSaveListener. Show external tool name in
console (instead of "CDT Build").

Change-Id: Id2f84acdbdc433084fab1360f80ca3a30a4182ab
Reviewed-on: https://git.eclipse.org/r/5760
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-05-01 13:15:46 -04:00
Sergey Prigogin
344f3979de Changed return type of CEditor.getInputCElement to be IWorkingCopy. The
method already returned a working copy before this change but it was
implicit.
2012-04-30 16:28:21 -07:00
Sergey Prigogin
5bf7b89b5f Cosmetics. 2012-04-30 16:28:07 -07:00
Marc-Andre Laperle
9ba6060632 Bug 309112 - "Open Declaration" window doesn't remember own size
Change-Id: I4fb1ed4ab0035c79a98bb5c8b7d33c6b2c22de92
Reviewed-on: https://git.eclipse.org/r/5682
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Reviewed-by: Marc-Andre Laperle <malaperle@omnialabs.net>
IP-Clean: Marc-Andre Laperle <malaperle@omnialabs.net>
Tested-by: Marc-Andre Laperle <malaperle@omnialabs.net>
2012-04-30 12:17:35 -04:00
Sergey Prigogin
b136bb95d0 Prevented class loading avalanche on UI thread when CDT is installed but
is not actively used.
2012-04-28 23:19:40 -07:00
Sergey Prigogin
82fb03e1a0 Messages class is not API. 2012-04-28 16:57:39 -07:00
Sergey Prigogin
c51e0ece36 toString method. 2012-04-27 19:20:28 -07:00
Sergey Prigogin
e1b227f338 Added IIndexFile.toDebugString method. 2012-04-27 19:20:09 -07:00
Sergey Prigogin
cf5d550888 Cosmetics. 2012-04-27 19:19:38 -07:00
David Salinas
38ecfea632 Bug 375859 - Refresh scope becomes empty after closing/opening project
if left to default
2012-04-27 15:19:40 -04:00
Alex Ruiz
247c492036 Removed Pair class. Replaced getErrorParserAvailableIds()
with getErrorParserAvailableIdsInContext(String) where appropriate.
IErrorParser3 extends IErrorParser directly.

Change-Id: Ie0ccd4835a797a4911275cb28410f2b26236976c
Reviewed-on: https://git.eclipse.org/r/5683
Reviewed-by: Andrew Gvozdev <angvoz.dev@gmail.com>
IP-Clean: Andrew Gvozdev <angvoz.dev@gmail.com>
Tested-by: Andrew Gvozdev <angvoz.dev@gmail.com>
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-04-27 13:49:30 -04:00
Sergey Prigogin
b6a384b943 Bug 377838 - Name resolution gets confused by a class and a namespace
with the same name
2012-04-26 20:37:56 -07:00
Sergey Prigogin
5ef2d0db02 toString method 2012-04-26 20:37:45 -07:00
Sergey Prigogin
52ac0596f6 Cosmetics. 2012-04-26 20:37:32 -07:00
Alex Ruiz
181907f2fd Bug 372551. Fixed running checkers on file open. Split "On file save"
launch mode into "On file save" and "On file open". Removed warnings in
project org.eclipse.cdt.codan.ui.cxx.

Change-Id: I7f0bc16731ba36e8048904f19836da9ae47514de
Reviewed-on: https://git.eclipse.org/r/5665
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-04-26 23:02:11 -04:00
Markus Schorn
ff6444f9b8 Bug 377457: Name resolution for exception specification. 2012-04-26 11:55:34 +02:00
Markus Schorn
755d3975a6 Bug 376246: Name resolution in catch handler of function definition. 2012-04-26 10:16:27 +02:00
Alex Ruiz
ba5775f033 Bug 372551. Fixed semantics of ErrorParserManager (e.g.
getErrorParserAvailableIds()) get by removing knowledge of
contexts from internal data structures (introduced in previous change
set).

Change-Id: Ia1ff68841f3b494a209e8cdf45325d640fd74ddf
Reviewed-on: https://git.eclipse.org/r/5656
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-04-25 16:44:50 -04:00