Siegfried Pammer
c6e87d5b03
remove unused code from ConnectionWizardWindow and properly implement exception handling
14 years ago
PeterForstmeier
620f473b2a
Cleanup
14 years ago
PeterForstmeier
7a340184f8
Database Tools, Fix: http://community.sharpdevelop.net/forums/p/12955/37213.aspx#37213
14 years ago
PeterForstmeier
f02b774342
ToolTip Style in DependencyMatrix
14 years ago
PeterForstmeier
844feec8a9
Debugcode in reporting
14 years ago
Siegfried Pammer
12546f8bd9
fix SD-1772 - Goto dialog: add back using dot notation
14 years ago
Siegfried Pammer
95a5831d6e
fix SD-1808 - Support for typeparam and typeparamref in XML comments
14 years ago
Matt Ward
f607314273
Fix MVC projects not compiling when ViewBag used.
14 years ago
Siegfried Pammer
df86650d68
add missing UndoGroups for CommentRegion and IndentSelection commands
14 years ago
Siegfried Pammer
3b601df39b
implement a version check in the SQLServerDatabaseDriver. Versions 2000 and 2005 are no longer supported.
14 years ago
Matt Ward
8a98d652cb
Add F# project and file template icons by Michael Seeger.
14 years ago
Siegfried Pammer
240870f897
fix potential null reference in WindowsDebugger.JumpToCurrentLine
14 years ago
Daniel Grunwald
9f1f9a8718
Fix SD-1886 - Renaming multiple controls in forms designer causes crash with data loss
...
Fixed ParseableFileContentFinder to use the latest version of files opened in secondary view contents.
We were only looking at primary view contents and ignoring secondary view contents, so the rename operation was looking at the old version of the Designer.cs file.
14 years ago
Daniel Grunwald
93ef75cb25
ProjectBrowserPad: Clear PropertyContainer when closing the solution.
...
This avoids retaining the solution in memory until another solution is opened.
14 years ago
Daniel Grunwald
6252752134
Mark MachineSpecifications as preinstalled addin.
14 years ago
Siegfried Pammer
6088f7426c
fixed http://community.sharpdevelop.net/forums/t/14458.aspx
14 years ago
Daniel Grunwald
abfd457723
Merge branch 'master' of github.com:icsharpcode/SharpDevelop into net45
14 years ago
Siegfried Pammer
5e18c7a6b7
add colored tooltips to MatrixControl
14 years ago
PeterForstmeier
5a10682e8e
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
14 years ago
PeterForstmeier
3d08e8bd6d
Tooltip's in DependencyMatrixControl, enhance CellSize in MatrixControl and Font in left and Top TreeView
14 years ago
Matt Ward
613e4d3315
Fix JavaScript not being highlighted inside script tag with type='text/javascript'
14 years ago
Daniel Grunwald
aad6b09467
Update string resources.
14 years ago
Daniel Grunwald
e4c4a81eb7
Don't crash when trying to decode invalid attribute/secdecl blobs.
14 years ago
PeterForstmeier
6a0830f1a6
Small changes in NodeDescription.xaml, remove debug code
14 years ago
Matt Ward
fd533a25e1
Add JavaScript addin to main solution and installer.
14 years ago
Matt Ward
7689d58b09
Merge branch 'javascript'
14 years ago
Matt Ward
212dac921a
Fix underscores in a filename being treated as a shortcut in the Windows menu.
14 years ago
Siegfried Pammer
db5dc2d348
change metrics counting: now we are counting no longer the usages but the distinct references: string M(string s) { return s.ToLower; } has only one reference to System.String.
14 years ago
Siegfried Pammer
2b56c5d934
fixing some exceptions while loading and analyzing assemblies
14 years ago
Matt Ward
4e122253b1
Use the JavaScript icon when displaying JavaScript files in the project browser.
14 years ago
Siegfried Pammer
593fb49c77
fix assembly resolver bugs
14 years ago
Siegfried Pammer
33e6eb9a32
fix position of "please select an assembly" text
14 years ago
Matt Ward
ef0bc3d267
Fix unit tests for JavaScript addin.
14 years ago
Matt Ward
f81a4aa14f
Fix highlighting of JavaScript regular expressions.
14 years ago
Matt Ward
117aaf90db
Highlight comments in JavaScript with green instead of grey.
14 years ago
Matt Ward
77006d6c07
Merge branch 'master' of github.com:icsharpcode/SharpDevelop into javascript
14 years ago
Matt Ward
f0777e7e70
Add empty CSS and JavaScript file templates.
14 years ago
Matt Ward
60811b8312
Fix MVC projects not being displayed when run with IIS.
14 years ago
Siegfried Pammer
a8cb5a0389
fix CQA in Setup/Files.wxs
14 years ago
Siegfried Pammer
1a13af3603
fix setup
14 years ago
Siegfried Pammer
b0a7f27860
add CodeQuality analysis to Setup and set version to 4.2 beta
14 years ago
Siegfried Pammer
52f3ae0254
small additions analyzer, fixed some FxCop warnings
14 years ago
Siegfried Pammer
343322f5bb
apply suggestions by Andrew Olson http://community.sharpdevelop.net/forums/p/14441/38437.aspx
14 years ago
Daniel Grunwald
eadbd3d3c0
LineNumberMargin: align baselines of line number and main text
...
FoldingMargin: put marker in the center between TextTop and TextBottom, not in the middle of the whole TextLine.
IconBarMargin: put icon in the center between TextTop and TextBottom
14 years ago
Daniel Grunwald
e17d6e0482
AvalonEdit: Fixed caret rectangle calculation when there are inline UI elements that extend below the baseline.
...
Add VisualYPosition.TextBottom and VisualYPosition.BaseLine options. Fixed VisualYPosition.TextTop calculation.
14 years ago
Daniel Grunwald
b4c8e9c2d7
Fixed documentation tag for methods with ref/out parameters.
14 years ago
Siegfried Pammer
1b69de73c1
fixed possible NullReferenceException in ProjectChangeWatcher
14 years ago
Siegfried Pammer
732db6e2e7
fix possible NullReferenceException in HiddenDefinitionRenderer
14 years ago
Siegfried Pammer
b5cc179c52
fix possible NullReferenceException in InfoNode
14 years ago
Siegfried Pammer
bce0b943f8
add support for usage of event accessors
14 years ago