Daniel Grunwald
8ee931825f
Add IconEditor AddIn (can currently only view icons, modifying them will be added later)
...
Supported icon formats:
- classic (AND mask + XOR mask)
- XP (.bmp with embedded alpha channel)
- Vista (Embedded .PNG files, high-resolution icons up to 256x256)
The viewer also supports all the quirks I could find in my icon collection - 32x31 icons, monochrome icons with transparency, icons where color depth in IconHeader is wrong.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1637 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
3ab6c9973f
Add ICSharpCode.SharpDevelop.Sda and SdaUser example application.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1624 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
821cae6ee3
Remove unnecessary usage of Assembly.GetEntryAssembly
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1618 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
ee3b8e7273
Add "Suppress message" command to FxCop warnings on the error list
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1601 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
David Alpert
9b96afbfde
Added support for IViewContent navigation history (known in the Wiki as Code Navigation). Basic documentation available in the XML comments for ICSharpCode.Core.NavigationService
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1569 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
1c2d6baba1
Added 'Find Next Selected' search menu option which will find the next occurrence of the selected text in the document.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1530 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
b00f016ce6
Applied "Providing text editor tooltips using the AddInTree" patch by Christian Hornung.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1516 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
adbbcc2c2b
Fixed SD2-851: Pasting solution folder hangs SharpDevelop
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1510 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
6050a6bda4
Moved some more strings to translation database. Windows Service template now contains installer class.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1487 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
7ec05ca194
Fixed SD2-840: Adding existing item to unknown project type throws a null reference exception
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1470 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
f678d9c8c7
More untranslated strings moved to the translation database, fixed SD2-838: Untranslated resource strings in output window
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1460 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
82f68b0329
Fixed several minor bugs; put some strings into the translation database.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1444 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
374bcd7409
Fixed SD2-815: Generic delegate throws null reference exception
...
Fixed SD2-819: Disabling code coverage and code analysis addin causes error on showing project properties
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1426 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
df43c0eef7
Fixed SD2-816: Output visitor does not output implicit/explicit operators
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1419 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
251761f70a
Add Rename command to refactoring menu.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1391 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
af70e15281
New feature: Removed unused "using" statements.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1389 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
ae481755b4
Fixed SD2-778: Indent (Ctrl+I) should be put into main menu
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1344 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
David Srbecký
7210557a1f
Implemented SD2-694: Keyboard shortcut to toggle breakpoints
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1288 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
b69a14156d
Fixed SD2-746: Bookmark all button on search dialog does nothing
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1267 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
b26a42e1ac
Class Browser now supports node builders (based on patch by Robert Zaunere)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1256 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
b132233e3e
SD2-718 - Search finding a match in a resx file causing an invalid cast exception when trying to convert the resource editor to an ITextEditorControlProvider. Resource files are now excluded from searches. Excluded file extensions defined in ICSharpCode.SharpDevelop.addin. SearchReplaceManager now handles the situation where a view cannot be converted to an ITextEditorControlProvider.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1240 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
cc81b04a03
Update to Boo 0.7.6.2175, adapted NRefactoryToBooConverter.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1225 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
4ca7b2d50a
Added copy menu item to output pad's context menu.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1224 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
55777f300b
SD2-581 - Unable to remove controls from toolbox using context menu. Toolbox context menu items remove, rename, move up, move down and delete are now working for forms designer specific tabs.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1221 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
c7a105f3a3
SD2-714 - Save all menu option not disabled after saving all files. The OpenWindowStateEvaluator was looking for a condition called windowstate instead of openwindowstate.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1208 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
d88e98163f
SD2-703. Main project menu now includes add new item, add existing item, add new folder and add mono reference menu options.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1207 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
d4ad2a79a6
SD2-464. Added projects and solutions options.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1196 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Alpert
b6b2341ac2
"Save all currently open buffers" option added to OpenFileTab/ContextMenu
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1077 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
42dcc8da05
Patch by Scott Ferrett: List of project file extensions to open when the file was specified on the command line was hardcoded to csproj,vbproj,booproj; now it can be extended using the AddIn tree.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1055 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
ebbd3bd080
Fixed SD2-640: Add existing form to project does not add .resx file
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1051 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
ae6635bcb6
Fixed SD2-639: Renaming a form should rename the resource file
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1049 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
f1941afc91
Put more strings into the translation database.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1016 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
a3c3230123
Added some strings to the translation database.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1010 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
e29ae4dd10
User is now prompted for discovery credentials when adding or refreshing a web reference if the server returns a Http status of 401 (Unauthorised). Tested with basic and NT authentication.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1005 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
cf8f7e43f2
Added project converter (C# <-> VB -> Boo). Project settings are currently not converted.
...
Replaced most ToLower() and ToUpper() calls with ToLowerInvariant() and ToUpperInvariant(), or with string.Equals(, StringComparison.OrdinalIgnoreCase). This fixes file name comparisons in cultures with different ToLower/ToUpper rules.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@988 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
02d57c4611
Improved C# <-> VB conversion.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@959 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
533efc470c
Added support for web references.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@955 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
b483073c64
Fixed SD2-624: "Configure Sidebar" not shown when right-clicking on the tools pad.
...
Add "OK" and "Cancel" buttons to CodeGenerationForm.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@948 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
e1e7877a49
Fixed BOO-628 - Alt+Ins code generation only works for C# and VB.
...
Alt+Ins code generators now use ICSharpCode.SharpDevelop.Refactoring.CodeGenerator.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@946 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
66a4289544
Fixed parser crash on incomplete ReDimStatement.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@938 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
34680425f9
Display name of AddIns: "Subversion AddIn" instead of "ICSharpCode.Svn"
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@914 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
46f232a188
Use IntPtr instead of int in SendMessage P/Invoke declaration.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@913 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
e46db83c0a
Allow changing the active solution configuration in the build menu.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@892 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
65777d486d
Update to NDoc 1.3.1-v11 from http://jonas.lagerblad.com/blog/?p=4 (unofficial version that works with .NET 2.0)
...
Now NDoc can be started with the command "Project > Build documentation with NDoc".
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@869 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
48939e61d6
Rename FormDesigner to FormsDesigner.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@855 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
26ac8daa56
SD2-582: Solution file incorrect after adding a second project
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@818 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
2cff0d9e07
Added context menu to AddInManager, put strings into translation database. Chloë (GeneralWizardBackground.png) now uses alpha transparency and looks great in different color profiles.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@814 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
7483a7e3c7
GAC references displayed using short names in project browser and class browser. Extra GAC information displayed in property pad.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@796 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
49040ea269
Fixed code completion for project references.
...
Added support for AddIn dependencies and conflicts to ICSharpCode.Core.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@794 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
d72a6d98b6
ErrorListPad now uses TaskView (patch by David Alpert). Renamed ErrorList to ErrorListPad and OpenTaskView to TaskListPad.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@777 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago