Eusebiu Marcu
b6c6535da2
fix SD-1269 - Ask to close debugger (or not) while it's running - http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1269&PROJID=4
14 years ago
Siegfried Pammer
d6ee391dba
update resources
14 years ago
Siegfried Pammer
640effe9ec
rename Gui.ColorPicker to ColorPickerButton
14 years ago
Siegfried Pammer
b546740b2d
rewrite HexEditor settings in WPF
14 years ago
Siegfried Pammer
2fecad9715
complete fix for SD-1527 - A display binding's supported files should be independent from the files it handles by default
...
and SD-1174 - Automatically detect the type of files with unknown extensions
14 years ago
Siegfried Pammer
5a943271ea
working on SD-1527 - A display binding's supported files should be independent from the files it handles by default:
...
- add mimeType to file extensions
- implement new methods IsPreferredBindingForFile and AutoDetectFileContent for IDisplayBinding
14 years ago
Matt Ward
9b1ee1d5e0
Fix forms designer not using spaces in generated code when text editor is configured to convert tabs to spaces.
14 years ago
Matt Ward
164a379a97
Fix mixed tabs and spaces formatting on PackageManagement xaml files.
14 years ago
Eusebiu Marcu
6af905de05
properly fix SD-1716 - http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1716&PROJID=4
14 years ago
Siegfried Pammer
e0a38744bb
fix parameter highlighting for VB
14 years ago
Siegfried Pammer
48713b73e0
fix unreachable and wrong code in parameter highlight detection
14 years ago
Daniel Grunwald
067aa30c5c
Fix "Solution was modified externally" message when SharpDevelop itself modifies the solution.
...
This was caused because the ProjectChangeWatcher didn't dispose the FileSystemChangeWatcher, so we got reload notifications for unloaded projects when the project was re-loaded and modified.
14 years ago
Eusebiu Marcu
d151b9a5fa
fix renaming UserControl.Name
14 years ago
Eusebiu Marcu
b9f9234dc3
fix SD-631 - http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=631&PROJID=4
14 years ago
Matt Ward
65bd6669a8
Move MVC project templates to their own ASP.NET MVC template category.
14 years ago
Matt Ward
dad00466c9
Fix reference to DefaultAssemblyInfo.cs in VB.NET project.
14 years ago
Eusebiu Marcu
58e5ace255
fix SD-1716 - http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1716&PROJID=4
14 years ago
Siegfried Pammer
9c874706bc
fix SD-1834 - Code completion selection should consider "List" an exact match for "List(Of T)" - http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1834&PROJID=4
14 years ago
Siegfried Pammer
fa38d8060a
fix unit tests
14 years ago
Siegfried Pammer
2087328303
removed calls to obsolete StringParser.Parse overload
14 years ago
Siegfried Pammer
dbab6f0948
updated resource files
14 years ago
Siegfried Pammer
d7ef8df8d3
added ProjectChangeWatcher for projects
14 years ago
Siegfried Pammer
7fd8260112
add MockProjectChangeWatcher for Unit Tests
14 years ago
Siegfried Pammer
ae5b6342f1
add ProjectChangeWatcher for Solutions
14 years ago
Eusebiu Marcu
e3ee633cb9
Check if the file exits when checking for attributes.
14 years ago
Eusebiu Marcu
3c7f1b3987
remove static data.
14 years ago
Eusebiu Marcu
77c2869543
properly fix SD-1783 for AvalonEditViewContent (i.e. text files)
14 years ago
Eusebiu Marcu
827e1f6bb6
fix build
14 years ago
Eusebiu Marcu
722e90a904
fix http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1783&PROJID=4
14 years ago
Eusebiu Marcu
53dbd13ee5
Setup infrastructure to save project specific data. Save watch variables. Fix http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1509&PROJID=4
14 years ago
Eusebiu Marcu
9d405ff628
fix http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1768&PROJID=4
14 years ago
Siegfried Pammer
08cfc14a42
fix SD-1394 - Indentation in region tooltip:
...
proposed algorithm:
Each line is checked for leading indentation whitespaces. If
a line has the same or more indentation than the first line,
it is reduced. If a line has is less indented than the first line
the indentation is removed completely.
See the following example:
line 1
line 2
line 3
line 4
is reduced to:
line 1
line 2
line 3
line 4
14 years ago
Siegfried Pammer
33018ccb61
fix SD-1611 - Add 'region tooltips' to AvalonEdit
14 years ago
Siegfried Pammer
97f4f8c305
remove Ctrl+Q shortcut; QuickDocumentation was never implemented for AvalonEdit
14 years ago
Siegfried Pammer
d5398b3960
fix Setup and Tests
14 years ago
Siegfried Pammer
9b9a0379f6
remove TreeViewAdv (Aga.Controls)
14 years ago
Siegfried Pammer
d571914b27
remove dependency on Aga.Controls from Debugger.AddIn
14 years ago
Siegfried Pammer
c14a451c1d
adjust XamlOutlineNode to new SharpTreeView
14 years ago
Siegfried Pammer
2a34197c75
copy enhanced SharpTreeView from ILSpy
14 years ago
Daniel Grunwald
2eef3e4be9
Fix syntax highlighting when comments are on the same line as preprocessor directives (forum-13500)
14 years ago
Eusebiu Marcu
b6fe47b404
fix start options for ASp.NET MVC projects
14 years ago
Eusebiu Marcu
c21b361fa6
fix build and project options panel.
14 years ago
Eusebiu Marcu
3d10700cd8
make style cop addin work for old version (<=4.3.3.0) and new (>= 4.5.x.x)
14 years ago
Daniel Grunwald
eb0d93724e
ICSharpCode.Core: Disable lexical condition inheritance, and allow doozers to control whether to perform dynamic condition inheritance.
...
Building a menu node will still inherit conditions into subnodes, but included nodes now inherit conditions from the menu they are included into instead of where they are defined.
Moreover, conditions applied to an <Include> codon now are applied to the included nodes. Previously, they would be evaluated only at item build time and would disable the <Include> doozer.
14 years ago
Eusebiu Marcu
2df2d0f853
update icons in breakpoint pad
14 years ago
Daniel Grunwald
d14fa2d34d
WPF Designer: Fix ImageSourceEditor.
14 years ago
Daniel Grunwald
35123e8d07
Fix forum-13593: error converting "new string[5,4]" from C# to Boo.
14 years ago
Matt Ward
6d067662f3
Change highlighting in html script tags so javascript code does not use green text.
14 years ago
Siegfried Pammer
b0b8c13c20
fix SD-1818 - VB NotifyIcon Application template not working properly
14 years ago
Daniel Grunwald
c536d3f5f7
Merge branch 'reports' of github.com:icsharpcode/SharpDevelop into 4.1
14 years ago