Daniel Grunwald
a2add0b62e
WIP
15 years ago
mkonicek
7312a8cba6
Extend selection (Ctrl+W) almost handles comments correctly (except for comments at the end of a line).
15 years ago
Siegfried Pammer
d6ee391dba
update resources
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
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
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.
15 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.
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
Matt Ward
164a379a97
Fix mixed tabs and spaces formatting on PackageManagement xaml files.
15 years ago
Eusebiu Marcu
6af905de05
properly fix SD-1716 - http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1716&PROJID=4
15 years ago
Siegfried Pammer
e0a38744bb
fix parameter highlighting for VB
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
Daniel Grunwald
9ffb95566b
Merge NRefactory '06b143bea649c7623e7162573a67bb25b18b02f3' into SharpDevelop.
15 years ago
Daniel Grunwald
fea3b5aed9
WIP: newNR integration
15 years ago
Eusebiu Marcu
d151b9a5fa
fix renaming UserControl.Name
15 years ago
Daniel Grunwald
06b143bea6
Member lookup: Fix IsAccessible bug for protected static members.
...
Make CSharpResolver.ResolveMemberType() return a non-parameterized type when all type arguments are UnboundTypeArgument.
15 years ago
Daniel Grunwald
ea3e312438
Implemented grouping overloads by declared type.
...
Return overrides in most-derived class (necessary for determining the correct parameter names/IsOptional value), but keep them in the group where the virtual/abstract base method was.
15 years ago
Eusebiu Marcu
b9f9234dc3
fix SD-631 - http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=631&PROJID=4
15 years ago
Matt Ward
65bd6669a8
Move MVC project templates to their own ASP.NET MVC template category.
15 years ago
Matt Ward
dad00466c9
Fix reference to DefaultAssemblyInfo.cs in VB.NET project.
15 years ago
Eusebiu Marcu
58e5ace255
fix SD-1716 - http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1716&PROJID=4
15 years ago
Daniel Grunwald
7a2c59ae4a
Add GetMemberOptions.
15 years ago
Daniel Grunwald
f79b0a77f3
Resolver: array create expressions
15 years ago
Daniel Grunwald
2c49c71081
Report resolve results back to the navigator.
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
fa38d8060a
fix unit tests
15 years ago
Siegfried Pammer
2087328303
removed calls to obsolete StringParser.Parse overload
15 years ago
Siegfried Pammer
dbab6f0948
updated resource files
15 years ago
Siegfried Pammer
d7ef8df8d3
added ProjectChangeWatcher for projects
15 years ago
Siegfried Pammer
7fd8260112
add MockProjectChangeWatcher for Unit Tests
15 years ago
Siegfried Pammer
ae5b6342f1
add ProjectChangeWatcher for Solutions
15 years ago
Daniel Grunwald
69ae15aee3
Add support for partial classes.
15 years ago
Eusebiu Marcu
e3ee633cb9
Check if the file exits when checking for attributes.
15 years ago
Daniel Grunwald
c9c204439f
Fix type inference and overload resolution when a class type parameter gets substituted by a method type parameter.
15 years ago
Daniel Grunwald
5c585e110b
Apply license header to unit tests.
...
Add parser unit tests for ObjectCreateExpression.
15 years ago
Eusebiu Marcu
3c7f1b3987
remove static data.
15 years ago
Eusebiu Marcu
77c2869543
properly fix SD-1783 for AvalonEditViewContent (i.e. text files)
15 years ago
Eusebiu Marcu
827e1f6bb6
fix build
15 years ago
Eusebiu Marcu
722e90a904
fix http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1783&PROJID=4
15 years ago
Daniel Grunwald
a1f613e274
ResolveVisitor: skip tokens and comments
...
Make the resolver's debug output more readable.
15 years ago
Eusebiu Marcu
53dbd13ee5
Setup infrastructure to save project specific data. Save watch variables. Fix http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1509&PROJID=4
15 years ago
Daniel Grunwald
4372b610ee
Fixed lambda type inference for nested (curried) lambdas.
15 years ago
Daniel Grunwald
b52a348373
More work on lambda expressions.
15 years ago
Daniel Grunwald
cd99dce77b
Fix bugs caused by the introduction of user-defined operators.
15 years ago
Daniel Grunwald
43b5897b21
Add support for user-defined operators.
15 years ago
Daniel Grunwald
37626e1bc7
Expose conversions as part of the ResolveResult.
15 years ago
Eusebiu Marcu
9d405ff628
fix http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1768&PROJID=4
15 years ago