2673 Commits (65ba1bf91a94a415eb233f98284f507b32ead94a)
 

Author SHA1 Message Date
Daniel Grunwald 65ba1bf91a Prevent crash in DockPanel.FocusManager.Activate when active pane was removed (e.g. the pad that was active when SharpDevelop was closed does not exist anymore after an AddIn was removed manually or SharpDevelop was updated) 18 years ago
Daniel Grunwald b6c95c8c87 Fixed code completion after string literals ("hello, world".Length), fixed code completion in object initializers that use binary operators in the value (new MyType { P1 = someValue + someOtherValue }). 18 years ago
Daniel Grunwald 43ccda8109 Fixed build. 18 years ago
Daniel Grunwald 44fcb45530 FxCop AddIn: allow suppressing assembly-wide messages (e.g. AssembliesShouldHaveValidStrongNames) 18 years ago
Daniel Grunwald 25bc869822 Make project conversion from MSBuild 2.0 to 3.5 explicit using a button in the project options. 18 years ago
Daniel Grunwald 5edf2f6842 Fixed bug in text editor drag+drop that could cause an undo group to stay open. 18 years ago
Daniel Grunwald 834324ad1f Update to Boo 0.8. 18 years ago
Christoph Wille da6aee9151 Updated setup for SHFB 1.6 18 years ago
Daniel Grunwald 6bd9f43482 WinFormsUI/License.txt: disable Copy to Output Directory. 18 years ago
Christoph Wille 55dc6fdb92 Updated tools.build to copy new directories of SHFB 1.6 18 years ago
Daniel Grunwald 6e385b8ff4 Code completion: fixed some context detection bugs. 18 years ago
Daniel Grunwald cf79e8fa40 Disabled COM registration for MyMeta. 18 years ago
Daniel Grunwald f21ac6edfb Fixed two bugs: 18 years ago
Daniel Grunwald 1dc3420a1b Fixed attribute completion. 18 years ago
Daniel Grunwald 68bf3ac9f0 Looks like I only committed the src folder in rev. 2714, here are the missing changes. 18 years ago
Daniel Grunwald df2adaa0d5 Fixed forum-19285: code-completion for nested inner classes 18 years ago
Daniel Grunwald 922d231e4f Add "Abort build" and "Set platform" commands to the "Build" menu. 18 years ago
Daniel Grunwald dd7e9de26c Assign DomRegion to ExpressionResult for describing the exact location where the expression was found. 18 years ago
Daniel Grunwald 938e18962f WorkbenchLayout: make the SharpDevelop main form structured similar to the DockPanelSuite sample application, use DockingMdi mode. This seems to solve some issues with the DockPanelSuite v2.1. 18 years ago
Daniel Grunwald 08e5606c11 Do not show read-only value-type fields and properties in collection initializer completion. 18 years ago
Daniel Grunwald f729721b17 Add code-completion support for object and collection initializers. 18 years ago
Dickon Field 4887977c40 Added MyMeta and ICSharpCode.DataTools libraries which are required by new version of DbTools plugin 18 years ago
Daniel Grunwald 2d94d3128c Update to Cecil 0.6. 18 years ago
Daniel Grunwald 06b61ceb90 Fixed forum-19066: Invalid params for External Tools. 18 years ago
Daniel Grunwald 51b2ea1d23 Reapply our patches to the DockPanel Suite. 18 years ago
Daniel Grunwald 76b67dbca9 Update to DockPanel Suite v2.1. 18 years ago
Daniel Grunwald 22eed44cab Fixed crash when closing the solution while building. 18 years ago
Daniel Grunwald 180d7d1cf6 Show build progress in status bar. 18 years ago
Daniel Grunwald 9c78cdcfc5 Some fixes suggested by FxCop. 18 years ago
Daniel Grunwald 7c21fdaa48 Add a .targets file to the build that gets automatically included when the C# 2.0 or VB 8 compiler is used. This .targets file will display warnings when the project uses MSBuild 3.5 features. 18 years ago
Daniel Grunwald 13f3fad76d Fixed deleting directories when "Use recycle bin" option was activated. 18 years ago
Daniel Grunwald 60d3c8b7e3 Fixed bug introduced in revision 2688 that could cause non-partial classes to become a CompoundClass with two identical parts when the file is edited. 18 years ago
Daniel Grunwald 961a8a9356 Fixed build. 18 years ago
Daniel Grunwald e52deb9249 Support embedding the .manifest in the .exe. 18 years ago
Daniel Grunwald 406b89254b Build engine: reduce the number of events build workers sent to the host process 18 years ago
Daniel Grunwald e34c30605d Add ICSharpCode.SharpDevelop.BuildWorker.exe to setup. 18 years ago
Daniel Grunwald fef7d40907 Rewritten build system. Separated solution build logic (BuildEngine) from project build logic (MSBuildEngine). 18 years ago
Daniel Grunwald c7918345e7 Fixed exception when deleting a file that had multiple view contents open in the same WorkbenchWindow (e.g. Source view+Designer view, or Source view+Subversion History). 18 years ago
Daniel Grunwald 3bf02f9f17 Fixed build again. 18 years ago
Daniel Grunwald a8c71399b6 Fixed SD2-1378: Bookmarks behave incorrectly when removing text 18 years ago
Daniel Grunwald 9dbecc48ee Implemented SD2-1371: Use recycle bin to delete files. 18 years ago
Daniel Grunwald 17e0c7325e git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2689 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61 18 years ago
Daniel Grunwald e48a9bf413 When there are duplicate classes, treat both parts as implicitly partial. Fixes SD2-1217: Duplicate class name support in ProjectContent. 18 years ago
Daniel Grunwald baecdf2d5e SdStatusBar.BeginTask: reset WorkDone to 0. 18 years ago
Daniel Grunwald 69e26d71c3 Applied patch by Ray Gilbert: CodeDomOutputVisitor now supports more language constructs. (see http://www.codeproject.com/csharp/codedom_assistant.asp) 18 years ago
Daniel Grunwald 23f3e580b5 Add sample project for text anchors. 18 years ago
Daniel Grunwald 2fb0252633 Fixed removing lines in the text editor. 18 years ago
Daniel Grunwald 1eabdccf12 Add TextAnchor to text editor. 18 years ago
Daniel Grunwald 378073478e Fixed forum-15062: TextEditor changes encoding of UTF-16 files to UTF-8. 18 years ago
Daniel Grunwald f21b08932d TextView.VirtualTop: X was a column number, Y a pixel position. Now both are pixel positions. 18 years ago