2637 Commits (fef7d40907beace779d1df381089dfbe534608aa)
 

Author SHA1 Message Date
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
Daniel Grunwald d8653d3205 Fixed forum-18069: Text selection lags mouse depending on font 18 years ago
Daniel Grunwald 63c313eb87 Merged CSharpCodeCompletion sample enhancements from /branches/2.1 to trunk. 18 years ago
Daniel Grunwald 5cf2e55980 Fixed SD2-1377: Exception adding reference to Compact Framework application. 18 years ago
Daniel Grunwald 9afa0e7ebe RunProject command: compile project before running it. 18 years ago
Daniel Grunwald 0c51983690 NRefactory: Support parsing statements like "SomeDelegate d = GenericMethod<string>;" 18 years ago
Daniel Grunwald c440f7c2a1 CSharpCodeCompletionSample: show xml documentation 18 years ago
Daniel Grunwald 22775ffe8e Fixed some off-by-one bugs in the CSharpCodeCompletion example (caused by the different line counting in the parser and the text editor). 18 years ago
Daniel Grunwald 3acc3cbb3e Improved CSharpCodeCompletion sample: add tool tip support, show only one entry for overloaded methods 18 years ago
Daniel Grunwald a9aca4d7b1 Fixed NullableBoolEditor: the editor must be able to show the difference between the null value and an ambiguous value (multiple selected components with different values). 18 years ago
Daniel Grunwald 9567c3e210 Add more controls to toolbox, support editing properties of type "Cursor" and "bool?". 18 years ago
Daniel Grunwald 67304d86f7 Support creating event handlers by double-clicking buttons in the WPF designer. 18 years ago
Daniel Grunwald b355b23dba Worked on event support in WPF designer. 18 years ago
Russell Wilkins c52097bcb7 SideTab updates 18 years ago
Daniel Grunwald 2d21efe844 Various bug fixes. 18 years ago
Daniel Grunwald 22816a916b Make Properties class thread-safe. (probably fixes forum-18390). 18 years ago
Daniel Grunwald bd4fd6b200 Fixed forum-18448: crash when editing XML file containing a reference to a non-existing DTD. 18 years ago
Daniel Grunwald 136722e9b1 Improved C# code completion (typing constraints on generic classes). 18 years ago
Daniel Grunwald 0333757269 Fixed build. 18 years ago
Daniel Grunwald 7bd9c2a8b6 Fixed SD2-953: Code error is thrown runing a WinForm with the form .resx file opened 18 years ago
Daniel Grunwald 8675624e3c Fixed forum-18481: Problem with Boo Forms Designer when using TableLayoutPanel 18 years ago
Daniel Grunwald b78656bd6f Fixed forum-18391 and forum-18392 (pretty printer bugs). 18 years ago
Daniel Grunwald d2315a13c0 Worked on VB<->C# converter. 18 years ago
Christoph Wille b2764fed7d SHFB (Sandcastle Help File Builder, http://codeplex.com/SHFB) version 1.5.0.1 (for Sandcastle June 2007 CTP) added, NDoc removed 18 years ago
Daniel Grunwald 3d8d7af120 Worked on VB->C# converter. 18 years ago
Daniel Grunwald 1ea9ac7b61 More improvements for the C#->VB converter. 18 years ago
Daniel Grunwald b78db77094 Improved C#->VB converter. 18 years ago
Daniel Grunwald d3ebdfcab4 Worked on C# -> VB converter. 18 years ago
Daniel Grunwald 64e7f0645d Fixed SD2-803: Implicit interface implementations are not converted correctly to VB 18 years ago
Daniel Grunwald 83b98bd73d Fixed SD2-1028: local variables should be always initialized when converting code from VB to C#. 18 years ago
Daniel Grunwald f14402cb05 Fixed SD2-1069: Conversion of VB ReDim statement to C# not implemented. 18 years ago
Daniel Grunwald 0227db2d23 Move Search&Replace into an AddIn. 18 years ago
Daniel Grunwald 1cfbd49b36 Fixed forum-18320: exception when converting VB code using named arguments to Boo. 18 years ago
Daniel Grunwald f537811abc Fixed bug introduced in rev. 2634: When creating a new project, ${USER} ${DATE} in the standard header etc. was not replaced with values. 18 years ago
Daniel Grunwald 195ecac29e Implemented SD2-1054: Opening a file with different editor 18 years ago
Daniel Grunwald b8e587a202 Worked on SD2-1054: Opening a file with different editor 18 years ago
Daniel Grunwald 07741ea018 Property pad now works correctly with the Windows Forms designer. 18 years ago