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

20319 commits

Author SHA1 Message Date
Sergey Prigogin
f4adb1cc10 Temporarily restored compatibility with Eclipse 3.7. 2012-03-03 18:55:43 -08:00
Sergey Prigogin
ba686ec199 Cosmetics. 2012-03-03 18:26:46 -08:00
Sergey Prigogin
78ec6b8ebe Added missing initialization of fExtraSpaces. 2012-03-03 17:54:00 -08:00
Sergey Prigogin
d0eed235bc Cosmetics. 2012-03-03 17:51:48 -08:00
Sergey Prigogin
304ce2dac3 Code simplification. 2012-03-02 19:24:51 -08:00
Sergey Prigogin
b921093240 Bug 373034 - Code formatter produces invalid indentation. 2012-03-02 18:53:26 -08:00
Sergey Prigogin
8b98a1e93e Cosmetics. 2012-03-02 18:47:09 -08:00
Sergey Prigogin
aceb2222db Fixed tests broken due to enablement of folding in C editor. 2012-03-02 18:43:08 -08:00
Marc Khouzam
39d3edc175 Bug 371198: Fixes for intermittent test failures. 2012-03-02 14:49:51 -05:00
Marc Khouzam
b971029699 Bug 371198 - Fix a couple of stopAtMain test cases. 2012-03-02 13:49:39 -05:00
Michael Lindo
1b1c505fd9 Bug 370762 - Adding support for Remote Semantic Highlighting in the
Remote C/C++ Editor - more changes from Mike
2012-03-02 12:35:39 -05:00
Marc Khouzam
a4153db426 Bug 372797: Update based on comments. 2012-03-02 10:47:06 -05:00
Sergey Prigogin
f85b0e8f4c Remove @noreference from getResourceProfileWorkingCopy since it's used
externally.
2012-03-01 16:18:31 -08:00
Sergey Prigogin
9fa581109a Fixed compiler warnings. 2012-03-01 16:18:19 -08:00
Alex Ruiz
92bd2aa4cc Bug 373029 - Fixes to inconsistencies in Codan preference page. 2012-03-01 16:17:53 -08:00
Mikhail Khodjaiants
fb808b7db2 Bug 372795 - Refactor common code in GDBControl* classes
Fixed API compatibility issues.
2012-03-01 16:53:15 -05:00
Michael Lindo
dddeb4dbcc Bug 372899 - A few changes needed to CEditor in order to implement
remote code folding in the Remote C Editor in ptp
2012-03-01 16:34:21 -05:00
Vivian Kong
9ecb8e0c6e Bug 372675 - Change CModelManager.getElementsOutOfSynchWithBuffers() to
public
2012-03-01 15:54:22 -05:00
Sergey Prigogin
a50409bd7c Enabled folding by default but reduced its aggressivity. 2012-02-29 16:43:41 -08:00
sprigogin
5337c7707b Cosmetics. 2012-02-29 16:37:20 -08:00
Mikhail Khodjaiants
84e82daec5 Bug 372795 - Refactor common code in GDBControl* classes 2012-02-29 14:51:28 -05:00
Marc Khouzam
35530262d8 Bug 371198: Restart is not supported in a remote debug session. 2012-02-29 12:17:47 -05:00
Marc Khouzam
7d58e68849 Bug 372797: Adding about.html file 2012-02-29 11:07:27 -05:00
Marc Khouzam
57ef7fb851 Support for multiple selections. Factored into a ProblemVisualizer package. 2012-02-29 11:07:25 -05:00
Marc Khouzam
b00e6396b8 Add decorations 2012-02-29 11:07:22 -05:00
Marc Khouzam
820844d7c2 Add support for resizing of view. 2012-02-29 11:07:20 -05:00
Marc Khouzam
5117703634 Cleanup with javadoc and such. 2012-02-29 11:07:18 -05:00
Marc Khouzam
b2a621616a Adding an outline bar to properly display when there are no markers. 2012-02-29 11:07:15 -05:00
Marc Khouzam
bcce66726a First commit of an example visualizer, which displays a count of problem markers. 2012-02-29 11:07:11 -05:00
Sergey Prigogin
45fd24540c Cosmetics. 2012-02-26 17:07:56 -08:00
Sergey Prigogin
71136d7739 Javadoc adjustment. 2012-02-24 18:19:24 -08:00
Sergey Prigogin
490035148e Cosmetics. 2012-02-24 16:34:23 -08:00
Sergey Prigogin
fb9f6f5b59 Bug 369333 - Implement method requires files to be saved,
and other assorted refactoring fixes.
2012-02-24 16:30:37 -08:00
Sergey Prigogin
0ecc12f363 Remove version constraints from dependencies between Codan plugins. 2012-02-24 12:49:54 -08:00
John Cortell
45c5f16e07 Bug 356519 - ELF header reader makeShort() bug 2012-02-24 13:31:44 -06:00
John Cortell
b4da3bb8f0 Bug 356519 - ELF header reader makeShort() bug 2012-02-24 13:16:17 -06:00
Sergey Prigogin
117792fba6 Fixed up the version in pom. 2012-02-24 09:48:54 -08:00
Sergey Prigogin
a58ce8984c Removed an unused method. 2012-02-23 20:45:51 -08:00
Sergey Prigogin
2f2f09fd97 Use shared AST in Toggle Function refactoring. This change concudes
the transition to CRefactoring2, which is now called CRefactoring.
2012-02-23 20:44:17 -08:00
Sergey Prigogin
688a0e6f75 Cosmetics. 2012-02-23 20:26:46 -08:00
Sergey Prigogin
f6ecdf5318 Warning cleanup. 2012-02-23 15:05:20 -08:00
Sergey Prigogin
934adecf48 Adjustments to Alex's contribution. 2012-02-23 13:26:43 -08:00
Alex Ruiz
d7f5c2bd7c Minor code cleanup. 2012-02-23 13:26:24 -08:00
Alex Ruiz
00c29ec7eb Added more tests. 2012-02-23 13:25:46 -08:00
Alex Ruiz
f405944e2d Code cleanup:
- Merged CommandLauncher and ExternalToolInvoker
- Moved CppcheckChecker from project org.eclipse.codan.checkers to
org.eclipse.codan.checkers.ui
- Removed unnecessary dependencies on UI code in project
org.eclipse.codan.checkers
2012-02-23 13:24:18 -08:00
Alex Ruiz
de264b53a7 Added test for CommandLauncher. 2012-02-23 13:23:09 -08:00
Alex Ruiz
fba2b5c3e4 Leftover cleanup from previous commit. 2012-02-23 13:22:06 -08:00
Alex Ruiz
88d576787e Code cleanup, to make CommandLauncher testable. 2012-02-23 13:20:20 -08:00
Alex Ruiz
295466d26f Fixed test broken by accident.
Switched to System.arrayCopy instead of manual array copy.
2012-02-23 13:20:05 -08:00
Alex Ruiz
55b9874f5d Minor code cleanup. 2012-02-23 13:19:06 -08:00