Daniel Grunwald
db253755b8
Fixed SD2-571: Folding classes hides the declaration line
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1346 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
a98a281951
Fixed SD2-781: Null exception when adding new item to project
...
Fixed SD2-776: Warn when creating a new file while project is open
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1345 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
601be026a8
When loading a solution, open files after the project content stubs were created.
...
This fixes SD2-728 and improves solution-load-time when the DefaultProjectContent is not required.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1343 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
d595bff51e
Implemented code-completion for Boo's CallableTypeReference.
...
Added Boo resolver unit tests.
Added workaround for IME crash in WOW64 mode.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1339 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
3f5b19ca38
Fixed SD2-768: Context menu location when opened via Shift+F10
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1332 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
40cb6ff96f
Fixed SD2-732: Closing pad context menu's using escape key
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1331 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
c662b4083d
Fixed SD2-779: XML form's font ignored
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1330 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
8cad311b40
Fixed SD2-777: Cannot add a new ASP.NET WebForm to a project
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1329 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
d85d8966b3
Fixed SD2-771: Adding MenuStrip to Xml Form
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1327 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
0b807ebf52
SD2-775 - Null reference exception when creating a new folder. When a project directory is renamed/created the code now handles the case where there are IViewContents open with null filenames.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1325 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
b5c976ba73
Fixed SD2-770. Can now add a file to a project if the file is inside one of the project folders.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1324 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
ce31426dcb
Applied patch by Christian Hornung: Fixes for refactoring indexer expressions
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1320 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
c1d9f42d0e
Fixed SD2-729: Removing a reference will attempt to generate the project content
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1318 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
7ab5aec81b
Fixed SD2-765: Create OnEvent method does not work for VB methods without delegate
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1317 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
d713632bea
Fixed SD2-766: "xmlns" attribute is added to unknown MSBuild elements, making some VS-created projects invalid
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1316 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
c6284d1c1c
Fixed exception when trying to paste a deleted project from clipboard.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1315 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
6b04871a27
Use ITextEditorControlProvider in DebuggerService.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1312 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
8bcb176c75
Don't add duplicate references specified in project template (new project instances might come with predefined reference items)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1311 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
32c383fffc
Fixed SD2-753: Output window does not autoscroll when it does not have focus
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1309 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
37d60be346
Fixed problem with trailing space in expressions for VB debugger tooltips.
...
DomPersistence no longer crashes when the cache index file is corrupted.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1307 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
e0db259c31
Fixed SD2-683: Class browser doesn't show newly added projects
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1300 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
c6688222c1
Fixed SD2-755: Partial classes in class browser
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1297 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
36eac67060
SD2-709. The debugger tooltip will now be closed when moving the mouse away from a variable if no variables have been expanded in the tooltip.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1293 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 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
20 years ago
Daniel Grunwald
529a95b46c
Update to Boo 0.7.6.2215
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1279 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
f1d113d32c
Fixed SD2-692: Refactoring submenu not available when right clicking on MethodResolveResult
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1277 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
dd68c9529f
Fixed SD2-750: Project templates should be able to include external files
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1276 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
f7b2d83551
Keyboard short-cuts work in fullscreen (SD2-707);
...
Disabled unimplemented fullscreen features;
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1273 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
43a84fc82d
Fixed SD2-743: Double clicking NUnit console errors in output window does not open up corresponding file
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1269 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 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
e22aa37319
Fixed SD2-748: Files Window throws an exception when copying a file
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1266 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
c994982afc
SD2-741. The active workbench window is no longer changed when switching between different layouts.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1264 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
9763dbbc54
Fixed SD2-739: Incomplete VB class definition causes resolver crash
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1263 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
1a6fa98461
Added simple ASPX syntax highlighting, added Web application project template by Tom Schröter.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1262 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
f93aa9c02d
SD2-567. Implemented search and replace inside the current text selection.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1261 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
69df449dd5
Fixed SD2-735: Assemblies with methods having a "where T: IEquatable<T>" constraint crash SharpDevelop
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1251 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
ee09be29e9
Right clicking in the icon bar margin will now only show the text editor context menu. Previously the bookmark menu was being shown followed by the text editor context menu.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1246 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
193486b9a3
SD2-702 - Importing an old project that is read-only throws an unhandled exception. The unauthorized access exception is now caught and an error message is displayed to the user.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1243 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
4808223c7b
SD2-378. Selected item's text in bookmark, breakpoint and search results pad now displayed using SystemColors.HighlightText.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1242 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
Matt Ward
c8e7da22b7
SD2-738 - OutOfMemoryException when trying to set the application's icon to a file which is not an icon. An error message is now shown to the user informing that the icon is invalid.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1236 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
848b87d119
Fixed "Implement interface" code generator.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1234 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
5a605b3100
ActiveX interop files generated by MSBuild are now correctly located.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1232 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
c3c8cc56f2
Applied forms designer assembly loading patch by Alex Prudkiy.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1230 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
4a3ac892f8
Add compiler options panel for Boo.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1227 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
7a49557073
SD2-568 - No code completion for COM references. COM interops now loaded after a build. Type library filenames now have end digits removed from filenames in the add reference dialog. In the MSBuild file the COM reference include attribute is now set to the type library short name and not its description.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1223 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
73720fe798
SD2-712 - Adding existing files to a project containing those files already breaks the build. If a file already exists in the MSBuild project it is not added again. User prompted to confirm copy if the files being copied already exist in the destination folder.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1217 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
fdb8c49337
SD2-723. Can now use F2 key to edit a project browser node. The ExtTreeView checks the CanLabelEdit property on the node before allowing the edit. No error message shown if the project browser node's text is unchanged after renaming.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1214 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
678dac3c2f
SD2-713. Renaming a folder to the same name as an existing folder was not updating the MSBuild project if the folder being renamed did not contain any files.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1213 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago