4040 Commits (98fe76ebe4cb71b85a3ecb387aa14a834b52b0a0)
 

Author SHA1 Message Date
Siegfried Pammer 10c1982f8a prepared profiler for public testing 16 years ago
Daniel Grunwald 8a73db8530 Show 'static' class modifier in tool tips. 16 years ago
Daniel Grunwald 02b0d47d15 Use a Mutex when accessing SharpDevelopProperties.xml 16 years ago
Daniel Grunwald 3b0c44e39e Subversion History View: immediately get file name from view content 16 years ago
Siegfried Pammer cf1729fb95 - declared PrimaryFileName in AbstractViewContent as virtual to make special case in Profiler ViewContent working 16 years ago
Daniel Grunwald 6fba7e0501 Fixed forum-9315: view contents with customized save command (e.g. project options) are not saved when closing them and clicking 'Yes' in the 'Do you want to save?' question. 16 years ago
Daniel Grunwald bc41e92dc8 Fixed potential NullReferenceException in MemberLookupHelper.IsInvocable. Might have been the cause of forum-9346. 16 years ago
Daniel Grunwald b408fbc49b Use "build modified projects only" feature when starting unit tests. 16 years ago
Daniel Grunwald 61e63ad4d2 CopyToClipboard: don't truncate string to 256 characters 16 years ago
Daniel Grunwald e5ce04c38c F# binding: use "--standalone" option only in release builds. This speeds up compiling debug builds of SharpDevelop. 16 years ago
Daniel Grunwald c1a6698887 Force handle creation of main form in WorkbenchSingleton.InitializeWorkbench. 16 years ago
Matt Ward 426aec5809 Python forms designer no longer generates event handlers if they already exist. 16 years ago
Daniel Grunwald 31aa1cec0e Fixed namespace handling in Boo ConvertVisitor. 16 years ago
Daniel Grunwald 1b38904278 Prevent Boo forms designer from changing the type of fields to 'void' 16 years ago
Daniel Grunwald 99b8d8529f Boo Forms Designer: prevent the designer from deleting unrelated fields. 16 years ago
Daniel Grunwald f259855abb Fixed loading of assemblies that contain generic types with more than 10 type parameters. 16 years ago
Daniel Grunwald d0345f7801 Adjust ProjectTypeGuids when converting project between C# and VB. 16 years ago
Daniel Grunwald 5df6bd39e8 Fixed SD2-1397 - Code completion does not work for nested classes inside generic classes. 16 years ago
Daniel Grunwald af544bac8e Fixed bug in ScriptRunner (for scripts inside file or project templates). 16 years ago
Daniel Grunwald cdc98c365b Fixed bug in build engine: the mapping solution configuration->project configuration was not applied when building only modified projects. 16 years ago
Mike Krüger 65e94963f5 * Src/Lexer/AbstractLexer.cs: Allow white spaces as symbol 16 years ago
Siegfried Pammer e77cd497e9 - fixed crash in ExtractedMethod, when extracting code with params parameters 17 years ago
Siegfried Pammer 59672ddadb - Bug fixes in Profiler and enhancements in GUI 17 years ago
Daniel Grunwald 6db02df273 ICSharpCode.SharpDevelop.BuildWorker: Fixed excessive CPU usage during build worker shutdown. 17 years ago
Matt Ward 95a74afdb7 Added limited support for ListView items in the python forms designer. No support for sub items nor the ListViewItem.Text property. 17 years ago
Matt Ward 91fc4ddf99 Code coverage results now generated when an exclusion has been added to the project. 17 years ago
Daniel Grunwald 56339d8148 Fixed forum-9381: GetClass could return class with incorrect type parameter count. 17 years ago
Siegfried Pammer a31f69864a fixed bugs in ProfileProject and ProfileExecutableForm 17 years ago
Matt Ward f9557c8c74 Added support for designing user controls in the python forms designer. 17 years ago
Matt Ward e8e1310402 Removed all control specific code when determining child components in the python forms designer. 17 years ago
Siegfried Pammer a98624fe08 Updated UI 17 years ago
Matt Ward 82e54905b9 Removed control specific code from generated code when adding an array of controls to a property in the python forms designer. 17 years ago
Matt Ward 8c5cecd99a Form.Controls, MenuStrip.Items and ToolStripMenuItem.DropDownItems properties are now generated in the correct alphabetical order in the python forms designer. 17 years ago
Matt Ward ea89a0c643 Controls.Add method is now invoked rather than being hard coded in the python forms designer code. 17 years ago
Matt Ward 43d1863925 ComboBox items code now generated in Python forms designer. 17 years ago
Siegfried Pammer 0f811649e1 fixed display of merged nodes in profiler 17 years ago
Matt Ward b3b1305b58 Fixed build by using actual ToolStripMenuItem sizes in menustrip test. 17 years ago
Matt Ward 00f01fce76 Python forms designer now handles loading and generating a form with a MenuStrip and ToolStripItems. 17 years ago
Matt Ward 4df59fe850 Fixed bug in XmlParser.IsAttributeValueChar not recognising valid characters as being valid for an attribute value. 17 years ago
Daniel Grunwald 472350384f Allow saving external tool options when tools in the .NET SDK cannot be found. 17 years ago
Daniel Grunwald 718fd03ff0 SubversionAddIn: on 64-bit Windows, look for 64-bit version of TortoiseSVN. 17 years ago
Daniel Grunwald 2f86318fd8 Improved performance of UpdateAssemblyInfo. 17 years ago
Siegfried Pammer b47cf83b0e - fixed SD2-1523 - Watch pad right click shows two context menus based on patch from http://community.sharpdevelop.net/forums/t/9006.aspx 17 years ago
Matt Ward 91bd830e61 Fixed SD2-1505 - Locals window - show values in hex does not refresh the values on display. Based on fix supplied by Nikhil Sarda. 17 years ago
Matt Ward c773c2e393 Added empty string checks to XmlParser. 17 years ago
Siegfried Pammer 105962eabd fixed crash when trying to profile non-.NET executable 17 years ago
Siegfried Pammer bfd65e84a8 added work-around for Windows Forms bug in ElementHost, because WpfViewer was sometimes not displayed. 17 years ago
Daniel Grunwald 957e9d46c2 Switch from SvnDotNet to SharpSVN. This updates the embedded subversion library from 1.5.0 to 1.6.0. 17 years ago
Siegfried Pammer b8d901686e fixed CallCount when selecting only a small amount of datasets. 17 years ago
Matt Ward 072d5ec0cc Code code now generated for empty menu strip in python forms designer. 17 years ago