Siegfried Pammer
e97f4aa88b
fix memory leak in ChangeMarkerMargin: IChangeWatcher was never disposed after the document was closed.
15 years ago
Daniel Grunwald
ced227b8ab
Fix NullReferenceException when opening split view after enabling the "change margin" setting.
15 years ago
Siegfried Pammer
d01a87961a
implement SD-1855 - Add option for disabling ChangeMarkerMargin
15 years ago
Daniel Grunwald
5df40bdd49
WPF Designer: use transaction when moving items in outline pad. (fixes http://community.sharpdevelop.net/forums/t/13248.aspx )
15 years ago
Daniel Grunwald
c67e7b2394
WPF Designer: Fixed "Cannot undo when item is moved inside outline view" ( http://community.sharpdevelop.net/forums/t/13247.aspx )
15 years ago
Daniel Grunwald
c1ba2b7a41
WPF Designer: Fixed "Cannot move multiple controls" ( http://community.sharpdevelop.net/forums/t/13250.aspx )
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
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 )
15 years ago
Siegfried Pammer
3bb6b1fab2
fix non-disposed change watcher on file rename
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
Daniel Grunwald
793e35797a
Revert patches for SD-1783 (react to "read only" changes).
15 years ago
Eusebiu Marcu
c82b185296
fix error when the file is deleted.
15 years ago
Eusebiu Marcu
c180a154f2
fix deleting rows from settings designer
15 years ago
Siegfried Pammer
86f51556ff
update ChangeMarkerMargin when files are committed into the git repository
15 years ago
Siegfried Pammer
94dea92156
implement display of deletions on line 0 in ChangeMarkerMargin
15 years ago
Siegfried Pammer
429f0229b5
fix some bugs in ChangeMarkerMargin
15 years ago
Siegfried Pammer
7b04a31e22
update resources; introduce Global.TextLine
15 years ago
Siegfried Pammer
640effe9ec
rename Gui.ColorPicker to ColorPickerButton
15 years ago
Siegfried Pammer
b546740b2d
rewrite HexEditor settings in WPF
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
Matt Ward
9b1ee1d5e0
Fix forms designer not using spaces in generated code when text editor is configured to convert tabs to spaces.
15 years ago
Eusebiu Marcu
6af905de05
properly fix SD-1716 - http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1716&PROJID=4
15 years ago
Eusebiu Marcu
d151b9a5fa
fix renaming UserControl.Name
15 years ago
Eusebiu Marcu
58e5ace255
fix SD-1716 - http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1716&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
Siegfried Pammer
2087328303
removed calls to obsolete StringParser.Parse overload
15 years ago
Eusebiu Marcu
77c2869543
properly fix SD-1783 for AvalonEditViewContent (i.e. text files)
15 years ago
Eusebiu Marcu
722e90a904
fix http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1783&PROJID=4
15 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
15 years ago
Siegfried Pammer
33018ccb61
fix SD-1611 - Add 'region tooltips' to AvalonEdit
15 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.
15 years ago
Daniel Grunwald
d14fa2d34d
WPF Designer: Fix ImageSourceEditor.
15 years ago
mrward
d745d4cef2
Fix duplicate attribute exception when saving settings file.
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
Siegfried Pammer
045f41469c
added ctor snippet for VB and fixed VB-specific issues in the InsertCtor*-logic
15 years ago
mkonicek
5c7d95490b
Object graph and collection visualizer are not shown for strings anymore.
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
mrward
cbe272ce6b
Use XML highlighting for file extensions defined in XMLEditor.addin file.
15 years ago
mrward
14de7f0723
Associate supported MSBuild project files with XML editor.
15 years ago
mrward
ca3c59d455
Add support for xml completion with the NuGet nuspec XML schema.
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
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
Matt Ward
6e16bab319
Fix null reference exception when opening a WiX dialog in the designer.
15 years ago
mrward
85c7b54d85
Fix right click menu in XML tree view.
15 years ago