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
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
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
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
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
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
Matt Ward
2c197e33c7
Update NuGet to version 2.2.1
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
Matt Ward
2a4af3b94b
Remove highlight when search panel closed.
13 years ago
Christoph Wille
6a9ab97540
Add ZipFromMsi to build process
13 years ago
Christoph Wille
bff85d9a47
Create zip from files.wxs (msi input) to build xcopy deployable zip for build server
13 years ago
David Srbecký
edbdd87690
Save options only if they have been actually modified - in particular, this avoids saving of default values
13 years ago
Christoph Wille
989c128374
Add Setttings Editor and WPF Designer to setup
13 years ago
Peter Forstmeier
3036889042
add DateSubtract.cs function to SDR syntax DateSubtract(endDate,startDate)
13 years ago
Matt Ward
5ff1f88f1f
Fix null reference when creating new EF data model file.
...
Do not add an EntityTypeMapping element if it already exists.
Fix intermittent error were the EF data model view content
does not have a workbench window when the file is renamed
on save.
13 years ago
Matt Ward
14592816aa
Reformat code.
13 years ago
Matt Ward
bad935c416
Fix null reference exception on disposing EDM View.
...
When an exception is thrown when loading a .edmx file
the EDMDesignerViewContent's Dispose method was not
handling the EDMView being null and causing the
underlying exception to be hidden.
13 years ago
Matt Ward
cdfd000f36
Fix null reference exception in database connection dialog.
...
The Add button was being enabled when the selected database
changed but on connecting to the server again the selected
database was cleared but the Add button was not disabled.
13 years ago
Martin Konicek
0a8a7bb3cd
Re-obtain hash code method after debuggee is restarted.
13 years ago
David Srbecký
076027c114
Remove overridden LazyCecilTypeDefinition.FullName and let base class handle it.
13 years ago
David Srbecký
87e8f5a54c
Improve IL mapping:
...
- Use the widest sequence point containing the IL offset
- Ignore the newline which was printed at the end of the statement
13 years ago
Peter Forstmeier
1e082175f4
Remove old SettingsView, remove reference to System.Windows.Forms
13 years ago
Peter Forstmeier
36942a8c9a
http://community.sharpdevelop.net/forums/t/16600.aspx (3. Item)
13 years ago
David Srbecký
1e902d13ac
Fix unit tests
13 years ago
David Srbecký
ea026ca401
Fix CurrentLineBookmark for whole-line and multi-line sequence points
13 years ago
David Srbecký
333e3644b7
Slightly improve mapping from IL to source code
13 years ago
David Srbecký
052ea0565f
Make ILRange immutable struct
13 years ago
David Srbecký
07c333b1f6
Never return null when Debugger.Value is expected - throw GetValueException instead
13 years ago
Martin Konicek
429117df31
Object graph visualizer - note possible bug.
13 years ago