PeterForstmeier
|
b0dd16be57
|
Remove unused PropertyChangedEvents
|
14 years ago |
Matt Ward
|
f02f880254
|
Fix strongly typed ASPX views not working with default MVC project templates.
|
14 years ago |
Matt Ward
|
623c53e27e
|
Fix duplicate items being added to Projects window when scaffolding using the -force option.
|
14 years ago |
Matt Ward
|
d9fc631e31
|
Fix MvcScaffolding generated DbContext class not using project's root namespace.
|
14 years ago |
Mike Krüger
|
2c98a2c8f2
|
[Completion] Filter out System.Void type
|
14 years ago |
Erik Källén
|
3963b40a4e
|
Fix
|
14 years ago |
Erik Källén
|
0bc0d09007
|
Failing test.
|
14 years ago |
Mike Krüger
|
cf69275dd3
|
[Completion] Fix enum method list.
|
14 years ago |
Mike Krüger
|
f01a4b2c8d
|
[Resolver] Interfere extension method type arguments from the target
type if no parameter is given.
|
14 years ago |
Mike Krüger
|
62283e2640
|
[TypeSystem] Made error message more verbose.
|
14 years ago |
Mike Krüger
|
68aa35aed5
|
[Ast] Added MemberNameToken property for pointer reference
expressions.
|
14 years ago |
Matt Ward
|
a680540446
|
Move layout information to _ViewStart file in Razor templates so scaffolded views use common layout.
|
14 years ago |
Matt Ward
|
e753154082
|
Fix primary key property being identified as a property for a related entity.
|
14 years ago |
Matt Ward
|
09acd5dddd
|
Fix new directory project items being added as file tree nodes in Projects window.
|
14 years ago |
Matt Ward
|
5588806259
|
Update the projects window without refreshing the entire tree as MvcScaffolding adds new files and folders to the project.
|
14 years ago |
PeterForstmeier
|
e009596f6e
|
Set MixedMode by adding Tuple to RuleState
|
14 years ago |
PeterForstmeier
|
0efffa09d5
|
Active SectionRendering in Samples
|
14 years ago |
Matt Ward
|
99f5185af2
|
Allow types derived from EnvDTE.CodeElements to be used in a separate app domain from a T4 template.
|
14 years ago |
PeterForstmeier
|
49e09b7f5c
|
Icon in DataTemplate
|
14 years ago |
Daniel Grunwald
|
e62a04692b
|
Fixed resolving compile-time operations on enum types with an underlying type smaller than int. (always use unchecked context for the cast back to enum)
|
14 years ago |
Daniel Grunwald
|
459a2ef9f5
|
Fixed bug resolving indexer parameter declarations (was introduced with #66 [9476183]).
|
14 years ago |
Daniel Grunwald
|
807e9c5fce
|
Allow multiple occurrences of UnknownError.
|
14 years ago |
Daniel Grunwald
|
0aa37bcf44
|
Add lazy-loading support to CecilLoader.
|
14 years ago |
Daniel Grunwald
|
5f6f27434b
|
Merge pull request #70 from erik-kallen/DynamicResolveResults
ResolveResults for dynamic expressions
|
14 years ago |
Daniel Grunwald
|
a7816c2f51
|
Fixed handling of user-defined conversions between primitive types.
Closes icsharpcode/NRefactory#68.
|
14 years ago |
Matt Ward
|
baa60e5fb4
|
Fix null reference when accessing the InfoLocation of a EnvDTE CodeProperty's Type.
|
14 years ago |
PeterForstmeier
|
c0365b6e7a
|
DataTemplateSelector in Analysis/CodeAnalysis/Src/AnalysisProjectOptionsPanelXaml.xaml
|
14 years ago |
Siegfried Pammer
|
76b4fe6179
|
fix http://community.sharpdevelop.net/forums/p/15982/42766.aspx#42766 - Attach to Process and command “Step over”
Conditions were wrong if debugger was attached, but no solution opened.
|
14 years ago |
Siegfried Pammer
|
28047a4407
|
fix SD-1910 - IME support crashes when caret is in virtual space
|
14 years ago |
Mike Krüger
|
8a80ae0375
|
[Completion] Added pointer reference completion.
|
14 years ago |
Matt Ward
|
fddc384d45
|
Fix null reference exception when accessing EnvDTE.CodeType.Bases for System.Object.
|
14 years ago |
Mike Krüger
|
2de50218e7
|
Fixed failing unit test.
|
14 years ago |
Matt Ward
|
d5835a1e1f
|
EnvDTE.CodeClass2.PartialClasses now returns the underlying class.
|
14 years ago |
Matt Ward
|
1abc8a86e2
|
Fix MvcScaffolding not being able to find a class when a new file is added.
|
14 years ago |
Matt Ward
|
b282209d2d
|
Update Mono.TextTemplating.
Do not resolve .resources assemblies to non resource assembly files.
Fix CompilerError.ToString() throwing null reference exception under Windows.
|
14 years ago |
Erik Källén
|
0bf9891a8e
|
ResolveResults for dynamic expressions
|
14 years ago |
Siegfried Pammer
|
58bcbca3a7
|
improve error message if accessing the performance counters fails
|
14 years ago |
Siegfried Pammer
|
11139068ad
|
fix profiler startup exception if performance counters are broken
|
14 years ago |
Daniel Grunwald
|
4b7ce7936e
|
Remove NR4 files from NR5 (left over from master->newNR merge)
|
14 years ago |
Daniel Grunwald
|
77283dc2f1
|
Merge minor changes from SharpDevelop repository (mostly additional documentation for ResolveResults).
|
14 years ago |
Daniel Grunwald
|
2b41cda674
|
Simplify Demo app.
|
14 years ago |
Daniel Grunwald
|
0c1ab952ce
|
Add preload thread.
|
14 years ago |
Daniel Grunwald
|
0788d1bbff
|
[WIP] Started porting forms designer to NR5
|
14 years ago |
Daniel Grunwald
|
5d2fee1b90
|
Add CompilerSettings class instead of using the one from Mono.CSharp.
Added ResolveResult-treeview to NR.Demo.
|
14 years ago |
Siegfried Pammer
|
af52fa8ca5
|
fix http://community.sharpdevelop.net/forums/t/15920.aspx - VB Parse - Unhandled Exception with embedded XML
|
14 years ago |
Mike Krüger
|
6ba62c6740
|
[Formatting] Fixed override.
|
14 years ago |
Mike Krüger
|
3e2fe59188
|
[CodeActions] Added Task async excecution for insertion & link modes.
|
14 years ago |
PeterForstmeier
|
04f57dd5fd
|
StringListEditorDialog in AnalysisProjectOptionsPanelXaml
|
14 years ago |
PeterForstmeier
|
5bdef05fdd
|
Move StringListEditorDialog.xaml to src\Main\Base\Project\Src\Gui\Components\
|
14 years ago |
PeterForstmeier
|
84e21490a0
|
Read-Write settings from AnalysisProjectOptionsPanelXaml
|
14 years ago |