Peter Forstmeier
f6d0678531
TextItem, Exporter's
13 years ago
Peter Forstmeier
4a4ef4bfcb
Sections in ReportModel.cs
13 years ago
Peter Forstmeier
a0edef754c
FormPageBuilder.cs including test's
13 years ago
Peter Forstmeier
6d7e208f31
Re-Add Reporting + Reporting.Tests
13 years ago
Peter Forstmeier
44820a5724
Update Query Parameter handling
13 years ago
Peter Forstmeier
8a08d3ee0d
PullModel from StoredProcedure
13 years ago
Peter Forstmeier
608f4ffebf
PullModel Panel - SqlServer 2012
13 years ago
Peter Forstmeier
acd91125f5
Clean Test's
13 years ago
Peter Forstmeier
1ebaba1907
Fix PushModel-Wizard, adjust test's
13 years ago
Peter Forstmeier
bb23f82efb
FormSheet-Report Wizard
13 years ago
Peter Forstmeier
b24ef53028
Add Test's for Report-Model and Settings
13 years ago
Peter Forstmeier
e29594ebad
Add more Test's
13 years ago
Peter Forstmeier
55760d9058
Modify Projectstructure, add basic classes and there test's
13 years ago
Peter Forstmeier
52a13d7ada
Cleanup, set C compiling Options to 'any processor (prefer 64 bit)
13 years ago
Peter Forstmeier
66878dac69
Add reporting to SharpDevelop.sln
13 years ago
Peter Forstmeier
d38029db65
Fix test's in FormattingFixture.cs
13 years ago
Peter Forstmeier
90e7ed37d7
Initial add of SharpDevelop Reporting
...
Test#s for DesignerDisplayBinding running
13 years ago
Daniel Grunwald
be41187303
Merge remote-tracking branch 'origin/master' into newNR
13 years ago
Daniel Grunwald
7ed3cf8a5c
Fix infinite loop in WPF designer.
13 years ago
Daniel Grunwald
52e595eb16
Handle IOException (network path not available) in AbstractProject.get_ReadOnly
13 years ago
Daniel Grunwald
a457ec6278
VB code completion: fix bug that caused code completion to omit local variables when typing near the end of a block.
...
http://community.sharpdevelop.net/forums/t/16643.aspx
The VB parser was using the end of the last statement as the EndLocation for the block. This made local variables
declared in that block unavailable when typing another statement at the end of the block.
We now use the location of the 'End' or 'Next' token instead.
13 years ago
Daniel Grunwald
44df039a84
Register new issue classes in AddInTree.
13 years ago
Daniel Grunwald
bc52a0b8fe
Add Freeze() method to HighlightingColor.
13 years ago
Daniel Grunwald
e51750a232
Use SemanticHighlightingVisitor in CSharpSemanticHighlighter.
13 years ago
Daniel Grunwald
7ca9f3f398
Add missing projects to solution (references for PackageManagement).
13 years ago
Daniel Grunwald
572ff51e3e
Update NRefactory to version 5.3.0-139-g67daa03
13 years ago
Daniel Grunwald
658c1d2c53
C# syntax highlighting: Move contextual keywords into other keyword categories
...
Semantic highlighting will undo the keyword highlighting when the keyword is used as an identifier.
13 years ago
Daniel Grunwald
04c5e7560b
Use custom dialog for assertion failures.
...
The new dialog allows viewing the full stack trace; and ignoring all occurrences of a given assertion.
13 years ago
Daniel Grunwald
67daa03b4f
Add SemanticHighlightingVisitor to NRefactory
13 years ago
Matt Ward
ef5d2930e9
Fix output name in Application settings project panel.
...
The output assembly name was always has the extension of .exe when
the project options is opened.
13 years ago
Mike Krüger
8639ca4d5b
Speeded up document script node formatting.
13 years ago
Mike Krüger
a1e3633a81
Fixed bug in extract method.
13 years ago
Mike Krüger
f8259b4b8b
Improved create class action.
13 years ago
Daniel Grunwald
97c267441a
Merge pull request #137 from erik-kallen/conversion-improvements
...
Added information about built-in conversions before and after a user-defined conversion operator is applied
13 years ago
Daniel Grunwald
d267602fec
Fix crash when 'return 1;' occurs within a constructor declaration.
13 years ago
Daniel Grunwald
4324311718
Use IMember.Specialize() instead of 'new SpecializedMember()', and remove unnecessary upcasts.
13 years ago
Mike Krüger
7ebc4d1a10
Added property to give better control over the anonymous type creation
...
completion case.
13 years ago
Mike Krüger
176a3a0540
[Completion] Fixed bug in anonymous type creation.
13 years ago
Mike Krüger
dc10a67ce7
[CodeIssues] Fixed naming issue.
13 years ago
Mike Krüger
7427e66a88
Fixed attribute completion bug.
13 years ago
Mike Krüger
d47e38efe7
[CodeIssues] Fixed bug in CS0127 issue.
13 years ago
Matt Ward
2c197e33c7
Update NuGet to version 2.2.1
13 years ago
Peter Forstmeier
736665a00d
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
13 years ago
Peter Forstmeier
92e6511ec9
Add some Test for Formatting results
13 years ago
David Srbecký
4798dae6fe
Refactored the stepping logic to be more friendly with multiple symbol source;
...
JIT and NGEN optimization are explicit options now
13 years ago
Mike Krüger
2fc7cb0167
Fixed create method action bug.
13 years ago
Mike Krüger
320f93990b
Fixed pre processor completion bug.
13 years ago
Matt Ward
2a4af3b94b
Remove highlight when search panel closed.
13 years ago
Mike Krüger
9247e292c8
Use compiler error message for the issue provider.
13 years ago
Mike Krüger
40a2b81b43
Implemented issue provider for CS0127: A method with a void return
...
type cannot return a value.
This issue provider got requested - and I need to start somewhere to
implement semantic error issue providers.
13 years ago