1011 Commits (37c18e066081a10a16787f844d3f5eaf97253b71)

Author SHA1 Message Date
Matt Ward ca351977a4 Fixed SD2-1250. Can now specify floating point values for the text editor's font size. 19 years ago
Daniel Grunwald cc9430b8dc Fixed SD2-1087: Setting IEditable.Text does not update undo stack 19 years ago
Daniel Grunwald 14d8cd8f50 Fixed SD2-1251: Code generation in partial classes picks the wrong part 19 years ago
Daniel Grunwald b74c496ea6 Try to avoid Project GUID conflicts. 19 years ago
Daniel Grunwald ff2a4f26f0 Fixed forum-14286: exceptions thrown when trying to create WPF application without .NET Framework 3.0 installed. 19 years ago
Matt Ward 1b7398fc85 Fixed SD2-1185 - Quick class browser's method list not in sync with selected class. 19 years ago
Matt Ward 695de9d5af Fixed SD2-1255. VB.NET code generator options are now initialized. 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. 19 years ago
Matt Ward 268ee04412 Fixed SD2-1187 - The properties pad displays an ampersand character for the project's Configuration property. 19 years ago
Matt Ward 981e889a00 SD2-897 - Reloading an unchanged file loses folds and member bookmarks. 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. 19 years ago
Matt Ward 413f0bcbc0 Fixed SD2-1227. Tab characters are now trimmed from the navigation history drop down. 19 years ago
Daniel Grunwald 226f46fcbb Fixed SD2-1007: VS .NET solution are not converted correctly to the VS 2005 format. 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. 19 years ago
Daniel Grunwald 773461f3fb Fixed SD2-928: Code generation options are ignored 19 years ago
Daniel Grunwald 23d2ca7cbd Allow selection of multiple .dlls when adding components to the forms designer. (forum-14092) 19 years ago
Daniel Grunwald 259a31692e Fixed code-completion problem introduced in last revision. 19 years ago
Daniel Grunwald 8c2dfd9573 Fixed scope of loop variable in ForStatement. 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. 19 years ago
Daniel Grunwald 52f9d67a00 Fixed SD2-1138: TextEditor throws exception when undoing generated code and then re-generating it. 19 years ago
Daniel Grunwald 78ac392101 Fixed SD2-1228: Find references dialog title includes ampersand character 19 years ago
Matt Ward c053b954a6 Added basic cut, copy and paste to the XML tree editor. 19 years ago
Daniel Grunwald ca45c905f3 Fixed SD2-931: Undo after inserting code template 19 years ago
Daniel Grunwald 1276b5114e Auto-add new files to version control (part of SD2-1221) 19 years ago
Daniel Grunwald 1a245bf728 Fixed SD2-1206: New "Wait" Dialog appears if the search has already finished. 19 years ago
Daniel Grunwald 2f3da55275 Fixed SD2-1179: renaming an interface called "inter" changed the "interface" keyword instead of the interface name 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. 19 years ago
Daniel Grunwald febc16e23b Fixed SD2-936: Insight window filename incorrect after renaming file 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. 19 years ago
Daniel Grunwald d2ed72122d Fixed SD2-740: Right clicking a class bookmark 19 years ago
Daniel Grunwald 845e2c2f3e Fixed forum-13637: adding new file to project stored on network drive creates file in wrong path 19 years ago
Daniel Grunwald f5793ea348 Fixed some problems reported in the forum. 19 years ago
Daniel Grunwald b8ea7d408c Disable .NET 1.0 support. 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. 19 years ago
Daniel Grunwald 88cfacfba1 Fixed SD2-863: Children of current Namespace resolved in wrong order 19 years ago
Daniel Grunwald a9a5ae9d42 Implemented SD2-1137: Option to auto-load changes when file changed externally 19 years ago
Matt Ward 7c2718b19a The XML Tree can now display and edit xml comments. 19 years ago
Daniel Grunwald 11d027b2e9 Fixed forum-13600: CenterViewOn does not work for newly opened documents 19 years ago
Daniel Grunwald 911d2c3a18 Implemented FindFile / IsFileInProject cache. 19 years ago
Daniel Grunwald 6c464b82b5 Fixed parameter list completion bug introduced in rev. 2087. 19 years ago
Daniel Grunwald 2be71f98f3 Implemented SD2-1212: Solution configuration editor 19 years ago
Daniel Grunwald f5c4ab918b Fixed SD2-1156: JumpTo line position puts cursor at the bottom of the text editor 19 years ago
Daniel Grunwald 422578071a Fixed SD2-1196: Compact Framework support for VB 19 years ago
Daniel Grunwald 6a8611bfdc Fixed SD2-944: Moving a class from a location that doesn't exist throws exception. 19 years ago
Daniel Grunwald 6b2cddded4 Fixed unit tests after change to ParserService. 19 years ago
Daniel Grunwald 8fdc73baba Fixed forum-13577. 19 years ago
Daniel Grunwald acac08d13e Fixed SD2-911: 'Classes' pad updates its content incorrectly 19 years ago
Daniel Grunwald 34bf248270 Fixed ClassBrowser bug. 19 years ago
Daniel Grunwald a745c607d5 Fixed SD2-1110: Conversion of Microsoft generic sample project between C#<-->VB throws exception. 19 years ago
Daniel Grunwald a5626cd9dd Fixed SD2-1210: #D doesn't rename project's namespaces anymore on project creation. 19 years ago