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

20329 commits

Author SHA1 Message Date
Sergey Prigogin
79dc53a60d Minor bug fix. 2012-03-05 16:13:24 -08:00
Doug Schaefer
3a1214c27a Turn off the lrparser and xlc tests until they're fixed. 2012-03-05 16:26:03 -05:00
William R. Swanson
38289ccdd0 Bug 373138: Add new text-selection visualizer example.
- visualizer/org.eclipse.cdt.visualizer.ui
  - src/org/eclipse/cdt/visualizer/ui/util/ScrollPanel.java
    - add ScrollPanel UI class

- visualizer/org.eclipse.cdt.visualizer.examples

  - src/org/eclipse/cdt/visualizer/examples/
    - VisualizerExamplesPlugin.java
      - add UIResourceManager instance to plugin

  - src/org/eclipse/cdt/visualizer/examples/sourcegraph/
    - SourceGraphVisualizer.java
      - visualizer implementation

    - SourceGraphControl.java
      - graphic visualization control
        (displayed in ScrollPanel by SourceGraphVisualizer)

  - plugin.xml
    - add extension point declaration for new visualizer example

  - resources/messages.properties
    - add string resource file

  - .classpath
    - add "resources/" directory as a source path

  - META-INF/MANIFEST.MF
    - add a couple plugin dependencies
2012-03-05 15:47:39 -05:00
Marc Khouzam
2fb4b4feef Bug 350837: Need an interface to access the GDB error stream. 2012-03-05 08:05:07 -05:00
Marc-Andre Laperle
e912eb6f32 Bug 372009 - Wrong class name in NonVirtualDestructor warning 2012-03-05 01:31:48 -05:00
Sergey Prigogin
4af78ed0b2 Revert "Temporarily restored compatibility with Eclipse 3.7." 2012-03-03 21:33:53 -08:00
Sergey Prigogin
1392741dce Missing piece of the previous commit. 2012-03-03 19:17:13 -08:00
Sergey Prigogin
17b63147ee Temporarily restored compatibility with Eclipse 3.7. 2012-03-03 19:14:26 -08:00
Sergey Prigogin
243e76fb58 Code cleanup. 2012-03-03 19:13:25 -08:00
Sergey Prigogin
2161ef0cc6 Revert "Temporarily restored compatibility with Eclipse 3.7."
This reverts commit f4adb1cc10.
2012-03-03 18:59:09 -08:00
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