3999 Commits (c33cfbabe903ff93792570817061e4664c31b4ca)
 

Author SHA1 Message Date
Daniel Grunwald 4792788d4c Fixed build. 17 years ago
Daniel Grunwald cc8eddac14 GetNextCaretPosition methods: Use enum LogicalDirection instead of bool backwards. 17 years ago
Daniel Grunwald 28f210b3e5 Fixed unit tests (TextEditorOptions.GetIndentationString was changed to take 1-based column numbers). 17 years ago
Daniel Grunwald b58af24885 Reimplemented method insight for AvalonEdit. 17 years ago
Daniel Grunwald d83dbd9f16 AvalonEdit Insight Window 17 years ago
Daniel Grunwald 66faa9efe5 Support IconBarMargin in split view. 17 years ago
Daniel Grunwald 1599cfa89e Implemented AvalonEdit split view 17 years ago
Daniel Grunwald 34ed9d7591 Document CompletionWindow.StartOffset and EndOffset. 17 years ago
Daniel Grunwald 8a73db8530 Show 'static' class modifier in tool tips. 17 years ago
Daniel Grunwald 02b0d47d15 Use a Mutex when accessing SharpDevelopProperties.xml 17 years ago
Daniel Grunwald 3b0c44e39e Subversion History View: immediately get file name from view content 17 years ago
Siegfried Pammer cf1729fb95 - declared PrimaryFileName in AbstractViewContent as virtual to make special case in Profiler ViewContent working 17 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. 17 years ago
Daniel Grunwald bc41e92dc8 Fixed potential NullReferenceException in MemberLookupHelper.IsInvocable. Might have been the cause of forum-9346. 17 years ago
Daniel Grunwald b408fbc49b Use "build modified projects only" feature when starting unit tests. 17 years ago
Daniel Grunwald 61e63ad4d2 CopyToClipboard: don't truncate string to 256 characters 17 years ago
Daniel Grunwald 69ff50a90d Forgot to commit a file. 17 years ago
Daniel Grunwald e5ce04c38c F# binding: use "--standalone" option only in release builds. This speeds up compiling debug builds of SharpDevelop. 17 years ago
Daniel Grunwald 5d839819b5 Fixed build. 17 years ago
Daniel Grunwald c1a6698887 Force handle creation of main form in WorkbenchSingleton.InitializeWorkbench. 17 years ago
Daniel Grunwald 4c485fabf7 Rename Content property back to Control (IViewContent, IPadContent, IOptionsPanel) to prevent the C# compiler from automatically picking up a Content property from a base class. 17 years ago
Daniel Grunwald e443953145 Merged 3.0 to trunk. 17 years ago
Matt Ward 426aec5809 Python forms designer no longer generates event handlers if they already exist. 17 years ago
Daniel Grunwald 31aa1cec0e Fixed namespace handling in Boo ConvertVisitor. 17 years ago
Daniel Grunwald 1b38904278 Prevent Boo forms designer from changing the type of fields to 'void' 17 years ago
Daniel Grunwald 99b8d8529f Boo Forms Designer: prevent the designer from deleting unrelated fields. 17 years ago
Daniel Grunwald f259855abb Fixed loading of assemblies that contain generic types with more than 10 type parameters. 17 years ago
Daniel Grunwald d0345f7801 Adjust ProjectTypeGuids when converting project between C# and VB. 17 years ago
Daniel Grunwald 5df6bd39e8 Fixed SD2-1397 - Code completion does not work for nested classes inside generic classes. 17 years ago
Daniel Grunwald af544bac8e Fixed bug in ScriptRunner (for scripts inside file or project templates). 17 years ago
Daniel Grunwald cdc98c365b Fixed bug in build engine: the mapping solution configuration->project configuration was not applied when building only modified projects. 17 years ago
Mike Krüger 65e94963f5 * Src/Lexer/AbstractLexer.cs: Allow white spaces as symbol 17 years ago
Daniel Grunwald 96887f5d5a Update to AvalonDock 1.2.2104. 17 years ago
Siegfried Pammer e77cd497e9 - fixed crash in ExtractedMethod, when extracting code with params parameters 17 years ago
Ivan Shumilin 4526da55b2 Project template for Silverlight application. 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
Daniel Grunwald 1c7b08ea20 Fixed build. 17 years ago
Daniel Grunwald 7ff8db8eac AvalonEdit: add quick class browser 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 60ba0fe3c2 fixed Unit Tests 17 years ago
Daniel Grunwald 43ea75fd62 Fixed compile errors. 17 years ago
Daniel Grunwald 3a2c128dd7 Organize files in ICSharpCode.SharpDevelop.Editor. 17 years ago
Siegfried Pammer 800553fd29 - modified completion action of DefaultCompletionItem and CodeCompletionItem to set EndOffset to the end of the inserted text 17 years ago
Daniel Grunwald 024c5fb887 ITextEditor: moved to namespace ICSharpCode.SharpDevelop.Editor. 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