2285 Commits (d4d99413106c24d24bb50920d2bdb7ed43a5a7e4)
 

Author SHA1 Message Date
Daniel Grunwald d4d9941310 Fixed forum-16801: Changing layout corrupts screen 19 years ago
Justin Dearing e77880dc9f Both WPF templates get their AssemblyInfo from the same source. 19 years ago
Justin Dearing 3efdfb29c3 web pages are now xhtml compliant. 19 years ago
Daniel Grunwald ad7a0b1646 Fixed inferring type argument for a method with an IEnumerable<T> parameter when an array is passed to the method. (backported from 3.0.0.2506) 19 years ago
Daniel Grunwald 6beeb1734d Move P/Invoke calls to NativeMethods.cs. 19 years ago
Christian Hornung b07724e602 ResourceToolkit: Fixed NullReferenceException when a ResourceManager access is resolved and the source code contains an assignment to a variable which does not have a return type. 19 years ago
Justin Dearing d23f1a3a73 Copied embedded wxs files in WixProject.xpt into separate files. I will add these to the setup project and commit a much smaller WixProject.xpt that includes these files. I will also commit other setup templates that include these files. 19 years ago
Justin Dearing 0128413e2b Fixed Resource string on EmptyClass IsSealed property. 19 years ago
Justin Dearing 028cc78585 Added app.config template. 19 years ago
Christian Hornung 86d3fdcc78 Fixed SD2-1348: "Find missing resource keys" exception when run before AmbienceService is used. 19 years ago
Christian Hornung 444f6b6341 Fixed the mouse cursor staying hidden after typing when the text area loses focus without the mouse being moved (e.g. when the user types some code and then opens a modal dialog box by using keyboard shortcuts only). 19 years ago
Daniel Grunwald 7962a07e6b Show "value" in Ctrl+Space completion list inside property setters. 19 years ago
Daniel Grunwald cbd6e0765c Fixed bug that could cause SharpDevelop to treat two overloads as equal if they had the same parameter names but different parameter types. 19 years ago
Daniel Grunwald 83432070c9 Fixed SD2-1313: Protected internal methods not available in derived class code completion 19 years ago
Daniel Grunwald d02d631e9b Fixed SD2-1346: Warn when trying to commit an unsaved file 19 years ago
Daniel Grunwald 341a8924ca Fixed bug introduced in regex search in last revision. 19 years ago
Daniel Grunwald 8218830b3b Fixed a horrible performance issue in RegExSearchStrategy. (SD2-1323: Regex search across SharpDevelop solution takes a long time) 19 years ago
Daniel Grunwald b95469bf0a Fixed another problem related to ternary expressions and "is" expressions. 19 years ago
Daniel Grunwald 0bb578ef69 Fixed forum-16306: NRefactory can't parse ternary expressions containing -1 19 years ago
Daniel Grunwald 841c4f31e8 Add missing file to setup. 19 years ago
Daniel Grunwald c9b9615253 Revert text editor selection patch from revision 2469, it was causing problems like http://community.sharpdevelop.net/forums/thread/16254.aspx 19 years ago
Christian Hornung 97081e42c5 Enabled design-time localization in the Boo forms designer. 19 years ago
Daniel Grunwald 9047db2c87 Automatically add new projects to version control if they are created in a directory under version control. 19 years ago
Daniel Grunwald f44ff1e015 AddExitingProjectToSolution, AddNewProjectToSolution, AddExistingItemsToProject: set initial directory based on the node that was clicked. 19 years ago
Daniel Grunwald 19c7359b57 Fixed problem that could cause invalid Drag'n'Drop operations to be executed if OnDragDrop executed without a prior OnDragOver for that mouse position (e.g. very fast moving of a folder into its own subfolder) 19 years ago
Daniel Grunwald 94032f254f Update to Cecil 0.5. 19 years ago
Daniel Grunwald 23b0145001 Fixed conversion of getter/setter visibility. 19 years ago
Daniel Grunwald 51e8e3aade Fixed forum-16159: dots in folder names stripped from namespaces. 19 years ago
Daniel Grunwald 15406c3a1f Applied text editor selection patch by Troy Simpson. 19 years ago
Daniel Grunwald 351f5ba52c Fixed build. 19 years ago
Daniel Grunwald d30e81daec Removed SharpDbTools from SD 2.1.x (will be supported only in SD 3.0) 19 years ago
Daniel Grunwald e98edfac8c Fixed forum-15733: Completion-list off-by-one exception in Boo interpreter 19 years ago
Daniel Grunwald 40b92e149e VB token list: "Off" and "Explicit" are not reserved words. 19 years ago
Daniel Grunwald 3b20e9e076 VB parser: "Off" and "Explicit" are not reserved words. 19 years ago
Daniel Grunwald 23ad0a61fc Prevent NRefactoryResolver crash when mscorlib project content is not referenced correctly. 19 years ago
Daniel Grunwald 08c138311d Fixed editing of raw MSBuild properties in project options (where the user can use $(..) in the text box). 19 years ago
Daniel Grunwald f7b2d45b7f Add AddInWritingHelp.txt to project templates creating SharpDevelop AddIns that point to the documentation in the wiki. 19 years ago
Daniel Grunwald f8f3121734 Fixed forum-15675: Stack overflow in ReferenceNode.ReferenceProjectItem in Project Browser 19 years ago
Daniel Grunwald 39bfcc0013 Fixed SD2-1338: VB "Handles" cause cannot be parsed when handling an event on "Me" 19 years ago
Daniel Grunwald 5fcfe9be4e When going to the definition of a CompoundClass, go to the shortest file name. This prevents going to the Designer.cs part instead of the main part. 19 years ago
Daniel Grunwald db19e3b31b Fixed SharpDevelop.Build.VisualBasic.targets to set PlatformFamilyName/PlatformID default values when the .vbproj file does not specify any. 19 years ago
Daniel Grunwald cea87a1bcc Fixed SD2-1329: Index was out of range when cutting text. 19 years ago
Daniel Grunwald 74f21e68ab Remove [STAThread] from C# compact framework project template. 19 years ago
Christoph Wille 3646285888 Updated readme 19 years ago
Christoph Wille 947fec9914 Updated language resource 19 years ago
Justin Dearing 2ec6b50c05 Added Apache 2.0 License 19 years ago
Christoph Wille b1b3e9dec3 SDR updated to revision 120, v2.1 RTM 19 years ago
Daniel Grunwald 15da21072b Fixed forum-15559: C# lexer reports error on identifiers like @_ABC 19 years ago
Daniel Grunwald 51e43f4b74 Support loading multi-file assemblies. 19 years ago
Daniel Grunwald e59709ea88 Remove Debugger.BooInterpreter from setup - we won't ship it with SharpDevelop 2.1 because it is unfinished (e.g. trying to get the values of local variables doesn't work yet). 19 years ago