Daniel Grunwald
e9fd1864e1
Adjusting SharpDevelop to new type system (unresolved/resolved split).
14 years ago
Siegfried Pammer
8b6d1d6a39
implement Ctrl+Shift+W - shrink selection; move CodeManipulation to CSharpBinding
14 years ago
Daniel Grunwald
fa2c1a6397
C# semantic highlighting: distinguish between value and reference types.
14 years ago
Daniel Grunwald
8d12fe8a20
Reimplemented F6 for members.
14 years ago
Daniel Grunwald
889361a446
Suppress flickering in semantic highlighting.
...
We now cache the semantic highlighting for the visible lines, and re-use the existing highlighting sections when no new parse information is available.
14 years ago
Daniel Grunwald
269597e619
Update semantic highlighting when new parse information arrives.
14 years ago
Daniel Grunwald
b7b259896d
Add semantic highlighting for C#.
14 years ago
Siegfried Pammer
00e70228a1
move /AddIns/DefaultTextEditor/CodeCompletion to /SharpDevelop/ViewContent/TextEditor/CodeCompletion;
...
move all SearchAndReplace add-in paths to /AddIns/SearchAndReplace;
move /SharpDevelop/ViewContent/DefaultTextEditor/ToolTips to /SharpDevelop/ViewContent/TextEditor/ToolTips
14 years ago
Siegfried Pammer
a79c7dad3f
implement find references on local variables
14 years ago
Siegfried Pammer
edd71b77e9
fix CSharpBinding reference to NRefactory.CSharp; fix long type names bug in CSharpAmbience
14 years ago
Siegfried Pammer
1cf7ecb3f1
moved Ambience to NRefactory
14 years ago
Siegfried Pammer
c1a89d234e
remove failing tests from ICSharpCode.SharpDevelop.Tests.csproj; add CSharpAmbienceTests
14 years ago
Daniel Grunwald
1d95f36481
Adjust SharpDevelop to NRefactory changes (move ICSharpCode.Editor -> ICSharpCode.NRefactory.Editor; put NR.C# in separate assembly)
14 years ago
Daniel Grunwald
ae406e9c31
Adjust SharpDevelop to NRefactory API changes
14 years ago
Daniel Grunwald
3bf2871b51
Make Find References multi-threaded.
14 years ago
Daniel Grunwald
6b56440cb5
Reimplemented "Find derived classes"
14 years ago
Daniel Grunwald
9957c52ff2
Implemented "Find references"
14 years ago
Daniel Grunwald
19820f6cc2
Fix some issues with LoadSolutionProjects-thread.
14 years ago
Daniel Grunwald
56ae9d8533
Add back ResolverService.Resolve(); and use it to implement tool tips.
14 years ago
Daniel Grunwald
38fd088674
Initial implementation of CSharpAmbience.
14 years ago
Daniel Grunwald
f31bca1de7
newNR: fixed build errors in AvalonEdit.AddIn and CSharpBinding.
14 years ago
Daniel Grunwald
a2add0b62e
WIP
14 years ago
Siegfried Pammer
5a943271ea
working on SD-1527 - A display binding's supported files should be independent from the files it handles by default:
...
- add mimeType to file extensions
- implement new methods IsPreferredBindingForFile and AutoDetectFileContent for IDisplayBinding
14 years ago
Daniel Grunwald
9c244880fb
WIP: new NRefactory
...
ICSharpCode.SharpDevelop.dll now compiles again, though with tons of commented-out code.
Most AddIns removed from solution, and still plenty of compiler errors left in the remaining AddIns.
14 years ago
Eusebiu Marcu
b9f9234dc3
fix SD-631 - http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=631&PROJID=4
14 years ago
Boris Kozorovitzky
a5644c7858
ProjectBinding may choose to handle missing project by itself.
14 years ago
Daniel Grunwald
34da9b3fad
Code completion for generic types - insert only e.g. "List" instead of "List<T>".
...
This is a backport of Martin's commit b47a93ab1e
to 4.0.
15 years ago
mkonicek
b47a93ab1e
Code completion for generic types inserts only e.g. "List<" instead of "List<T>".
...
Suggested item works as before, e.g. List<int> l = new "List<int>" is inserted.
15 years ago
Eusebiu Marcu
41bbfec826
remove unused indexes
15 years ago
Eusebiu Marcu
a72baabcd2
v0.2
15 years ago
Eusebiu Marcu
2dc3ec2efc
Hidden definitions v0.1
15 years ago
Eusebiu Marcu
d0b7e7a1fd
Fix Bracket highlighting does not work after multiline string
15 years ago
Daniel Grunwald
4b24dd80f8
Fixed commenting out lines selected from the line number margin.
15 years ago
Daniel Grunwald
93f924b120
Add TextAnchorMovementMode.Default where the movement direction depends on the type of insertion.
15 years ago
Daniel Grunwald
8804473341
Remove LGPL header from MyNamespaceSupportForCSharp.cs (as that file is copied into projects converted from VB to C#)
15 years ago
Daniel Grunwald
afd2f38400
Mark SharpDevelop assemblies as Full/Client profile.
15 years ago
Daniel Grunwald
abbfb1b6f9
Disable target framework combobox in project options so that all target framework changes run through the UpgradeProject code path.
15 years ago
Daniel Grunwald
f5780c2944
Apply new file headers
15 years ago
Siegfried Pammer
c89b7a5e29
implemented SD-631 for VB .NET
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6329 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Siegfried Pammer
c7e652c78a
extracted insight window handling to InsightWindowHandler
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6324 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Matt Ward
48383a8bec
Restructured AddIns folder - removed nested AddIns\AddIns folder and added Analysis folder.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6305 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Siegfried Pammer
8ee9c5e697
fixed NullReferenceException when working with VB files outside of a VB project
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6292 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Siegfried Pammer
04c6a6f1e9
- refactored AST; removed XmlLiteralExpression
...
- added VB Options to Tests
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/vbnet@6040 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Siegfried Pammer
08b040e6f8
- corrected AST
...
- fixed build (hopefully)
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/vbnet@6014 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
4ba935e0a1
Remove unused references to ICSharpCode.TextEditor.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5886 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
7092ebf5b0
Remove unused parameter "buildServices" from IBuildable.StartBuild.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5854 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
cf7adb39dd
Allow user to specify an encoding when opening a text file.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5627 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
1ac7989efa
Fixed build.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5576 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
edd3fb4a0a
"Normalize" file headers.
...
Enable $Revision$ keyword expansion for all existing .cs files.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5529 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
788a578ce7
Fixed build.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5471 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago