1746 Commits (f7aa5f0520a7959a391891d8d5883668448e6853)

Author SHA1 Message Date
Daniel Grunwald 5fa0f7e1fa Fixed tracking of current project: Improved finding of the first visible parent node of a project by not using lazy initialization for solution folder nodes. Do not set ProjectService.CurrentProject in SelectFile requests - when changing the active file, ProjectService.ActiveViewContentChanged already takes care of changing the current project. 18 years ago
Daniel Grunwald 65820b499e Disable code-completion inside string literals. 18 years ago
Daniel Grunwald e49d1e86ab Improve code completion after the "new" keyword. 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 834324ad1f Update to Boo 0.8. 18 years ago
Daniel Grunwald 1dc3420a1b Fixed attribute completion. 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 06b61ceb90 Fixed forum-19066: Invalid params for External Tools. 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 e52deb9249 Support embedding the .manifest in the .exe. 18 years ago
Daniel Grunwald fef7d40907 Rewritten build system. Separated solution build logic (BuildEngine) from project build logic (MSBuildEngine). 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 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 378073478e Fixed forum-15062: TextEditor changes encoding of UTF-16 files to UTF-8. 18 years ago
Daniel Grunwald 0c51983690 NRefactory: Support parsing statements like "SomeDelegate d = GenericMethod<string>;" 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 bd4fd6b200 Fixed forum-18448: crash when editing XML file containing a reference to a non-existing DTD. 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 d2315a13c0 Worked on VB<->C# converter. 18 years ago
Daniel Grunwald 3d8d7af120 Worked on VB->C# 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 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 07741ea018 Property pad now works correctly with the Windows Forms designer. 18 years ago
Daniel Grunwald 2213306f2d Set correct caret column when pressing return. 18 years ago
Daniel Grunwald 6425919275 Fixed nunit.framework detection (fixes build) 18 years ago
Daniel Grunwald d5b3330f71 Fixed SD2-1355: FormattingStrategy: meaning of IndentLine, FormatLine return value 18 years ago
Daniel Grunwald ab66ebb70c Fixed SD2-1367: Templates ignore tab/indentation options 18 years ago
Daniel Grunwald 096c91e094 Add "RequiredTargetFramework" meta data to references. 18 years ago
Daniel Grunwald 0d75f719ea Fixed build. 18 years ago
Daniel Grunwald 4423707856 GacReferencePanel: when the GAC contains multiple versions of an assembly, show the version that MSBuild will use. 18 years ago
Daniel Grunwald f3528c4d04 Remove skip-messages for projects not compiled when compiling only a single project using F9. 18 years ago
Daniel Grunwald 191f894328 Use MSBuild 3.5. 18 years ago
Daniel Grunwald 65c82c0ab6 WpfDesigner tests: Change WPF namespace from winfx/2006/xaml/presentation to netfx/2007/xaml/presentation 18 years ago