1061 Commits (4b285226c22b19079c5fc9ec9ae89a905714401a)

Author SHA1 Message Date
David Srbecký 4b285226c2 Updated string resources 19 years ago
Daniel Grunwald 7dfd63273a Improved VB -> C# converter. 19 years ago
Daniel Grunwald 773461f3fb Fixed SD2-928: Code generation options are ignored 19 years ago
Daniel Grunwald 9944060a99 Remove GetClass overload that doesn't take a TypeParameterCount 19 years ago
Daniel Grunwald 9b7a082e24 Add partial C# 3.0 support. 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 ab9847def4 Mark trunk as SD 3.0 19 years ago
Daniel Grunwald eede8fa2ea Update string resources. 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
Daniel Grunwald 61ee98484d Add strings from subversion AddIn to translation database. 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 988ddfc1de Fixed SD2-1066: Invalid event handler generated for delegate's ref parameter 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 ccbcc10d6f Fixed SD2-1208: Exception is thrown at #D startup if AddIn files cannot be found. 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
Daniel Grunwald 0e00c678ce Fixed SD2-1189: VB: #-delimited dates not supported by syntax highlighting and expression finder 19 years ago
Daniel Grunwald 9db329c476 Ensure font auto-scaling is done using the correct default font - fixes autoscaling problem on Vista. 19 years ago
Daniel Grunwald 2d6c265816 Initialize $(SharpDevelopBinPath) for project copy done when editing inactive configuration/platform. Fixed forum-13465. 19 years ago
Daniel Grunwald 1cb82b76a8 Update assembly base addresses to prevent relocation. 19 years ago
Daniel Grunwald 694abefe8e Use persistence for GAC assemblies loaded using Cecil. 19 years ago