Matt Ward
0463ff4a40
Remove code completion sample.
...
Add readme that links to two third party code completion samples
that use AvalonEdit and SharpDevelop DOM and NRefactory.
12 years ago
Daniel Grunwald
a93b443928
Adjust CSharpCodeCompletion sample to DOM changes (NamespaceEntry/KeywordEntry).
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6015 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
9ee5a7b3cc
Updated some of the SharpDevelop samples.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5613 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
1ffe463bab
Fixed forum-7686: make code completion in CSharpCodeCompletion sample work better when the edited code has syntax errors/incomplete code.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3114 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
4088319ffe
Code completion sample was using the obsolete Instance property on VBNetAmbience and CSharpAmbience.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3098 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
82bbab8aec
Forum-6859: Show code templates in code completion.
...
Templates are now inserted by pressing Tab (instead of Space).
However, when "Automatic template insertion" in the text editor options is on (new default: off), templates are also inserted when a template is chosen from the code completion list.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2932 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
9b4679edf1
NRefactoryResolver rewrite: remove code duplication between NRefactoryResolver and TypeVisitor. Changed handling of method groups to follow C# specification more closely.
...
This fixes several bugs in overload resolution.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2819 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Matt Ward
4f8f2dc7db
Updated samples so they work with SharpDevelop 3.0
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2755 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
c440f7c2a1
CSharpCodeCompletionSample: show xml documentation
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2675 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
22775ffe8e
Fixed some off-by-one bugs in the CSharpCodeCompletion example (caused by the different line counting in the parser and the text editor).
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2674 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
3acc3cbb3e
Improved CSharpCodeCompletion sample: add tool tip support, show only one entry for overloaded methods
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2673 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
0acdde0b37
Add optional "settingsPath" and "domPersistencePath" settings to SharpDevelop.exe.config. These can be used to redirect the settings/code completion cache to different folders, e.g. for running SharpDevelop from a USB stick.
...
Make XML documentation tooltips work even if the code completion cache is disabled.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2596 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
839bf506c9
Add BSD header to SharpDevelop samples.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2560 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
2e258f2150
Improved SharpDevelop.Dom API.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2465 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
05f80162ee
Fixed CSharpCodeCompletion sample.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2240 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
9b7a082e24
Add partial C# 3.0 support.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2191 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
02ad6da28f
Add standalone C# code completion example.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1983 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago