Daniel Grunwald
|
73268d6fda
|
Throw meaningful exception when ICompletionData.Text returns null.
|
15 years ago |
Daniel Grunwald
|
441d644366
|
Fixed bugs in DocumentationTag implementation.
|
15 years ago |
Daniel Grunwald
|
8af6f54abd
|
Add ILSpy AddIn.
|
15 years ago |
Siegfried Pammer
|
ce13878003
|
fix conversion of anonymous delegate-Expressions to VB lambdas
|
15 years ago |
Daniel Grunwald
|
750a692e5b
|
Clarify documentation on TextView.CollapseLines.
|
15 years ago |
Daniel Grunwald
|
d209e6830f
|
Add INotifyPropertyChanged to QuickClassBrowser.EntityItem.
|
15 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.
|
15 years ago |
Siegfried Pammer
|
a0ef64cfe0
|
fixed Unit Tests
|
15 years ago |
Siegfried Pammer
|
f447cb6918
|
fixed VBExpressionFinder bug with VB Lambdas (it did not find a valid expression)
|
15 years ago |
Siegfried Pammer
|
44d1ee568f
|
fixed http://community.sharpdevelop.net/forums/p/12860/35055.aspx#35055
|
15 years ago |
Siegfried Pammer
|
00c5c75900
|
add better readability to multi-line lambda indentation
|
15 years ago |
Siegfried Pammer
|
16f70ae438
|
properly indent multi-line lambdas
|
15 years ago |
Siegfried Pammer
|
fab0f9f463
|
remove VBIndentationStrategy
|
15 years ago |
Siegfried Pammer
|
55de9e4431
|
indentation is now respecting ILCs
|
15 years ago |
Siegfried Pammer
|
045f41469c
|
added ctor snippet for VB and fixed VB-specific issues in the InsertCtor*-logic
|
15 years ago |
Siegfried Pammer
|
1f182e3b93
|
fix indentation of single-line Sub-lambdas
|
15 years ago |
Siegfried Pammer
|
6c2b627efe
|
fix start of Type-Context in Property-declarations (fixes http://community.sharpdevelop.net/forums/t/12857.aspx)
|
15 years ago |
Siegfried Pammer
|
1a8f1bb7cb
|
show normal CC inside argument lists
|
15 years ago |
Siegfried Pammer
|
efba806bb0
|
Lambda-parameters are now shown in the CC list
|
15 years ago |
Siegfried Pammer
|
eb5e7b9c2c
|
fixed EF-bug when parsing declarations like: Dim x As A, y As B
|
15 years ago |
Daniel Grunwald
|
97a18791ce
|
Fixing the build once again.
|
15 years ago |
Daniel Grunwald
|
941739469e
|
Implement INotifyPropertyChanged in TextDocument.
|
15 years ago |
Daniel Grunwald
|
56d8146303
|
Fixed memory leak in SharpDevelopCompletionWindow
|
15 years ago |
Matt Ward
|
e6ee67e72a
|
Message now shown in dialog when Entity Framework Data Model wizard fails with an error.
|
15 years ago |
Matt Ward
|
1b99485b88
|
Fix KeyNotFoundException when cancelling the creation of a new Entity Framework Data Model file.
|
15 years ago |
Daniel Grunwald
|
c610e1b0b9
|
Fix issue in TextEditorOptions copy constructor.
|
15 years ago |
Daniel Grunwald
|
b4f6f3a435
|
Fixed bug introduced in b7b12d310e (Reduce memory usage when dealing with long lines and word-wrapping)
|
15 years ago |
Siegfried Pammer
|
41b10e921c
|
fixed scrolling in Console-Pads
|
15 years ago |
Daniel Grunwald
|
b7b12d310e
|
Reduce memory usage when dealing with long lines and word-wrapping.
|
15 years ago |
Daniel Grunwald
|
441fd15488
|
Fixed bug in EditingCommandHandler.Cut that allowed deleting read-only text.
|
15 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 |
Daniel Grunwald
|
b173684de0
|
Remove out-of-date documentation comment.
|
15 years ago |
Matt Ward
|
dcc21eeb99
|
Fix ArgumentOutOfRangeException when searching for references on array indexer.
|
15 years ago |
Matt Ward
|
540b66cc37
|
Ignore FileLoadException thrown when attempting to load an unverifiable assembly.
|
15 years ago |
Daniel Grunwald
|
5280d731ce
|
Deactivate code completion when non-default input handler (e.g. incremental search) is used.
|
15 years ago |
Daniel Grunwald
|
f2f61d6c5e
|
Fixed bug in window bound restore code (introduced in 1230d8a392 )
|
15 years ago |
Daniel Grunwald
|
783fc0024e
|
VisualLine.GetVisualColumnFloor bugfix: for positions after the end of the line; return the line's end column.
|
15 years ago |
Daniel Grunwald
|
a2b6f99504
|
Merge branch '4.0' of f:\SD.git-bundle into 4.0
|
15 years ago |
Daniel Grunwald
|
c8dc5154dd
|
Improved inline object handling. Inline objects that change their size in response to user input are now supported.
|
15 years ago |
Matt Ward
|
90e3b939a3
|
Fix null reference exception when dragging controls from the toolbox to a WiX dialog when a project has not been opened.
|
15 years ago |
Daniel Grunwald
|
569185d113
|
AvalonEdit: Change inline object implementation so that inline objects are direct children of the TextView (instead of being children of the TextLayer).
|
15 years ago |
Matt Ward
|
6e16bab319
|
Fix null reference exception when opening a WiX dialog in the designer.
|
15 years ago |
Daniel Grunwald
|
78fcd1140f
|
Remove Reflector AddIn as Reflector will be non-free soon.
|
15 years ago |
Daniel Grunwald
|
3edc30debb
|
Use GlobalAssemblyInfo in Git AddIn.
|
15 years ago |
Daniel Grunwald
|
967cabaa4c
|
Improvements to CodeGenerator.InsertAfterLine (fixed forum-12661: Bug in code refactoring for VB.NET)
|
15 years ago |
Daniel Grunwald
|
2454f2902e
|
Also bump the version displayed in setup to 4.0.1. (the code in UpdateAssemblyInfo that automates this step isn't on the 4.0 branch)
|
15 years ago |
Daniel Grunwald
|
271d06aeed
|
Disable last 3 entries in workbench window context menu (Copy file path, Navigate to file, Open containing folder) when the workbench window does not represent any file.
|
15 years ago |
Daniel Grunwald
|
78c9644b88
|
Fix forum-12634: ArgumentNullException on Right click on Project Upgrade tab and call "Navigate to file"
|
15 years ago |
Daniel Grunwald
|
ad6433694b
|
Bump version number to 4.0.1.
|
15 years ago |
Daniel Grunwald
|
c34e6cc825
|
Fix forum-12654: DefinitionViewPad scrolls to wrong area (HeightTree.DefaultLineHeight not updated on rendering mode change)
|
15 years ago |