Hoda Amer
297edc9e7b
Fix for bug#51303 & bug#53066
2004-03-23 17:06:58 +00:00
Andrew Niefer
3b02aaec46
externalize strings from Tanya Wolff
2004-03-22 22:16:55 +00:00
Alain Magloire
f19ce7f75a
Show the Binary in the cview even if not an ICElement
2004-03-22 03:21:59 +00:00
Alain Magloire
90ef8946ae
Fix the CView sorting.
2004-03-21 07:04:01 +00:00
David Inglis
a85f27eed2
use new cdescriptor operation for changes
2004-03-19 20:31:33 +00:00
Hoda Amer
cb1e01065f
Fix for bug#54325 Refactor: Check for name collision
2004-03-19 17:02:18 +00:00
Andrew Niefer
f8d8ad6843
externalizing strings from Tanya Wolff
2004-03-18 23:34:30 +00:00
Alain Magloire
1df94abba2
New icons
2004-03-18 22:51:00 +00:00
David Inglis
bea720fa70
fixed NPE on init
2004-03-18 15:10:24 +00:00
Alain Magloire
24b55c3712
Change in the hierarchy of the core Model:
...
ICModel
ICProject
ISourceRoot
IBinary
IArchive
ITranslatioUnit
ICContainer
The ISourceRoot been added to better separate
the files. By default the entire project is the
SourceRoot.
2004-03-18 05:42:51 +00:00
Hoda Amer
0daa1a8b68
Patch for Tanya: Externalizing ui strings
2004-03-17 16:32:42 +00:00
Hoda Amer
a1952b6c09
Patch for Tanya: Externalizing ui strings
2004-03-17 15:42:41 +00:00
Andrew Niefer
a7c0f2524f
externalize strings from Tanya Wolff
2004-03-17 15:26:34 +00:00
Andrew Niefer
8f0618aeb2
class browser and type hierarchy property files from Chris Wiebe
2004-03-16 22:42:44 +00:00
Hoda Amer
60e93cc60b
Fix for bug#54324 Refactor: Invoke rename refactoring from editor
2004-03-16 21:22:47 +00:00
Hoda Amer
e74475bdbe
Fix for [Bug 54323] Refactor: Menu item from outline view
2004-03-15 21:17:47 +00:00
Alain Magloire
a5f8faffc5
The build actions were always disable.
2004-03-15 17:09:59 +00:00
Alain Magloire
5178ef3ea9
The build actions were always disable.
2004-03-15 17:00:40 +00:00
Andrew Niefer
5a0369683c
This patch is the start of parsing templates. Template uses that don't require a template-id should work.
2004-03-15 16:17:42 +00:00
David Inglis
7b78e2923e
new C-Build console supporting mutiple streams.
2004-03-12 16:24:08 +00:00
David Inglis
b03b5aa0c6
new C-Build console supporting mutiple streams.
2004-03-12 16:07:50 +00:00
Hoda Amer
da87b50b7f
Adding the undo manager for the Rename Refactor
2004-03-11 20:15:28 +00:00
John Camelon
a556bad46a
Updated content assist to not clear() the Scanner's definition map.
2004-03-11 18:04:42 +00:00
Alain Magloire
7b037d8323
added the new source folder refactoring in the build
...
porperties
2004-03-09 22:00:19 +00:00
Hoda Amer
cbd2bd573f
Rename Refactoring, first attempt. (Jumbo patch)
2004-03-09 19:50:00 +00:00
Hoda Amer
e6bcfeaf82
Fix for bug#52188
2004-03-09 19:16:49 +00:00
Doug Schaefer
afc00e11ee
Fixed up build.properties to include new browser folder.
2004-03-08 21:21:52 +00:00
Hoda Amer
29adda7a82
Partial Fix for bug#52948
2004-03-08 21:20:11 +00:00
Bogdan Gheorghe
0a6f297707
Minor refactoring to Chris Wiebe's jumbo patch - modified TypeSearchResultCollector.createMatch
...
in AllTypesCache
2004-03-08 19:52:34 +00:00
Alain Magloire
802ae0312e
Conflict with changes from Bogdan
2004-03-08 18:32:48 +00:00
Alain Magloire
3ac1f3a202
New source browser for the Type hierarchy, From Chris Wiebe.
2004-03-08 18:22:31 +00:00
Bogdan Gheorghe
7ddc725965
Patch for Chris Wiebe: BasicSearchResultCollector refactoring
...
Refactored MouseClickListener out of CEditor; modified it to use CppCodeScanner keywords
Fixed Outline refresh problem by reverting to an earlier copy of WorkingCopyManager
2004-03-08 15:30:13 +00:00
Alain Magloire
64984809f6
Fix the point size of the icons in the CView, they were too big.
2004-03-08 01:33:14 +00:00
Alain Magloire
ec2b5bff2b
New icons.
2004-03-05 19:32:08 +00:00
Alain Magloire
2080d7ecfb
New action ToggleLinkEditor.
2004-03-05 19:21:40 +00:00
Bogdan Gheorghe
70dac4bf81
- Added hyperlink support to the CEditor
...
- Added a Navigation preference page to the CEditor
- Changed SourceIndexer to use a BufferedReader
- Modified OpenDeclarationsAction to use selection search parser
2004-03-05 00:45:15 +00:00
David Inglis
d928227259
fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=53674
2004-03-04 21:02:59 +00:00
David Inglis
4c9d0ef2a3
some changes to better extend
2004-03-04 20:17:22 +00:00
Alain Magloire
f99928d2d4
The CView was opening the Binaries twice.
2004-03-03 20:44:30 +00:00
Hoda Amer
8404420b80
Small fixes + cleanup
2004-03-03 19:19:36 +00:00
John Camelon
fc37d2f92c
org.eclipse.cdt.core
...
Added some trace statements to CompleteParseASTFactory.
Cleaned up usage of Enum.getValue() wrt encapsulation of enumerator value.
Refactored CompleteParseASTFactory for correctness and abstraction.
Added preliminary IProblem support to CompleteParseASTFactory.
Added (commented out unfortunately) assertions into CompleteParseASTFactory.
Updated IASTUsingDeclaration to return an Iterator for declarations mapped rather than just a single declaration.
org.eclipse.cdt.core.tests
Updated tests to deal with IASTUsingDeclaration interface changes.
org.eclipse.cdt.ui
Cleaned up usage of Enum.getValue() wrt encapsulation of enumerator value.
2004-03-03 15:59:56 +00:00
Andrew Niefer
ba12f674af
bug 53213 Externalize Strings for Tanya Wolff
2004-03-03 15:10:01 +00:00
Alain Magloire
d09d576efd
Patch from Dave Daoust to remove an extra call
...
to ICElement.exists()
2004-03-02 21:20:23 +00:00
Hoda Amer
d557516718
Removing a couple of unused things
2004-03-01 21:17:08 +00:00
Alain Magloire
e1140e486b
PR 51757 help fixing. Run the PasteAction
...
update selection in a UI thread.
2004-02-29 05:23:58 +00:00
Alain Magloire
17436b16d0
Implementat for CView.selectReveal()
...
The element was not shown since we did not have
a comparater.
2004-02-29 04:40:29 +00:00
Alain Magloire
a010158135
Fixin NPE in BaseCElementContentProvider
2004-02-29 00:39:24 +00:00
David Inglis
cd8f8ca00f
removed unused member
2004-02-27 23:14:44 +00:00
Hoda Amer
e7dfb880a4
The CView to update with each reconcile : [Bug 53074]
2004-02-27 21:07:56 +00:00
Andrew Niefer
b9e2f84b0c
bug 53213: externalize strings
2004-02-26 19:33:41 +00:00