Daniel Grunwald
|
12fba5cb2b
|
Remove incorrect GetElementType() call.
|
13 years ago |
Daniel Grunwald
|
6ee01cfdee
|
Allow creating rectangle selections using the keyboard (Alt+Shift+Left/Up/Right/Down)
|
13 years ago |
Daniel Grunwald
|
f411e6112c
|
New AvalonEdit NuGet package.
|
13 years ago |
Matt Ward
|
f3633e2fcb
|
Add PowerShell syntax highlighting.
|
13 years ago |
Daniel Grunwald
|
67e61d9c02
|
Don't crash when opening a file while an SVN operation is in progress.
http://community.sharpdevelop.net/forums/t/15766.aspx
|
13 years ago |
Daniel Grunwald
|
e8ca5763fa
|
Fixed NotSupportedException when stepping into a decompiled generic method. (crash #3606)
|
13 years ago |
Daniel Grunwald
|
b2542bf182
|
Fixed bad assert (floating point imprecision)
http://community.sharpdevelop.net/forums/t/15797.aspx
|
13 years ago |
Siegfried Pammer
|
e96d9b64f3
|
set version number to 4.2.1
|
13 years ago |
Siegfried Pammer
|
4819102e03
|
if project name and project file name differ, it is not possible to rename the project, if the new name is the same as the project file name. - http://community.sharpdevelop.net/forums/t/15800.aspx
|
13 years ago |
Siegfried Pammer
|
852d4356f7
|
improve implementation of unsupported code removal
|
13 years ago |
Siegfried Pammer
|
8a4aff214e
|
fix problems with inherited members in Windows Forms DesignerGenerator - http://community.sharpdevelop.net/forums/t/15800.aspx
|
13 years ago |
Daniel Grunwald
|
3e697f8582
|
Set version number to 4.3.
|
13 years ago |
Siegfried Pammer
|
02b066d833
|
fix operators in VB Parser - http://community.sharpdevelop.net/forums/t/15791.aspx
|
13 years ago |
Siegfried Pammer
|
29ec08c745
|
if project name and project file name differ, it is not possible to rename the project, if the new name is the same as the project file name. - http://community.sharpdevelop.net/forums/t/15800.aspx
|
13 years ago |
Siegfried Pammer
|
da8bb04c3a
|
fix problems with inherited members in Windows Forms DesignerGenerator - http://community.sharpdevelop.net/forums/t/15800.aspx
|
13 years ago |
Mike Krüger
|
9b7c635852
|
Merge pull request #50 from riviti/enh-genprop
GeneratePropertyAction: Handle fields named like properties by renaming ...
|
13 years ago |
Mike Krüger
|
7a3e68fb1d
|
[TypeSystem] All attributes from partial method declarations are now
merged.
|
13 years ago |
Siegfried Pammer
|
67b43f86f3
|
improve IME support
|
13 years ago |
Siegfried Pammer
|
4a6d0dae94
|
fix operators in VB Parser - http://community.sharpdevelop.net/forums/t/15791.aspx
|
13 years ago |
Simon Lindgren
|
a300c56147
|
GeneratePropertyAction: Handle fields named like properties by renaming them before creating the property.
|
13 years ago |
mike
|
b9780fbad8
|
[CodeAction] Fixed check if parameter is null bug.
|
13 years ago |
mike
|
75c3a07d24
|
[Formatting] Fixed overlapping change bug.
|
13 years ago |
mike
|
7a03092fac
|
[Completion] Fixed parameter completion for static methods.
|
13 years ago |
Mike Krüger
|
1852a3d43a
|
[Refactoring] Fixed some bugs in create code actions in conjunction
with enums.
|
13 years ago |
Siegfried Pammer
|
7ef19e4d7c
|
fix exception occurring in IME support on AvalonDock layout changes
|
13 years ago |
Siegfried Pammer
|
7b45383ade
|
fix Arithmetic Overflow caused by IME integration
|
13 years ago |
Siegfried Pammer
|
d7f465a361
|
fix http://community.sharpdevelop.net/forums/p/15779/40243.aspx
|
13 years ago |
Mike Krüger
|
d888899482
|
Solution: Set correct indent width.
|
13 years ago |
Mike Krüger
|
57d4bd48d0
|
[TypeSystem] UsingScope now uses as operator for casts.
|
13 years ago |
Mike Krüger
|
8305999fcb
|
[TypeSystem] Added default parameter for GetClassTypeReference
typeParameterCount.
|
13 years ago |
Mike Krüger
|
bb6660ea75
|
[TypeSystem] Added TypeReference.Resolve (Compilation) extension
method.
|
13 years ago |
Mike Krüger
|
8c8e6cf52b
|
[Parser] Merged mcs.
|
13 years ago |
Siegfried Pammer
|
039f366cbf
|
Add IME support to AvalonEdit
|
13 years ago |
Matt Ward
|
1dad071f48
|
Create directory for MS Test results file if it does not exist.
Handle MS Test results file not being created.
|
13 years ago |
Matt Ward
|
2c7319f4e0
|
Fix path to MSTest not being set when using browse button in tools options dialog.
|
13 years ago |
Matt Ward
|
da238e118a
|
Add MSTest runner sample addin.
|
13 years ago |
mike
|
49e1b67a3a
|
[Completion] GetParameterCompletionCommandOffset is now
reusable/removed code duplication of GetCurrentParameterIndex.
|
13 years ago |
mike
|
bcb45ff77e
|
[Refactoring] Better use of the text editor options class in the
script node output (output formatter should maybe use the formatting
indent class).
|
13 years ago |
Siegfried Pammer
|
2723154950
|
update version name for RTW
|
13 years ago |
mike
|
ad0ae7afcf
|
[Completion] Improved handling of named parameters.
|
13 years ago |
Daniel Grunwald
|
f38add775c
|
Add a negative margin to the image in the QuickClassBrowser so that it does not cause the ComboBox to expand in height.
|
13 years ago |
mike
|
8722483b59
|
[Formatting] Fixed using alias declarations.
|
13 years ago |
mike
|
5a53174d22
|
[Formatting] Guard against empty changes.
|
13 years ago |
mike
|
73396ed20d
|
Improved named parameter completion case.
|
13 years ago |
mike
|
cff1fb2711
|
[Completion] Fixed member lookup.
|
13 years ago |
mike
|
14ed907155
|
[Formatting] Wrapping is now an intrusive task.
|
13 years ago |
mike
|
570c4d8592
|
Fixed bug in completion.
|
13 years ago |
Mike Krüger
|
8ff1e4c5b0
|
Fixed completion bug.
|
13 years ago |
Matt Ward
|
fe25841b5f
|
Fix XML Tree View editor changing text file line endings to Unix format.
|
13 years ago |
Matt Ward
|
78ab872f81
|
Fix file not found exception when opening an xml document referencing a dtd in the Xml Tree View editor.
|
13 years ago |