Matt Ward
ca351977a4
Fixed SD2-1250. Can now specify floating point values for the text editor's font size.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2273 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
cc9430b8dc
Fixed SD2-1087: Setting IEditable.Text does not update undo stack
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2262 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
14d8cd8f50
Fixed SD2-1251: Code generation in partial classes picks the wrong part
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2261 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
b74c496ea6
Try to avoid Project GUID conflicts.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2260 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
ff2a4f26f0
Fixed forum-14286: exceptions thrown when trying to create WPF application without .NET Framework 3.0 installed.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2259 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
1b7398fc85
Fixed SD2-1185 - Quick class browser's method list not in sync with selected class.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2257 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
695de9d5af
Fixed SD2-1255. VB.NET code generator options are now initialized.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2253 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
f8983fac80
Fixed SD2-1235 - Browsing for a new folder in the New Project dialog should use the dialog's location as the starting folder. SharpDevelop now uses the FolderBrowserDialog that is a part of .NET 2.0 which allows the setting of the initial folder location.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2252 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
268ee04412
Fixed SD2-1187 - The properties pad displays an ampersand character for the project's Configuration property.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2251 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
981e889a00
SD2-897 - Reloading an unchanged file loses folds and member bookmarks.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2250 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
b16372b17e
Fixed SD2-827 - Folder still visible after excluding it from the project. When a directory node was excluded the visiblity of the node was not being updated.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2249 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
413f0bcbc0
Fixed SD2-1227. Tab characters are now trimmed from the navigation history drop down.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2247 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
226f46fcbb
Fixed SD2-1007: VS .NET solution are not converted correctly to the VS 2005 format.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2242 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
0859a04a52
Move C# expression finder tests to SharpDevelop.Tests (the expression finder now is in SharpDevelop.Dom). Fixed a bug in the VB expression finder.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2239 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
773461f3fb
Fixed SD2-928: Code generation options are ignored
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2198 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
23d2ca7cbd
Allow selection of multiple .dlls when adding components to the forms designer. (forum-14092)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2190 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
259a31692e
Fixed code-completion problem introduced in last revision.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2175 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
8c2dfd9573
Fixed scope of loop variable in ForStatement.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2174 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
8c00af1a81
Fixed SD2-1247 - Definition view throws a DirectoryNotFound exception with a new class that is not part of a project. Modified the DefinitionViewPad so it looks for the file contents in the currently open text editors before loading the file from disk.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2168 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
52f9d67a00
Fixed SD2-1138: TextEditor throws exception when undoing generated code and then re-generating it.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2167 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
78ac392101
Fixed SD2-1228: Find references dialog title includes ampersand character
...
Fixed loading assemblies for code-completion that have multiple modules stored in multiple files (e.g. System.EnterpriseServices)
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2165 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
c053b954a6
Added basic cut, copy and paste to the XML tree editor.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2164 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
ca45c905f3
Fixed SD2-931: Undo after inserting code template
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2161 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
1276b5114e
Auto-add new files to version control (part of SD2-1221)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2159 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
1a245bf728
Fixed SD2-1206: New "Wait" Dialog appears if the search has already finished.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2154 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
2f3da55275
Fixed SD2-1179: renaming an interface called "inter" changed the "interface" keyword instead of the interface name
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2153 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
c75e4a3e5e
Fixed SD2-1082: Adding a user control to a form throws exception if the control's code doesn't have a constructor without arguments.
...
Prevent ParserService.AllProjectContents from returning project contents multiple times.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2151 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
febc16e23b
Fixed SD2-936: Insight window filename incorrect after renaming file
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2150 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
4ec9ae9992
SD2-880. On opening the text editor's code completion options the code completion group box is now disabled correctly when code completion is disabled.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2149 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
d2ed72122d
Fixed SD2-740: Right clicking a class bookmark
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2146 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
845e2c2f3e
Fixed forum-13637: adding new file to project stored on network drive creates file in wrong path
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2144 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
f5793ea348
Fixed some problems reported in the forum.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2140 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
b8ea7d408c
Disable .NET 1.0 support.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2139 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
491ae3cacf
Force all project contents in a registry to use the same version of .NET assemblies based on the target framework of the project - a .NET 2.0 project referencing .NET 1.1 projects will see .NET 2.0 completion for objects returned by the .NET 1.1 assembly.
...
Fixed bug that caused assemblies referenced by CF projects to always reference .NET 2.0 projects, causing code-completion to fail when the .NET 2.0 registry was not initialized
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2138 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
88cfacfba1
Fixed SD2-863: Children of current Namespace resolved in wrong order
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2137 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
a9a5ae9d42
Implemented SD2-1137: Option to auto-load changes when file changed externally
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2133 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
7c2718b19a
The XML Tree can now display and edit xml comments.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2128 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
11d027b2e9
Fixed forum-13600: CenterViewOn does not work for newly opened documents
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2126 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
911d2c3a18
Implemented FindFile / IsFileInProject cache.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2124 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
6c464b82b5
Fixed parameter list completion bug introduced in rev. 2087.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2122 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
2be71f98f3
Implemented SD2-1212: Solution configuration editor
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2120 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
f5c4ab918b
Fixed SD2-1156: JumpTo line position puts cursor at the bottom of the text editor
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2117 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
422578071a
Fixed SD2-1196: Compact Framework support for VB
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2113 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
6a8611bfdc
Fixed SD2-944: Moving a class from a location that doesn't exist throws exception.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2112 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
6b2cddded4
Fixed unit tests after change to ParserService.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2108 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
8fdc73baba
Fixed forum-13577.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2105 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
acac08d13e
Fixed SD2-911: 'Classes' pad updates its content incorrectly
...
ParserService does not give the choice whether to raise the ParseInformationUpdated event anymore - the classes pad depends on getting every update notification.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2104 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
34bf248270
Fixed ClassBrowser bug.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2103 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
a745c607d5
Fixed SD2-1110: Conversion of Microsoft generic sample project between C#<-->VB throws exception.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2102 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
a5626cd9dd
Fixed SD2-1210: #D doesn't rename project's namespaces anymore on project creation.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2092 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago