Peter Forstmeier
6a08d8f096
DataPageBuilder.cs
12 years ago
Peter Forstmeier
a6ef0adebc
Detailsection, Test's to arrange Sections
12 years ago
Peter Forstmeier
ddfff10c61
Fill, ReportCreatorFactory
12 years ago
Peter Forstmeier
f50a7c31a0
Grouping + Fill()
12 years ago
Peter Forstmeier
6307d68d90
Grouping
12 years ago
Peter Forstmeier
0808f8cb40
DataSource, Sort by One Column
12 years ago
Peter Forstmeier
ad64360b55
DataSource
12 years ago
Peter Forstmeier
eb7f797122
Test#s for ArrangeStrategy.cs
12 years ago
Peter Forstmeier
7480b116f0
ArrangeStrategy, Parent in ExportColumn.cs
12 years ago
Peter Forstmeier
264b545da5
Wpf Exporter
12 years ago
Peter Forstmeier
5f1c1b8b46
WpfTestView
12 years ago
Peter Forstmeier
dd58109d39
TestView for .Reporting
...
MeasurementService and MeasureStrategy
12 years ago
Peter Forstmeier
43bec54390
PrintExporter
12 years ago
Peter Forstmeier
39957473aa
Cleanup
12 years ago
Peter Forstmeier
23d38d0864
Cleanup Interfaces and BaseClasses
12 years ago
Peter Forstmeier
7568743d2a
Rework Interfaces, test's for ContainerConverter
12 years ago
Peter Forstmeier
f6d0678531
TextItem, Exporter's
12 years ago
Peter Forstmeier
4a4ef4bfcb
Sections in ReportModel.cs
12 years ago
Peter Forstmeier
a0edef754c
FormPageBuilder.cs including test's
12 years ago
Peter Forstmeier
6d7e208f31
Re-Add Reporting + Reporting.Tests
12 years ago
Peter Forstmeier
44820a5724
Update Query Parameter handling
12 years ago
Peter Forstmeier
8a08d3ee0d
PullModel from StoredProcedure
12 years ago
Peter Forstmeier
608f4ffebf
PullModel Panel - SqlServer 2012
12 years ago
Peter Forstmeier
acd91125f5
Clean Test's
12 years ago
Peter Forstmeier
1ebaba1907
Fix PushModel-Wizard, adjust test's
12 years ago
Peter Forstmeier
bb23f82efb
FormSheet-Report Wizard
12 years ago
Peter Forstmeier
b24ef53028
Add Test's for Report-Model and Settings
12 years ago
Peter Forstmeier
e29594ebad
Add more Test's
12 years ago
Peter Forstmeier
55760d9058
Modify Projectstructure, add basic classes and there test's
12 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