Eusebiu Marcu
9f4a336bdd
remove unnecessary properties and clear the code.
14 years ago
Eusebiu Marcu
5d5d266a9d
Remove dynamic code. Simplify debugging decompiled code.
14 years ago
Siegfried Pammer
5ef85c6c5e
fix SD-1849 - Unhandled exception when replacing all text in text editor ( http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1849&PROJID=4 )
14 years ago
Siegfried Pammer
3bb6b1fab2
fix non-disposed change watcher on file rename
14 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 )
14 years ago
Daniel Grunwald
0b5295f6c1
Remove 'dynamic' usage in DebuggerService.HandleToolTipRequest
14 years ago
Daniel Grunwald
793e35797a
Revert patches for SD-1783 (react to "read only" changes).
14 years ago
Eusebiu Marcu
c82b185296
fix error when the file is deleted.
14 years ago
Eusebiu Marcu
c180a154f2
fix deleting rows from settings designer
14 years ago
Siegfried Pammer
86f51556ff
update ChangeMarkerMargin when files are committed into the git repository
14 years ago
Siegfried Pammer
94dea92156
implement display of deletions on line 0 in ChangeMarkerMargin
14 years ago
Siegfried Pammer
429f0229b5
fix some bugs in ChangeMarkerMargin
14 years ago
Siegfried Pammer
7b04a31e22
update resources; introduce Global.TextLine
14 years ago
mkonicek
432b5c00b1
Extend selection (Ctrl+W) now works well with comments.
14 years ago
mkonicek
7312a8cba6
Extend selection (Ctrl+W) almost handles comments correctly (except for comments at the end of a line).
14 years ago
Siegfried Pammer
640effe9ec
rename Gui.ColorPicker to ColorPickerButton
14 years ago
Siegfried Pammer
b546740b2d
rewrite HexEditor settings in WPF
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
Matt Ward
9b1ee1d5e0
Fix forms designer not using spaces in generated code when text editor is configured to convert tabs to spaces.
14 years ago
Eusebiu Marcu
6af905de05
properly fix SD-1716 - http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1716&PROJID=4
14 years ago
Eusebiu Marcu
d151b9a5fa
fix renaming UserControl.Name
14 years ago
Eusebiu Marcu
58e5ace255
fix SD-1716 - http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1716&PROJID=4
14 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
14 years ago
Siegfried Pammer
2087328303
removed calls to obsolete StringParser.Parse overload
14 years ago
Eusebiu Marcu
77c2869543
properly fix SD-1783 for AvalonEditViewContent (i.e. text files)
14 years ago
Eusebiu Marcu
722e90a904
fix http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1783&PROJID=4
14 years ago
peterforstmeier
598e881c2d
EDMDesignerViewContent.cs crash if no Project is selected. ShowInputBox asks for default namespace
14 years ago
peterforstmeier
79667e220d
Remove test code from SQLServerDatabaseDriver.cs
14 years ago
Siegfried Pammer
08cfc14a42
fix SD-1394 - Indentation in region tooltip:
...
proposed algorithm:
Each line is checked for leading indentation whitespaces. If
a line has the same or more indentation than the first line,
it is reduced. If a line has is less indented than the first line
the indentation is removed completely.
See the following example:
line 1
line 2
line 3
line 4
is reduced to:
line 1
line 2
line 3
line 4
14 years ago
Siegfried Pammer
33018ccb61
fix SD-1611 - Add 'region tooltips' to AvalonEdit
14 years ago
Eusebiu Marcu
0d292d027a
Write custom implementation to ILSpyAssemblyResolver.
14 years ago
Eusebiu Marcu
8f2c5ffc1b
Use a custom assembly resolver when decompile a third party assembly. The order is: DefaultAssemblyResolver, folder where the decompiled assembly is located then GAC.
14 years ago
Daniel Grunwald
eb0d93724e
ICSharpCode.Core: Disable lexical condition inheritance, and allow doozers to control whether to perform dynamic condition inheritance.
...
Building a menu node will still inherit conditions into subnodes, but included nodes now inherit conditions from the menu they are included into instead of where they are defined.
Moreover, conditions applied to an <Include> codon now are applied to the included nodes. Previously, they would be evaluated only at item build time and would disable the <Include> doozer.
14 years ago
Daniel Grunwald
d14fa2d34d
WPF Designer: Fix ImageSourceEditor.
14 years ago
peterforstmeier
70deb79a76
ReportExplorer show GroupNode and childs
14 years ago
Eusebiu Marcu
6701792f39
evaluate local variables (not only parameters) for decompiled code.
14 years ago
Eusebiu Marcu
de36dc4148
move external debug info in decompiler addin
14 years ago
Eusebiu Marcu
abdeeb5c20
decouple the debugger from decompiler; fix race conditions on external debug information; use metadata token instead of type name when selecting the decompiled content.
14 years ago
Eusebiu Marcu
e9913b7b51
add infotip to DecompiledViewContent
14 years ago
Eusebiu Marcu
73442ef67b
fix issue when codemappings are not entirely built.
14 years ago
Eusebiu Marcu
f993d5a2a4
Make breakpoints work in decompiled code.
14 years ago
Eusebiu Marcu
c01fb185e3
fix decompilation and stepping of generic types
14 years ago
Eusebiu Marcu
4f22877fbf
Debug & evaluate third party code.
14 years ago
mrward
d745d4cef2
Fix duplicate attribute exception when saving settings file.
15 years ago
Daniel Grunwald
48b5e0e52f
Add decompiler functionality to ILSpy AddIn.
15 years ago
Daniel Grunwald
15ded15fbd
Move ILSpyAddIn to display bindings.
15 years ago
Daniel Grunwald
e10d969891
WinForms designer: Add workaround for InvalidOperationException in DesignerHost.Dispose
...
Also, get rid of some unexpected reentrancy.
15 years ago
Daniel Grunwald
0f9e6d0d69
Fix bug that caused highlighting colors to change even when the option dialog was cancelled.
15 years ago
Daniel Grunwald
ce785fda34
Fixed customized syntax highlightings.
15 years ago
Daniel Grunwald
d209e6830f
Add INotifyPropertyChanged to QuickClassBrowser.EntityItem.
15 years ago