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

1468 commits

Author SHA1 Message Date
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
Andrew Niefer
1738ff2644 Bug 53123 - Externalize Strings 2004-02-26 19:30:36 +00:00
Alain Magloire
5573057ddc new icons from Chris Wiebe 2004-02-26 18:26:37 +00:00
Bogdan Gheorghe
2e497d6a54 - First go at adding selection search to CDT. You can now search for Declarations, References in Workspace, WorkingSets triggered from the CEditor, CView or COutline.
- Added Dependency NPE check + test
- Selection Parser change from John
- Cleaned up search properties file
2004-02-25 23:24:04 +00:00
John Camelon
f070a52e93 org.eclipse.cdt.core
Fixed Bug 43051 : Search: cannot specify relative search paths
	Fixed Bug 45140 : refactor IScanner to allow use of Readers of IResource

org.eclipse.cdt.core.tests
org.eclipse.cdt.ui
	Updates for new ISourceElementRequestor interface updates.
2004-02-25 22:18:51 +00:00
Alain Magloire
d523bd1dbf New constructor for ShowInCView 2004-02-25 02:52:33 +00:00
Alain Magloire
5f424df50d Fix PR 52618 2004-02-20 17:58:23 +00:00
Andrew Niefer
2c1e95c730 bug 52567 - cdt NPE prevents java search from working 2004-02-20 15:31:33 +00:00
Alain Magloire
bd77af6152 Remove Eclipse 2.0 deprecated calls. 2004-02-19 02:10:07 +00:00
Andrew Niefer
c1a246da20 Search Refactoring for bugs
50983 - OrPattern not visible
51250 - search engine throws runtime exception OperationCanceledException
2004-02-16 20:46:12 +00:00
Alain Magloire
c4af8be231 Use ITextEditor instead of CEditor for portability 2004-02-16 19:26:37 +00:00
Alain Magloire
5fe505bacb update. 2004-02-16 04:07:05 +00:00
Alain Magloire
c48ea4de7f New workingset for C/C++ CElements 2004-02-16 03:28:25 +00:00
Alain Magloire
47f1f6f040 Reorganize the actions of the cview into groups. 2004-02-16 01:36:28 +00:00
John Camelon
385ac1b870 org.eclipse.cdt.core
Removed IASTCompletionKind.SCOPED_REFERENCE as it was obsolete.  
	Did preliminary work to support content assist within qualified names.

org.eclipse.cdt.ui
	Updated Content Assist feature to not use IASTCompletionKind.SCOPED_REFERENCE
2004-02-12 14:20:00 +00:00
Alain Magloire
ed629518d5 register the CView to the part listener. 2004-02-11 20:43:13 +00:00
Alain Magloire
84cfa94f9b Reogornize the CView Action menus 2004-02-11 05:20:09 +00:00
Hoda Amer
da13b999cd Content Assist Preference: Reduced search options to two choices. 2004-02-10 16:06:10 +00:00
Alain Magloire
78769c3537 Fix Pr 50794 .
Rename CViewSorter to CElementSorter and refactor
in org.eclipse.cdt.ui.CElementSorter
2004-02-10 15:44:52 +00:00
Hoda Amer
2e52e1bcc2 Small fixes for UI + 1 fix for CModelBuilder 2004-02-06 17:29:40 +00:00
Alain Magloire
524975ed0f new Icon from chris. 2004-02-06 14:34:30 +00:00
Alain Magloire
6cd03b77ff Patch from Chris to catch Cancel exception 2004-02-05 20:39:07 +00:00
Alain Magloire
8df8840f36 2004-02-05 Alain Magloire
PR 51221
	Reformat Patch from Bogdan base on Thomas Fletcher original patch
	In a nutshell, it moves the search operation into a runnable which
	can be passed to a progress dialog.

	* src/org/eclipse/cdt/internal/ui/editor/OpenDeclarationsAction.java
2004-02-05 19:53:54 +00:00