Siegfried Pammer
37516c1a01
disable ReferenceNode, ReferenceFolder and other node actions in Project Browser if project is readonly
14 years ago
Daniel Grunwald
f4bd8757e1
Initial implementation of CSharpAmbience.
14 years ago
Daniel Grunwald
38fd088674
Initial implementation of CSharpAmbience.
14 years ago
Daniel Grunwald
fa7e478101
newNR: fixed build errors in AvalonEdit.AddIn and CSharpBinding.
14 years ago
Daniel Grunwald
f31bca1de7
newNR: fixed build errors in AvalonEdit.AddIn and CSharpBinding.
14 years ago
Daniel Grunwald
f9dfd7811c
Fix RGB <-> HSV conversion.
14 years ago
Daniel Grunwald
4f5fc89e8f
Handle FileNotFoundException when file gets deleted/renamed while a background parse operation for that file is starting.
14 years ago
Daniel Grunwald
392871bf63
Save width+height of floating pad using invariant culture.
14 years ago
Daniel Grunwald
aa555cdee6
SD-1842: Replace WindowsFormsHost with a custom implementation.
...
This hopefully fixes SD-1842 - ArgumentException in SetActiveControlInternal (WindowsFormsHost.RestoreFocusedChild)
14 years ago
Daniel Grunwald
0b5295f6c1
Remove 'dynamic' usage in DebuggerService.HandleToolTipRequest
14 years ago
Daniel Grunwald
12d7961e39
Add SerializationBinder-support to FastSerializer.
14 years ago
Daniel Grunwald
793e35797a
Revert patches for SD-1783 (react to "read only" changes).
14 years ago
Daniel Grunwald
72744d5e31
Fix ILAsmBinding.
14 years ago
Daniel Grunwald
a5c93a38e4
Adjust resolver to object initializer AST changes.
14 years ago
Eusebiu Marcu
abe834ffe2
move checking the file read only in later call
14 years ago
Eusebiu Marcu
c82b185296
fix error when the file is deleted.
14 years ago
Daniel Grunwald
87992d3e56
Fix build for NRefactory.VB.
14 years ago
Mike Krüger
62b9fce4ea
Always create ArrayInitializerExpressions.
14 years ago
Eusebiu Marcu
c180a154f2
fix deleting rows from settings designer
14 years ago
Mike Krüger
405e87ef2a
Fixed location bug.
14 years ago
Daniel Grunwald
36c412d310
Allow serializing SimpleProjectContent and parsed C# type references.
14 years ago
Daniel Grunwald
769c0ae2e0
Allow CecilProjectContent to be serialized. Add FastSerializer to NRefactory.Utils.
14 years ago
Siegfried Pammer
aaf34ce6c9
fix performance issue when activating MainWindow
14 years ago
Mike Krüger
abbf9d661d
Used the namedexpression instead of assignment/namedargument
...
expressions.
14 years ago
Mike Krüger
3e99fabb2e
Fixed object create expression tests /remove named expression lists
...
(was an obsolete node).
I tried out the node, but choosed to go with namedexpression +
arrayinitializerexpression because it's semantically the same.
14 years ago
Mike Krüger
c373100923
Fixed ComplexCollectionInitializer tests.
14 years ago
Mike Krüger
3763397da8
Introduced namedexpression/namedexpressionlist to handle the
...
collection initializers better.
14 years ago
Mike Krüger
0ecf1fc71e
Fixed collection initializer parsing.
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
6a704fd93a
fix displayed text in XamlCodeCompletionItem
14 years ago
Siegfried Pammer
7b04a31e22
update resources; introduce Global.TextLine
14 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
14 years ago
mkonicek
432b5c00b1
Extend selection (Ctrl+W) now works well with comments.
14 years ago
Daniel Grunwald
c76dd64fcb
WIP
14 years ago
Daniel Grunwald
a2add0b62e
WIP
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
d6ee391dba
update resources
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
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
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
Daniel Grunwald
59c4e5c28b
WIP: new NRefactory
...
ICSharpCode.SharpDevelop.dll now compiles again, though with tons of commented-out code.
Most AddIns removed from solution, and still plenty of compiler errors left in the remaining AddIns.
14 years ago
Daniel Grunwald
9c244880fb
WIP: new NRefactory
...
ICSharpCode.SharpDevelop.dll now compiles again, though with tons of commented-out code.
Most AddIns removed from solution, and still plenty of compiler errors left in the remaining AddIns.
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
Matt Ward
164a379a97
Fix mixed tabs and spaces formatting on PackageManagement xaml files.
14 years ago
Eusebiu Marcu
6af905de05
properly fix SD-1716 - http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1716&PROJID=4
14 years ago
Siegfried Pammer
e0a38744bb
fix parameter highlighting for VB
14 years ago
Siegfried Pammer
48713b73e0
fix unreachable and wrong code in parameter highlight detection
14 years ago