Daniel Grunwald
ab3f7c51a1
Fixed SpecialCharacterTextRun positioning; made box slightly transparent.
14 years ago
Daniel Grunwald
9332d46740
Freeze the shift+backspace key binding.
14 years ago
Daniel Grunwald
1aafa02c4c
Fix SD-1767 - NullReferenceException when closing a solution while "Loading References..." is active.
14 years ago
Daniel Grunwald
4a474f4b35
SD-1605 - Reimplement editing project and solution configurations
14 years ago
Matt Ward
abb7a31a09
Fix VB.NET web page project that did not compile.
14 years ago
Matt Ward
bf3741f9d1
Do not escape ProjectTypeGuids property when creating new project.
14 years ago
Matt Ward
5898c09238
Fix missing array type when converting VB.NET multiple variables on a single line to Python.
14 years ago
Matt Ward
dbd2bb40dd
Fix missing array type when converting VB.NET multiple variables on a single line to Ruby.
14 years ago
Matt Ward
30d6618f14
Fix missing array type when converting VB.NET multiple fields on a single line to Ruby.
14 years ago
Matt Ward
fdd4223116
Fix missing array type when converting VB.NET multiple fields on a single line to Python.
14 years ago
Matt Ward
441df0e328
Support converting multiple class fields defined on one line when converting to Ruby.
14 years ago
Matt Ward
bdd0f33cda
Support converting multiple class fields defined on one line when converting to Python.
14 years ago
Matt Ward
f9f6611fd7
Support converting VB.NET exit statements to Ruby.
14 years ago
Matt Ward
8926ba5a93
Support converting VB.NET exit statements to Python.
14 years ago
Matt Ward
fba3a7a46d
Supporting converting multiple variable assignments on a single line to Python.
14 years ago
Matt Ward
0dae208d54
Support converting multiple variable assignments on a single line to Ruby.
14 years ago
Matt Ward
c2674fba66
Support converting VB.NET for next loops to Ruby.
14 years ago
Matt Ward
b2e0f592f7
Support converting VB.NET for next loops to Python.
14 years ago
Daniel Grunwald
35e5a72359
Fix whole-word search in wildcard search mode.
...
http://community.sharpdevelop.net/forums/t/13167.aspx
14 years ago
Daniel Grunwald
b0556be96a
Fix ArgumentException (Illegal characters in path) when clicking a hyperlink that contains characters that are invalid in a filename
...
http://community.sharpdevelop.net/forums/t/13326.aspx
14 years ago
Matt Ward
93d09a06c6
Always append text to the scripting console to prevent text appearing at the current cursor position when lots of console output generated and the cursor is moved by the user.
14 years ago
Daniel Grunwald
040a21b2da
Update string resources. Re-enable Italian.
14 years ago
Daniel Grunwald
05243c86cd
Make options dialog start centered.
14 years ago
Daniel Grunwald
3f91c3f49f
Fixed forum-13033: Reopened documents do not scroll to correct position
14 years ago
Daniel Grunwald
d6918254e9
Preserve active document (and order of documents) on layout switches.
...
Based on Andrew Olson's suggestion http://community.sharpdevelop.net/forums/t/13034.aspx .
14 years ago
Daniel Grunwald
857dec863b
Git OverlayIconManager: avoid removing the overlay icons belonging to other version control systems.
14 years ago
Daniel Grunwald
a7938d7e56
Work around a WPF issue when %WINDIR% is set to an incorrect path
14 years ago
Daniel Grunwald
9b9758974c
Fixed bug in CecilReader that could cause it to confuse types with the same full name (but different number of type parameters)
14 years ago
Daniel Grunwald
5d1bfe90aa
Fixed SD-1743 - ArgumentOutOfRangeException in Replace all in selection
14 years ago
Daniel Grunwald
0d96627a19
Fixed VB expression finder when there are array declarators on the parameter name.
...
e.g. "Sub Test(Values() As String)"
14 years ago
Daniel Grunwald
e10d969891
WinForms designer: Add workaround for InvalidOperationException in DesignerHost.Dispose
...
Also, get rid of some unexpected reentrancy.
14 years ago
Daniel Grunwald
0f9e6d0d69
Fix bug that caused highlighting colors to change even when the option dialog was cancelled.
14 years ago
Daniel Grunwald
ce785fda34
Fixed customized syntax highlightings.
14 years ago
Daniel Grunwald
9ac63e38ca
Fix NullReferenceException when the debugger loads a module while no solution is loaded.
14 years ago
Daniel Grunwald
d77090270c
Fixed ObjectDisposedException on MSBuildBasedProject in OptionPanels.ApplicationSettings.<LoadPanelContents>b__1:
...
- close project options view when the project is removed from the solution
- use an event on MSBuildBasedProject to detect a changed tools version, instead of querying it whenever the option page becomes visible
14 years ago
Daniel Grunwald
947f4eea3e
Add workaround for exception in RefactoringService.FixIndexerExpression
14 years ago
Daniel Grunwald
62ce690fd1
Avoid NullReferenceException when DataObject.GetData returns null.
14 years ago
Daniel Grunwald
e647623199
Fixed SD-1817 - NullReferenceException in C# OverloadResolution when editing signature of generic method with 'params'
14 years ago
Daniel Grunwald
9c5bdcc801
Look up xml documentation in reference assemblies folder.
14 years ago
Daniel Grunwald
73268d6fda
Throw meaningful exception when ICompletionData.Text returns null.
14 years ago
Daniel Grunwald
441d644366
Fixed bugs in DocumentationTag implementation.
14 years ago
Daniel Grunwald
8af6f54abd
Add ILSpy AddIn.
14 years ago
Siegfried Pammer
ce13878003
fix conversion of anonymous delegate-Expressions to VB lambdas
14 years ago
Daniel Grunwald
750a692e5b
Clarify documentation on TextView.CollapseLines.
14 years ago
Daniel Grunwald
d209e6830f
Add INotifyPropertyChanged to QuickClassBrowser.EntityItem.
14 years ago
Daniel Grunwald
d793900605
Fixed memory leak (and potential thread-safety issue) in SD.Dom.
...
ExtensionMethodsPublic.memberSignatureComparer.parameterListComparer.cachedHashes was keeping references to all methods that were ever compared.
14 years ago
Siegfried Pammer
a0ef64cfe0
fixed Unit Tests
14 years ago
Siegfried Pammer
f447cb6918
fixed VBExpressionFinder bug with VB Lambdas (it did not find a valid expression)
14 years ago
Siegfried Pammer
44d1ee568f
fixed http://community.sharpdevelop.net/forums/p/12860/35055.aspx#35055
14 years ago
Siegfried Pammer
00c5c75900
add better readability to multi-line lambda indentation
14 years ago