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

4058 commits

Author SHA1 Message Date
Sergey Prigogin
224b4ef3a3 Code streamlining. 2012-05-30 18:27:51 -07:00
Andrew Gvozdev
48e9d6efea [sd90] Fixed issues with resizing of the Options page for language settings providers. 2012-05-30 16:16:49 -04:00
Sergey Prigogin
7381c59620 Bug 380020 - Increased batch size. 2012-05-25 11:11:19 -07:00
Sergey Prigogin
80c5fc5701 Bug 380020 - Adaptive batching of incoming data. 2012-05-24 14:23:08 -07:00
Andrew Gvozdev
772ac62107 [sd90] Alignment on the Options page for language settings providers. 2012-05-24 08:31:36 -04:00
Andrew Gvozdev
f2bb8b1f6f bug 379480: changing "command to get compiler specs" does not take
effect
2012-05-24 08:31:16 -04:00
Sergey Prigogin
506c347cd8 Bug 380490 - Invalid auto indentation after a multiline function call 2012-05-23 18:29:53 -07:00
Andrew Gvozdev
c22a911b80 bug 377192: Copy Build Log on the build console stopped working 2012-05-22 08:50:21 -04:00
Sergey Prigogin
cd8ca24457 Bug 380197 - F3 prefers using declaration to a real one 2012-05-21 21:06:26 -07:00
sprigogin
66131f1da6 Bug 371840 - Only first declarator can be selected in declaration
containing multiple declarators
2012-05-20 21:10:34 -07:00
Sergey Prigogin
e5141ca636 Bug 380020 - Console performance improvements 2012-05-18 14:03:22 -07:00
Sergey Prigogin
cdd6f113b5 Cosmetics. 2012-05-18 10:47:52 -07:00
Vivian Kong
3fc1ce92e7 Bug 379492 - IBFile should account for EFS external files 2012-05-17 11:33:15 -04:00
Sergey Prigogin
d8fa087eec Bug 363234. Support for thread_local storage class specifier. 2012-05-16 17:47:44 -07:00
Sergey Prigogin
e553255384 Bug 332829. Parsing support for constexpr keyword. Also added few
new C++11 keywords.
2012-05-16 13:27:59 -07:00
Marc-Andre Laperle
e02293b2fe Bug 379490 - [Implement method] NPE when a method needing a parameter
input is not selected
2012-05-15 12:46:28 -04:00
Sergey Prigogin
20be45ecfa Cosmetics. 2012-05-14 18:23:34 -07: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
ad6104f082 Cosmetics. 2012-05-09 17:11:23 -07: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
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
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
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
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
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
cf5d550888 Cosmetics. 2012-04-27 19:19:38 -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
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
Sergey Prigogin
c7be116351 Bug 332895 - Rename does not change using-declarations 2012-04-24 18:24:05 -07:00
Sergey Prigogin
10f7e547a1 Cosmetics. 2012-04-24 17:31:36 -07:00
Sergey Prigogin
e58cbbc948 Cosmetics. 2012-04-19 11:06:27 -07:00
Doug Schaefer
4a8860255e Hide the new new project wizard. Likely to be deferred to Kepler. 2012-04-18 11:56:43 -04:00
Sergey Prigogin
e7ef578e94 Bug 377045 - Bogus transient errors in C/C++ editor soon after Eclipse
startup.
2012-04-17 19:56:31 -07:00
Sergey Prigogin
885f6f1b7e Cosmetics. 2012-04-17 19:56:18 -07:00
John Cortell
b7c28d5878 Bug 375760 - BuildActiveConfig and ChangeActiveConfig actions should choose project context more intelligently 2012-04-12 11:25:07 -05:00
Sergey Prigogin
36442384d4 Cosmetics. 2012-04-08 22:33:21 -07:00
Sergey Prigogin
ef82e2a7b2 Cosmetics. 2012-04-04 17:25:44 -07:00
Sergey Prigogin
710e358931 Cosmetics. 2012-04-04 17:25:07 -07:00