1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-05 00:36:16 +02:00
Commit graph

377 commits

Author SHA1 Message Date
Alain Magloire
c7c35ceb84 updated. 2003-04-08 14:29:17 +00:00
Alain Magloire
0076f1bba6 Fix the drag & drop 2003-04-08 14:29:09 +00:00
Alain Magloire
c936206685 updated. 2003-04-07 19:06:27 +00:00
Alain Magloire
fdcadaa820 Enable registration to the ContentProvider menu
of the outliner
2003-04-07 19:06:18 +00:00
Alain Magloire
487ef8032a Sanity check for the start and length ranges. 2003-04-07 16:52:40 +00:00
Alain Magloire
7994b5c333 Implement the Collapse All Action in the CView 2003-04-05 19:50:43 +00:00
Alain Magloire
21bfc1a345 updated. 2003-04-05 06:33:48 +00:00
Alain Magloire
ced9493e7a Refactor the IWorkingCopyManager interface in
the public area.
2003-04-05 06:33:37 +00:00
Alain Magloire
0ced3f795d New scheme to use the WorkingCopyManager, this
will allow a the content outliner to work for
editor extending the CEditor and file not
in a c/c++ project.
2003-04-05 06:33:29 +00:00
Alain Magloire
55972f09a0 updated. 2003-04-05 02:05:00 +00:00
Alain Magloire
19278dab53 Implement TogglePresentatiion. 2003-04-05 02:04:45 +00:00
Alain Magloire
c15e5acca5 Make the preference constant visible for other plugins. 2003-04-05 02:04:25 +00:00
Alain Magloire
85420ddf38 new gifs for segment edit. 2003-04-05 02:03:42 +00:00
Alain Magloire
93917a44a7 updated. 2003-04-04 20:38:39 +00:00
Alain Magloire
2abea460ea Fix warning now that we move forward to 2.1 2003-04-04 20:38:29 +00:00
Alain Magloire
6e979f08d0 Fix the ContentAssist, the way action are register
changed in 2.1
2003-04-04 20:33:45 +00:00
Doug Schaefer
c045393b50 Patch for Hoda Amer:
- Delta Builder Helper Functions in the CModel
- Plus some cleanups
2003-04-04 14:01:31 +00:00
Doug Schaefer
f846b8f6f4 Icon updates from Hoda. 2003-04-03 20:01:52 +00:00
Doug Schaefer
d66e2dca22 Patch for Hoda Amer adds:
- the support for namespaces in the NewModelBuilder. 
- an icon for extern variables.
- a JUnit test case for core model elements, including namespaces. The enum_obj_gif should overwrite the existing file.
2003-04-03 15:38:47 +00:00
Alain Magloire
19805635c6 Add ILibraryReference awareness 2003-04-03 04:29:59 +00:00
Alain Magloire
44f52feeff updated 2003-04-03 04:29:16 +00:00
Doug Schaefer
e31f920f10 Patch for myself for a change:
- This patch changes the default for the CModel to use
the new parser.
- Also, I change the preference to be stored in the
CCorePlugin preferences instead of the silly kludge
I had before.
2003-04-02 21:30:23 +00:00
Alain Magloire
e569d45eb6 updated. 2003-04-02 15:06:19 +00:00
Alain Magloire
751106a094 Bug fix NPE. 2003-04-02 15:06:10 +00:00
Alain Magloire
3c432412f0 Cleanup the linkToEditor() method. 2003-04-02 15:05:58 +00:00
Alain Magloire
c021d8a42e New static methods taken from JDT counterpart. 2003-04-02 05:04:12 +00:00
Alain Magloire
bc176d3e56 handleDoubleClick() handle IBinary elements. 2003-04-02 05:03:47 +00:00
Alain Magloire
f386d98866 make setSelection() public 2003-04-02 05:02:14 +00:00
Alain Magloire
2c35f5f378 updated 2003-04-02 05:00:44 +00:00
Alain Magloire
e301d1e30b Fix check for IVariableDeclaration. 2003-04-01 19:11:44 +00:00
Alain Magloire
1c8649d6fd updated. 2003-04-01 18:42:03 +00:00
Alain Magloire
189aff3d6c Patch from Hoda to be aware of Enums and typedefs. 2003-04-01 18:41:54 +00:00
Alain Magloire
ffd096ab55 Fix from Chris Songer to deal with IBinary elements
when doing the selection.
2003-04-01 18:41:24 +00:00
Alain Magloire
aeadd54464 Small fix in getText from Hoda 2003-04-01 18:41:00 +00:00
Alain Magloire
8372418782 new images for enum and typedef 2003-04-01 18:40:40 +00:00
Doug Schaefer
c13b3fc240 Patch for Hoda Amer:
This patch adds a new C Model Element Type: Enumerator.
It also displays the element's type name instead of the element's name if the element's name is null.
2003-03-31 20:47:34 +00:00
Doug Schaefer
92ac3395da *** empty log message *** 2003-03-31 18:35:04 +00:00
Doug Schaefer
441247f095 Patch for Hoda Amer:
-Add C Model elements for templates, enumerations, TypeDefs, Using and Namespaces.
-Skip showing the type for fields and variables in the outline view.
2003-03-31 16:33:54 +00:00
Doug Schaefer
5d314c3772 Patch for Hoda Amer:
- Adds icons for fields visibility ( copy to \org.eclipse.cdt.ui\icons\full\obj16)
- Adds C Model elements for templates, enumerations, TypeDefs and Using
- Shows the const decorator for variables and fields icons ( modifies the gif file in \org.eclipse.cdt.ui\icons\full\ovr16).
- Renames icon files for method visibility.
- Icons are renamed to method_public_obj.gif, method_protected_obj.gif, method_private_obj.gif
2003-03-31 15:52:03 +00:00
Alain Magloire
29f937733a updated 2003-03-31 03:53:27 +00:00
Alain Magloire
2e88ab007f Check for non C resources changes 2003-03-31 03:53:17 +00:00
Alain Magloire
5229f48934 New class hierarchy for the binary and Archive:
IBinary
	IBinaryModule
		IBinaryFunction
		IBinaryVariable
			IBinaryElement
2003-03-31 03:52:56 +00:00
Alain Magloire
65e2949db7 Fix the status message and the linkToEditor 2003-03-31 03:52:44 +00:00
Doug Schaefer
679b7c8db3 Patch for Hoda Amer:
- The static sign will show if the parser sets isStatic() to true
for any element. For now, I am just saving this info in the
element info. We could change it later if we need another
icon for variables and functions.
2003-03-28 21:05:24 +00:00
Alain Magloire
f9b6383d57 updated 2003-03-27 20:02:04 +00:00
Alain Magloire
d64ad93d06 Patch from thomas Fletcher
the brace hilight did no use the foreground color.
2003-03-27 20:01:57 +00:00
Alain Magloire
5d93fce5e0 updated 2003-03-27 17:40:23 +00:00
Alain Magloire
0dfb3bd0ef The method ICElement.getResource() do not throw an Exception. 2003-03-27 17:40:15 +00:00
Alain Magloire
70725d89a4 updated 2003-03-27 16:25:39 +00:00
Alain Magloire
270cdcae55 Changes was doen int the Core Model:
ICModel, ICProject, ICContainer, ICTranslationUnit
IArchive and IBinary

We now adjust the code
2003-03-27 16:16:46 +00:00