Daniel Grunwald
579134aeec
Fixed SD2-676: Code completion for a class with many methods can be slow
...
Overrides are now only searched for overridable methods - this speeds up code-completion on classes with many non-virtual (or static) methods.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1182 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
0dac40f144
Fixed SD2-662, SD2-664 - Replace all inserting incorrect text or getting stuck in an infinite loop. The search and replace manager was replacing the text twice if the document was open in SharpDevelop.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1180 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
7d9df59085
Fixed forum-5455: Importing old Visual Studio projects with non-ASCII characters in system encoding fails.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1179 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
23d5b75f68
Fixed crash when trying to view components in assembly Microsoft.VisualStudio.CommonIDE. (forum-5369)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1178 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
05aa4c4885
Fixed exception when loading a project when a referenced library was missing dependencies.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1176 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
493e792709
Fixed SD2-700: Exception when selecting AddIn Manager About option
...
Fixed SD2-687: Cannot build entire solution after importing SharpDevelop 1.1 project
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1175 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
d0ccf4ffd3
Add generic overload of BuildItems.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1174 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
af3c2e2d76
SD2-693 - ToolstripContainer designer loading problem. Applied Christian Hornung's patch that adds a Deselecting event handler for the IBaseViewContent interface, which is called before the view has been deselected, allowing the forms designer to read the correct ToolStripPanelVisible properties before the designed form is hidden.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1172 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
91dec8424b
Fixed SD2-695. Unsetting a breakpoint when viewing an xml document no longer leaves red text behind.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1169 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
c78a1b2d48
Fixed exception when using Boo callable definition.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1166 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
e5065b0a9e
Some marshaling code moved to wrappers, optimized getting of unmanaged strings
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1165 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
0fa3296466
Numeric values in debugger tooltips can be shown in hexadecimal
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1164 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
c5bf43c6ec
Fixed wrapper bug: Wrapping of null now returns null
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1163 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
100f98a085
Boo CodeDomVisitor now supports TryCastExpressions
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1162 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
9c152489e3
Fixed minor breakpoint bug
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1160 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
028cb778bd
Using unmanaged CorSym instead of System.Diagnostics.SymbolStore
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1159 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
eca3af15fc
Forgot to commit modified WrapperGenerator
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1158 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
94f0f640d0
All autogenerated code moved to a Autogenerated directory
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1155 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
b0d4d404cb
'ref ushort' changed to IntPtr everywhere (it is string); Wrapper classes marked partial; Added note to generated files
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1154 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
569106c6ff
Removed references to Debugger.Interop from main debugger code
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1153 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
a6012925b5
Added definitions and wrappers for Debugger Symbol Library
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1152 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
cb98342544
Moved MetaData wrapper
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1151 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
bff82fe039
Moved MetaData to Debugger.Wrappers.MetaData namespace
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1150 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
b6f515ba80
Worked on locking of files by debugger (keep track of all COM objects)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1149 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
c020c5848d
C# parser bugfix: casts to non-builtin nullable types
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1144 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
1a17634102
Fixed exception when QuickClassBrowserPanel panel was refreshing while a partial class was updated by the parser thread.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1143 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
ff9c98b6cd
Fixed SD2-677: Copy file path/name menu option not disabled for new file
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1142 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
2a2745948d
Fixed C# parser bug (casts to nullables).
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1141 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
0276c9c9de
Update StringResources
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1134 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
79222e01e9
Add HtmlPreview and ImageViewer sample AddIns.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1133 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
8c9051f865
Exclude all languages with more than 600 missing translations.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1131 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
ae64d1e72e
Applied patch by Christian Hornung: Forms designer resource loading
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1129 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
1898a796a3
Infer array literal context from context in FormsDesigner CodeDom converter.
...
Updated Boo.Lang.CodeDom.dll -> fixes generation of array literals.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1128 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Peter Forstmeier
c247d4b9a4
Small changes from FxCop, modifid ConnectionObject.cs
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1125 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
b89b1c599f
Fixed bug: "Run Tests in Debugger" / "Run with NCover" / etc fail with warnings.
...
Fixed code-completion in anonymous methods when anonymous method was used as initializer in variable declaration.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1120 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
ebee6a70d1
Fixed BOO-653: Creating a new class without a file extension does not put the build action to compile.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1119 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
e871bbbb6c
Applied patch by Scott Ferret: Enhancement to Cut/Copy/Paste
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1118 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
98335d8152
Fixed SD2-426: About box / Version info tab / Copy (the clipboard seems to be set correctly, we can ignore the ExternalException)
...
Fixed SD2-684: Cannot open a new form without saving it first.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1117 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
f04cf74627
Fixed bug: Line number of breakpoint did not change with code edits
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1116 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
2fc99675ed
Fixed Forum-4943: Debugger says "Function has expired"
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1115 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
12a1741d0f
Extended debugger test FunctionVariablesLifetime to check for "Function Expired" bug
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1114 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
986ea8c712
Removed unused merging functions from VariableCollection
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1113 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
318c6aa34f
Fixed Forum-4946: error indenting single-line If-statements.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1112 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
b9ad571bde
Rebuilt Bitmap resources so new SharpReport icons are accessible through the ResourceService.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1111 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Markus Palme
f984fe2446
patch from scott ferret: saving image resources with the correct extension
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1110 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Markus Palme
15a53ad8dd
applied path from scott ferrett correctly
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1109 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Markus Palme
984a3236c0
applied patch from scot ferrett
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1108 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
2192003822
The xml editor now keeps the existing document folds if the xml is no longer well formed.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1107 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
2e030b8b2a
Fixed Forum-5038: using "Go to line number" does not clear the selection.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1106 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
8c8f945005
Allow CodeCompletionDataProvider to specify the chars that are allowed to be entered while the code completion window is opened.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1105 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago