4011 Commits (93d9a2a4e9e44109370a387a62bd56cf5031bec9)
 

Author SHA1 Message Date
Siegfried Pammer 97eb5487e6 new options in profiler 17 years ago
Daniel Grunwald f449a85a69 AvalonEdit code completion. 17 years ago
Matt Ward 2a45318a6a Fixed failing python addin unit tests - font size now converted to string using CultureInfo.InvariantCulture. 17 years ago
Matt Ward c76d4ae764 Python forms designer now supports fonts. 17 years ago
Daniel Grunwald 7674e2dc2f Prevent potential stack overflow in ElementReturnType.BaseType. 17 years ago
Daniel Grunwald 45d5e79d34 Fixed SD2-1534: Boo forms designer modifies fields in non-designer file 17 years ago
Daniel Grunwald 77d34dd41d Fixed bug introduced in last commit (fixes unit tests). 17 years ago
Daniel Grunwald d665141232 Fixed SD2-1530: protected inner classes are not visible 17 years ago
Daniel Grunwald 7ec33b1bc5 Don't constantly create new threads to poll the clipboard. 17 years ago
Daniel Grunwald b9ffb204ed Fixed SD2-1533 - Project configurations get confused 17 years ago
Daniel Grunwald 3b35d6455e Work around for SD2-1485: Build worker occasionally hangs: 17 years ago
Daniel Grunwald 5380d99724 Improvements to AvalonEdit CompletionWindow. Implemented TextAreaInputHandler. 17 years ago
Daniel Grunwald b112845f62 AvalonEdit: implemented CompletionWindow 17 years ago
Siegfried Pammer b2d9c35ccc - bug fixes 17 years ago
Matt Ward a5c7b72482 Fixed unhandled FileNotFoundException in XML tree editor when a file is loaded with a dtd reference that cannot be found. 17 years ago
Daniel Grunwald fbabff09df Fixed bug in 'Find overrides': when overrides were in partial classes, the search result sometimes used the wrong class part. 17 years ago
Daniel Grunwald fc810158a9 Fixed exception from forum-9214 (but hung build still not fixed). 17 years ago
Daniel Grunwald 62582c6415 Add CodeCompletionItemProvider (editor-independent version of CodeCompletionDataProvider) 17 years ago
Matt Ward de9ecf1083 Can now run all tests with code coverage or run all the tests in the current project. 17 years ago
Siegfried Pammer 274003e760 - finished Options Panels 17 years ago
Daniel Grunwald 2bf3520293 Mark booc.exe as 32-bit (fix build). 17 years ago
Daniel Grunwald 9989443564 ITextEditor interface: caret line/column now starts counting at 1. 17 years ago
Daniel Grunwald 1d2890c1e2 Fixed forum-9168: ArgumentOutOfRangeException in BooFormattingStrategy.SearchBracketForward/GapTextBufferStrategy.GetCharAt. 17 years ago
Daniel Grunwald 3c312c7567 Boo: In strict mode, the default visibility is private. 17 years ago
Daniel Grunwald 521bff07e8 Update to Boo 0.9.1.3287. 17 years ago
Daniel Grunwald 38a3b7d8d5 SearchAndReplace: don't search in .exe/.dll/.pdb 17 years ago
Daniel Grunwald 2cbe40b6a4 Started replacing ICSharpCode.TextEditor references in SharpDevelop API with new ITextEditor interface. 17 years ago
Daniel Grunwald 7d5a15e1ba CodeCompletionWindow for AvalonEdit 17 years ago
Matt Ward d0884088c2 Python forms designer now supports Form Color properties. 17 years ago
Siegfried Pammer c46f1f7e73 added "QualityTools" menu 17 years ago
Siegfried Pammer 255f6dfea7 fixed profiler start bugs 17 years ago
Daniel Grunwald 985ff63921 Revert changes to NRefactory.csproj in revision 3849 - add GlobalAssemblyInfo.cs back so that the assembly is correctly versioned. 17 years ago
Daniel Grunwald a3a1260100 AvalonEdit: Copy text as HTML to clipboard. 17 years ago
Mike Krüger 5c18da0470 * Src/Lexer/AbstractLexer.cs: Added null check. 17 years ago
Mike Krüger f5e37276c2 * Src/Lexer/ILexer.cs: 17 years ago
Daniel Grunwald ece043e874 Merge 3.0 to trunk. 17 years ago
Daniel Grunwald 9fc26985b2 Added CreateStartInfo method to AbstractProject. 17 years ago
Daniel Grunwald 26a1551633 When handling file names, use StringComparison.OrdinalIgnoreCase instead of InvariantCultureIgnoreCase. 17 years ago
Daniel Grunwald d0d97732ad ExceptionBox: fixed potential deadlock when exception occurred on non-GUI thread. 17 years ago
Daniel Grunwald bfa2c3c4cb Fixed cleanup in AutomatedBuild. 17 years ago
Daniel Grunwald de103b0e1b Add profiler to setup. 17 years ago
Daniel Grunwald 951e8971a6 Build profiler when using SharpDevelop .bat files. 17 years ago
Siegfried Pammer ba077160ba removed doc 17 years ago
Siegfried Pammer 81d835428d Added Profiler 17 years ago
Mike Krüger b978482653 * Src/PrettyPrinter/CSharp/OutputFormatter.cs: 17 years ago
Mike Krüger 1e6aefef7e * Src/PrettyPrinter/CSharp/CSharpOutputVisitor.cs: fixed bracket 17 years ago
Mike Krüger 175c1b9082 * Src/PrettyPrinter/CSharp/OutputFormatter.cs: 17 years ago
Matt Ward dc48a81a05 Python forms designer now supports Control's Padding property. 17 years ago
Matt Ward 0b9ce6e1ab Python forms designer now supports the Form's Location property. 17 years ago
Matt Ward c016cdb91a Python forms designer now supports AutoScrollMinSize, AutoScrollMargin and MinimumSize properties. 17 years ago