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

4031 commits

Author SHA1 Message Date
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
Sergey Prigogin
b2a7ca7238 Cosmetics. 2012-04-01 15:34:24 -07:00
Alex Freidin
15c366a882 Bug 373503 - Auto-completion for C/C++ editor templates that start with
# sign doesn't work. Patch by Alex Freidin
2012-04-01 15:31:40 -07:00
John Cortell
217a28a706 Bug 375760 - BuildActiveConfig and ChangeActiveConfig actions should choose project context more intelligently 2012-03-30 17:07:45 -05:00
sprigogin
e6f0a47c44 Fixed initialization of the folder text box in the New Source File
dialog.
2012-03-27 23:24:57 -04:00
sprigogin
73337a5882 Proper handling of visibility for extracted inline functions. 2012-03-26 19:44:13 -04:00
sprigogin
c73b8c8a4a Fixed a bug in Extract Function refactoring. 2012-03-25 21:31:00 -07:00
Sergey Prigogin
839a50b9b8 Adjusted menu ordering. 2012-03-23 18:48:59 -07:00
Sergey Prigogin
12f003ec60 Fixed interaction between refactoring and a team provider. 2012-03-23 18:46:12 -07:00
Sergey Prigogin
018eb7334b Few bug fixes for Extract Function refactoring. 2012-03-23 15:06:38 -07:00
Sergey Prigogin
08c8ef800e Fixed a bug in Extract Function refactoring. 2012-03-22 19:51:08 -07:00
Sergey Prigogin
7ce6b19d32 Revert "Temporarily restored compatibility with Eclipse 3.7."
This reverts commit ef07a1ef1f.
2012-03-20 18:27:25 -07:00
Sergey Prigogin
ef07a1ef1f Temporarily restored compatibility with Eclipse 3.7. 2012-03-20 18:23:29 -07:00
Michael Rennie
66e13018e4 Bug 374795 - Open Element dialog (CDT) has text field disabled in 3.8M6 2012-03-20 14:38:56 -07:00
Sergey Prigogin
348452142b Fixed a bug in Extract Function refactoring. 2012-03-19 20:35:27 -07:00
Sergey Prigogin
d4a53f3f5b Fixed IllegalStateException in Extract Function refactoring. 2012-03-19 19:29:36 -07:00
Sergey Prigogin
48eff8e4ae Revert "Temporarily restored compatibility with Eclipse 3.7." 2012-03-18 19:14:17 -07:00
Sergey Prigogin
1f90d6b612 Cosmetics. 2012-03-18 17:23:58 -07:00
Sergey Prigogin
bfb9dae292 Added dependency on com.ibm.icu plug-in in an attempt to fix broken
Hudson build.
2012-03-17 17:03:15 -07:00
Sergey Prigogin
24d88acf6d Determination of output parameters for extracted functions in the
presence of goto statements.
2012-03-16 21:09:06 -07:00
John Cortell
8864258086 Bug 374301 - Relocate CDT's build toolbar actions next to platform's BuildAll action 2012-03-14 14:42:37 -05:00
Sergey Prigogin
c510e7ad5b Renamed the createRangeBasedFor method for clarity. 2012-03-13 17:56:02 -07:00
Sergey Prigogin
91df71ab2e Revert "Refactoring code for potential future use."
This reverts commit 245909bfec6a69407e9735f70540dada866d9d4a.
2012-03-13 17:55:53 -07:00
Sergey Prigogin
e1c9238c80 Refactoring code for potential future use. 2012-03-13 17:55:46 -07:00
Sergey Prigogin
0f4f703be2 Determination of output parameters for extracting function from
inside conditional statements and loops.
2012-03-13 17:55:38 -07:00
Sergey Prigogin
723ed9f912 Cosmetics. 2012-03-13 17:55:31 -07:00
Sergey Prigogin
e83675fdce Temporarily restored compatibility with Eclipse 3.7. 2012-03-05 16:13:32 -08:00
Sergey Prigogin
4af78ed0b2 Revert "Temporarily restored compatibility with Eclipse 3.7." 2012-03-03 21:33:53 -08:00