Daniel Grunwald
c1d54b7df2
Update English and German StringResources (combine -> solution).
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@378 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
2a323389a8
Fixed SD2-410: Goto definition doesn't work for array types
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@377 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
9ea25bfec5
Fixed SD2-411: Code completition doesn't show parent class (nested classes)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@376 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
b32b9beb14
Fixed forms designer to reparse the file when switching to the designer tab.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@375 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
31ae5feed0
Show properties (F4) now works in form design mode.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@374 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
21af77e33d
Ported changes from Fidalgo rev 2038, ivokovacka.
...
Fixed more NRefactory bugs.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@373 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Markus Palme
5a23a45292
added very basic event handler code completition (appears after typing '+='); still many things to do here
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@372 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
5fad25b34d
Added scrollbars to debugger Exception Dialog
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@371 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
e0676ea1c7
VB parser: Declarations in the form "Dim a(10) As Integer" were not recognized as array declarations.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@370 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
ced99d3ba0
Fixed C# parser bug: anonymous methods without parameter list were not supported.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@369 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
b3ec9593b8
NRefactory bugfixes (C#: For initializers added twice and VB: Custom event regions not stored in AST)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@368 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
7f90fcbdd0
Debugger.Interop assembly removed
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@367 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Mathias Simmack
512ea6b7e8
changed FullTypeName search to DynamicHelp engine
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@366 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
13ef4c0826
Patched docking suite. Take care on docking library updates:
...
Fixed warnings in docking suite. Tabs can be closed with middle mouse button.
Included bug fixes from docking suite's bug tracker on SF.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@365 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
0306c5af7e
Improved C# -> VB converter (For-Statement is converted to ForNextStatement).
...
Fixed VB parser (CSByte, CUShort, CUInt, CULng cast operators were missing).
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@364 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Mathias Simmack
aa06be74c3
enabled an early version of F1 help
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@363 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
eb5337d562
When displaying xml namespaces the autocompletion list now resizes to fit the longest string.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@362 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
f7f43911c0
SearchAndReplaceDialog remembers it's location and can be closed with Escape.
...
Fixed ExpressionFinder when cursor was at the end of the document.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@361 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
30d666807c
Changed the namespace for the form designer context menu commands. Added ICSharpCode.SharpDevelop runtime to FormDesigner.addin. Form designer context menus now working.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@360 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
63bb9fe821
Added F1 help to text editor and forms designer.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@359 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
7df2337803
Fixed SD2-385: After project run Source/Abstract Content tabs are missing
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@358 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
8e7a4a989a
Fixed some bugs.
...
Add new GotoDialog (replaces GotoLineNumberDialog).
The GotoDialog accepts line numbers, class names and file names. (Examples: "120", "MainClass", "Main.cs, 120")
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@357 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
db1f34bfd9
Fixed SD2-399: Hide bookmarks inside folded regions
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@356 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
6a9bf64985
Fixed SD2-380: TODO Parsing Bug.
...
OpenTaskView now sorts it's entries, this prevent having the task entries "jump around" if you edit a file containing tasks.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@355 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
7d4f14a9aa
Add context menu to class browser.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@354 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
3d4f0a78f7
Fixed SD2-400: Importing classes (VB.NET).
...
Fixed code completion on "value" in property setters.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@353 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
aad4c32ffc
Fixed drag'n'drop of components from the side bar to the form designer.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@352 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
df18fef0d3
AutoHide pads are initalized when they are expanded (not when they are first clicked on).
...
Fixed CompilerMessageView refresh problem.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@351 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
eea2eade1e
Small bugfixes, updated translation, modified SVNChangeLogToXml to use NSvn instead of svn.exe; created publish.bat which automatically builds SharpDevelop, runs SVNChangeLogToXml and then builds the setup.Remove NUnitPad (MbUnit can run NUnit tests).
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@350 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
1873333ed0
Small bugfixes, updated translation, modified SVNChangeLogToXml to use NSvn instead of svn.exe; created publish.bat which automatically builds SharpDevelop, runs SVNChangeLogToXml and then builds the setup.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@349 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
d992e73b07
Fixed two small code completion bugs:
...
- code completion does not show members of base class when some interface of the class does not exist
- when referenced assemblies had inter-dependencies (Assembly A depends on B), code completion on properties in A that used a type in B would not work.
ReflectionParameter: Read "ref/out/params" modifier correctly.
ReflectionProjectContent: Use ReflectionLoad also for GAC assemblies specified by partial name.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@348 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Mathias Simmack
e5b08710e8
minor fixes (MSDN is the default search page again) and cosmetic (printer picture for ContextMenuStrip in TocPad.cs)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@347 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
6316da8baf
Improved MbUnit addin.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@346 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
0028131d61
Add MbUnit and MbUnit-addin.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@345 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
7d34f5b122
When loading referenced assemblies for code completion that have missing dependencies, try to find best available version.
...
For example, when using a library compiled against .NET 1.0; but only .NET 2.0 is installed, redirect the ReflectionOnlyAssemblyResolve event to load the .NET 2.0 version of System.dll instead.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@344 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
040a8b7582
Use LoggingService instead of Console.WriteLine.
...
Fixed a little bug in attribute completion.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@343 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
166099716a
Use .Net SDK help ("MS.NETFramework.v20.en") as default collection displayed in help addin.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@341 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
b7c53722fe
Copy GacUtil2 to tools directory.
...
Small bugfix for code completion and ErrorList.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@340 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
71f2d912ec
Cut/Copy/Paste menu+toolbar commands now also work for normal text boxes and combo boxes (e.g. on the project's property pages).
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@339 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
05221a0758
Fixed SD2-397: Empty Project Scout has visually enabled (not grayed out) icons.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@338 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
d6bdc87bc2
Fixed SD2-374: Compiler warnings during debugging.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@337 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
83d7b3301e
Fixed SD2-405: Invisible menu item can be run by shortcut.
...
Fixed SD2-376: Debugger: Menu consistency.
Added caching to SearchClassReturnType (dramatically improves code completion performance in classes that have many base types like XmlView).
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@336 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Christoph Wille
aba3d7df3e
Setup message changed
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@335 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Christoph Wille
d98412300c
Updated to v2.0 and added a 2.0 blurb to the Intro
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@334 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
83b934ec0a
Rename configuration folder from .ICSharpCode\Corsavy to .ICSharpCode\SharpDevelop2
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@333 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
ccf1d3bddd
Remove old help. Deactivate run of help register tool.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@332 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
8bc61f3898
Fixed SD2-398: Add support for nullables to the C# parser.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@331 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
a80f630082
Code completion improvements.
...
Made forms designer capable of loading classes that don't use fully qualified names for the fields.
Added solution that includes unit tests.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@330 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
20199d196a
Fixed SD2-401: Using aliases for classes.
...
Usings like "using StringCollection = System.Collections.Generic.List<string>" are now valid and code completion works correctly for them.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@329 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
3c3f2e3190
Fixed SD2-403: Find references does not find indexer calls.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@328 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago