Siegfried Pammer
5989e5653e
implement Replace and Replace all
14 years ago
Siegfried Pammer
90f6482267
introduce ReactiveExtensions to make working with IObservable<T> easier
15 years ago
Siegfried Pammer
79a5c54f73
implemented find next
15 years ago
Siegfried Pammer
f72af03258
implement FindAll
15 years ago
Siegfried Pammer
e0f184d63e
create new search using Rx
15 years ago
Siegfried Pammer
8863e8b820
Move MIME detection into separate class
15 years ago
Siegfried Pammer
c8ad6e1eca
Remove incremental search from AvalonEdit.AddIn
15 years ago
Daniel Grunwald
5843b2b30b
Add support for <MenuItem type="CheckBox"/> in WPF menus.
15 years ago
PeterForstmeier
b589ab7675
Start with 'Show WCF Service in Browser'
15 years ago
Eusebiu Marcu
1cc53f1885
Fix creating applications/virtual directory.
15 years ago
Daniel Grunwald
35a22b2121
Fixed VB code completion (loading of mscorlib.dll and Microsoft.VisualBasic.dll)
...
The VB code completion logic was relying on the special cases that I removed in commit 7c1c3b4 .
With this fix, multi-targeting works with the assemblies implicitly referenced by the VB compiler.
15 years ago
Daniel Grunwald
4b2d4a6644
Fix bug that caused methods to not be shown in the F6 dialog (find overrides).
...
The bug occurred when looking for the overrides of A.M() in this code:
class A { virtual void M(); }
class B : A {}
class C : B { override void M(); }
C.M() was found, but not added to the tree because there isn't any intermediate node B.M().
15 years ago
Daniel Grunwald
6aaaadd81f
IconBarMargin: use DocumentLine as an anchor for entity bookmarks so that they move correctly when inserting/deleting text (without having to wait for the next parse run).
15 years ago
Daniel Grunwald
7c1c3b4754
Always use MSBuild for resolving assembly references; do not special-case some .NET BCL assemblies.
...
This avoids loading the GAC copy of the assembly in said special cases, and loads the reference assembly for the chosen target framework version instead.
15 years ago
Siegfried Pammer
47e59c6a9a
fix parameter highlighting bug and add word wrap if highlighting is used
15 years ago
Daniel Grunwald
e2e52d35d5
Fixed crash when opening an invalid file in the settings editor (using AbstractViewContentHandlingLoadErrors).
15 years ago
Siegfried Pammer
9eaa1c105b
fix NullReferenceException when closing text editor immediately after committing.
15 years ago
Siegfried Pammer
38708b351b
fix SD-1859 - Crash when opening Goto Dialog
15 years ago
Daniel Grunwald
db502cb7ad
Ignore error when trying to load a malformed project memento.
15 years ago
Daniel Grunwald
ced227b8ab
Fix NullReferenceException when opening split view after enabling the "change margin" setting.
15 years ago
Daniel Grunwald
99b802c134
Fixed 'toggle bookmark' command.
15 years ago
Daniel Grunwald
a32eb48327
Don't create an unnecessary copy of the whole text buffer when showing a tooltip on the ChangeMargin
15 years ago
Daniel Grunwald
a8a16ef26f
Fixed crash when closing Add Reference dialog while search is still running.
15 years ago
Eusebiu Marcu
9f4a336bdd
remove unnecessary properties and clear the code.
15 years ago
Eusebiu Marcu
5d5d266a9d
Remove dynamic code. Simplify debugging decompiled code.
15 years ago
Siegfried Pammer
50a678c30c
fix bugs in FormLocationHelper if working on high DPI displays
15 years ago
Siegfried Pammer
9dc3902892
fix SD-1554 - AvalonDock: windows placed on the second screen stay there even when unplugged ( http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1554&PROJID=4 )
15 years ago
Siegfried Pammer
8f6fa645cf
fix SD-1774 - Floating and AutoHide windows are reset to Docked state when BringPadToFront() is called ( http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1774&PROJID=4 )
15 years ago
Siegfried Pammer
a40960c9d5
fix http://community.sharpdevelop.net/forums/t/13742.aspx
15 years ago
Daniel Grunwald
6fc1d200d4
Dispose ProjectChangeWatcher when solution is disposed.
...
Fixed adding 'AnyCPU' platform to a single project using the configuration editor.
Save "GlobalSection(NestedProjects)" in the correct order - SharpDevelop was saving it in the opposite order of the "Project"-sections. This was the cause of the whole .sln-file getting rearranged on every change, making merging .sln changes difficult.
Note that fixed SharpDevelop version will rearrange the solution one last time if the "NestedProjects" global section specifies a different order than the "Project"-sections.
15 years ago
Siegfried Pammer
d5f606eda2
SD-1847 - Search Results should use same font as the text editor ( http://bugtracker.sharpdevelop.net/Issue/Comment.aspx?ID=1847&PROJID=4 )
15 years ago
Siegfried Pammer
37516c1a01
disable ReferenceNode, ReferenceFolder and other node actions in Project Browser if project is readonly
15 years ago
Daniel Grunwald
4f5fc89e8f
Handle FileNotFoundException when file gets deleted/renamed while a background parse operation for that file is starting.
15 years ago
Daniel Grunwald
aa555cdee6
SD-1842: Replace WindowsFormsHost with a custom implementation.
...
This hopefully fixes SD-1842 - ArgumentException in SetActiveControlInternal (WindowsFormsHost.RestoreFocusedChild)
15 years ago
Daniel Grunwald
0b5295f6c1
Remove 'dynamic' usage in DebuggerService.HandleToolTipRequest
15 years ago
Daniel Grunwald
793e35797a
Revert patches for SD-1783 (react to "read only" changes).
15 years ago
Eusebiu Marcu
abe834ffe2
move checking the file read only in later call
15 years ago
Eusebiu Marcu
c82b185296
fix error when the file is deleted.
15 years ago
Siegfried Pammer
aaf34ce6c9
fix performance issue when activating MainWindow
15 years ago
Siegfried Pammer
86f51556ff
update ChangeMarkerMargin when files are committed into the git repository
15 years ago
Siegfried Pammer
6a704fd93a
fix displayed text in XamlCodeCompletionItem
15 years ago
Siegfried Pammer
7b04a31e22
update resources; introduce Global.TextLine
15 years ago
Eusebiu Marcu
b6c6535da2
fix SD-1269 - Ask to close debugger (or not) while it's running - http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1269&PROJID=4
15 years ago
Siegfried Pammer
640effe9ec
rename Gui.ColorPicker to ColorPickerButton
15 years ago
Siegfried Pammer
2fecad9715
complete fix for SD-1527 - A display binding's supported files should be independent from the files it handles by default
...
and SD-1174 - Automatically detect the type of files with unknown extensions
15 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
15 years ago
Siegfried Pammer
48713b73e0
fix unreachable and wrong code in parameter highlight detection
15 years ago
Daniel Grunwald
067aa30c5c
Fix "Solution was modified externally" message when SharpDevelop itself modifies the solution.
...
This was caused because the ProjectChangeWatcher didn't dispose the FileSystemChangeWatcher, so we got reload notifications for unloaded projects when the project was re-loaded and modified.
15 years ago
Eusebiu Marcu
b9f9234dc3
fix SD-631 - http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=631&PROJID=4
15 years ago
Siegfried Pammer
9c874706bc
fix SD-1834 - Code completion selection should consider "List" an exact match for "List(Of T)" - http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1834&PROJID=4
15 years ago