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

20359 commits

Author SHA1 Message Date
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
Marc-Andre Laperle
c40a860ba3 Bug 373695 - Quick fix fails to create local variable 2012-03-13 20:21:27 -04:00
Andrew Gvozdev
dc01366f97 bug 364733: Internal Builder does not work with Cygwin toolchain 2012-03-13 13:25:14 -04:00
Jeff Johnston
863ac9d61b Bug 368069 - RFE: Contribute Autotools plug-ins to the CDT 2012-03-12 00:39:05 -04:00
Winndie Lai
4be0276d23 Bug 371012 - Number format pull down menu need to get choices from service or some component instead of hard coding the values 2012-03-08 15:19:03 -08:00
Sergey Prigogin
e799de15a0 Moved getOperandsOfMultiExpression method to CPPVisitor. 2012-03-07 20:12:52 -08:00
Sergey Prigogin
8153aff8ff Cosmetics. 2012-03-07 20:12:42 -08:00
Sergey Prigogin
c5df80239f Cosmetics. 2012-03-07 20:12:33 -08:00
Marc-Andre Laperle
53bc0f10e6 Bug 368420 - FP in members not initialized in in copy constructor 2012-03-07 20:36:34 -05:00
William R. Swanson
ef1a32b6df Bug 373376: Save reference to debug view listener as intended. 2012-03-07 11:58:46 -05:00
William R. Swanson
26af0a8189 Bug 373376: remove Debug View listener in visualizer's dispose method 2012-03-07 10:54:08 -05:00
Mathias Kunter
baeccceba6 Bug 370462 - Improving the debug preferences - add support for different charsets and unify DSF and CDI debug preferences 2012-03-07 09:33:31 -05:00
Marc-Andre Laperle
0a9a95adcd Bug 368419 - FP in members not initialized in constructor 2012-03-07 01:33:16 -05:00
Raphael Zulliger
9634e0c57f Bug 369622 - Move to line fails using MinGW GDB 2012-03-06 12:47:45 -05:00
William R. Swanson
406cabd6e7 Bug 373376: Multicore Visualizer should detect Debug View model changes
and update accordingly

- dsf-gdb/org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui/
  - src/org/eclipse/cdt/dsf/gdb/multicorevisualizer/internal/ui/view/
    - MulticoreVisualizer.java
      - attach a model changed listener to Debug View's tree view
2012-03-06 10:38:34 -05:00
Mathias Kunter
2cfe871ac8 Bug 370462: Update of screenshot of Debug preference page. 2012-03-06 10:10:09 -05:00
Marc Khouzam
f4385f2fd6 Bug 370462: Revert FormattedValueVMUtil to remove previous contribution as it didn't solve the problem. 2012-03-06 09:23:39 -05:00
Mathias Kunter
cd1de04157 Bug 370462: Improving the debug preferences. Better handling of octal addresses. 2012-03-06 09:23:36 -05:00
Marc Khouzam
49c5be791f Bug 370462: Improving the debug preferences - add support for different charsets and unify DSF and CDI debug preferences. Update to number format changes to avoid API breakage. 2012-03-06 09:23:34 -05:00
Marc Khouzam
23a8adbdb7 Bug 370462: Improving the debug preferences - add support for different charsets and unify DSF and CDI debug preferences. Update to DSF-GDB to avoid API change. 2012-03-06 09:23:30 -05:00
Mathias Kunter
c61ae8a137 Bug 370462: Improving the debug preferences - add support for different charsets and unify DSF and CDI debug preferences 2012-03-06 09:23:28 -05:00
Marc Khouzam
fdd2d8570d Bug 307311: Add back method to MIConst to avoid breaking API, use a map for the special characters and unicode codepoints, add more JUnit tests, add the JUnit tests to the Sessionless suite. 2012-03-06 09:23:24 -05:00
Mathias Kunter
a974434ec3 Bug 307311: Incorrect string display when using non-ASCII characters 2012-03-06 09:23:21 -05:00
Sergey Prigogin
f360d64c77 Few formatting fixes. 2012-03-05 18:52:58 -08:00
Sergey Prigogin
a88fc6d3b5 Cosmetics. 2012-03-05 18:50:21 -08:00
Sergey Prigogin
e83675fdce Temporarily restored compatibility with Eclipse 3.7. 2012-03-05 16:13:32 -08:00
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