6869 Commits (a7938d7e56b2617de6d5b89b1fac245945b92390)
 

Author SHA1 Message Date
Peter Forstmeier b768e24f8a change NameSpace of 'ICSharpCode.Reports.Core.Exporter' for later rewriting the exporting function 15 years ago
Peter Forstmeier 6919ac965a Fix http://community.sharpdevelop.net/forums/t/10738.aspx 15 years ago
Peter Forstmeier 4f0594ec63 Fix creation of ReportExplorer (see 4.0) 15 years ago
Peter Forstmeier 172c91a8e0 Ready for net 4.0 (Fix DesignerView, compil Resources, runn all Unit Test's) 15 years ago
Siegfried Pammer 1bdc261692 change alpha channel of bracket highlighting colors 16 years ago
Siegfried Pammer d9f98af73d fixed build 16 years ago
Siegfried Pammer bb1c643db3 fixed some unit tests 16 years ago
Peter Forstmeier 77841ac2c5 Test's for Layouter 16 years ago
Siegfried Pammer 5f4ab30f4d fixed build (hopefully) 16 years ago
Siegfried Pammer 6e72b23aab added missing file 16 years ago
Siegfried Pammer dfbcf6faf4 - updated visitors 16 years ago
Siegfried Pammer 8b0e9bb861 added experimental parser for VB .NET expression finder 16 years ago
Daniel Grunwald 394c9828f0 Add SDR to setup. 16 years ago
Daniel Grunwald 188eecb856 Fix report wizard. 16 years ago
Daniel Grunwald 95b60b5d98 Update SDR for SD 4.0 16 years ago
Daniel Grunwald 1a4e97101a Add SDR to reports branch. 16 years ago
Daniel Grunwald 83c2b6bfa5 Fixed build. 16 years ago
Martin Koníček af05c72001 CodeCompletion shows only imported extension methods again (original behavior). Will show all available extension methods on Ctrl+Space. 16 years ago
Daniel Grunwald 841d20461a Fixed build order. 16 years ago
Daniel Grunwald 2e1db61657 Move Analysis AddIns to src/AddIns/Analysis 16 years ago
Daniel Grunwald 2b0a47d089 Merge /branches/3.0 to /trunk. 16 years ago
Siegfried Pammer 782a0cb08d - updated parser to support automatic properties 16 years ago
Siegfried Pammer bb59db87f2 [VB10] 16 years ago
Siegfried Pammer 85381fae41 recreated branch for VB.NET 9 and 10 16 years ago
Siegfried Pammer 40ef20a177 created branch for VB.NET 9 and 10 16 years ago
Daniel Grunwald 91e9ba0b9e C# parser: add support for named arguments in attributes. 16 years ago
Peter Forstmeier f520871e88 more UnitTest's 16 years ago
Daniel Grunwald 3f1cc8907b Update string resources. 16 years ago
Daniel Grunwald 2a254de132 Fixed build warnings (obsolete IsValidDirectoryName) 16 years ago
Daniel Grunwald 95544ce215 AvalonEdit Rope: Corrections for XML documentation. 16 years ago
Daniel Grunwald 2b5707a349 Fixed VBNetOutputVisitor bug on "WithEvents" modifier. 16 years ago
Daniel Grunwald 3032c5504e Project Browser: don't allow user to rename files to a new including "/" or "\", as using those invalid file names would cause a crash. 16 years ago
Daniel Grunwald f3999228f2 Handle ProjectStartException when starting project with profiler. 16 years ago
Peter Forstmeier ed9a8b114b Add UnitTest's for ExportItemsConverter 16 years ago
Daniel Grunwald 92885625d8 Fixed SD2-1667: Putting caret into "dynamic" causes ArgumentNullException 16 years ago
Daniel Grunwald b7c912794f Fixed SD2-1666: Arrays of dynamic don't show code completion 16 years ago
Daniel Grunwald 780118df8a Update to Mono.Cecil 0.9.2 (commit f59c382). 16 years ago
Daniel Grunwald f2d8009bac Fixed NullReferenceException in TypeResolveResult.IsReferenceTo. 16 years ago
Daniel Grunwald b1098071ce Fixed ArgumentException in TextView.Redraw when deleting line in XML document. 16 years ago
Daniel Grunwald 18177903cf XamlOutlineContentHost: update outline view only if parse info of the correct file was updated (previously was updating whenever there was any new parse info) 16 years ago
Martin Koníček 91c48d4c30 Fixed bug in CodeCompletion filtering by substring. 16 years ago
Daniel Grunwald a39d830eba Fixed SD2-784 - File still considered dirty after undoing all changes. 16 years ago
Daniel Grunwald d8de6b3927 Fixed NullReferenceException in CodeCompletionItem.Complete. 16 years ago
Daniel Grunwald 67d1aa96d3 AvalonEdit: add TextEditor.IsModified property 16 years ago
Martin Koníček a9e7a20482 CodeCompletion optimization - as the user types, the filtered result is filtered again instead of always filtering the whole completion data. 16 years ago
Martin Koníček b0624e744f Show fully qualified type names in CC tooltip (to distinguish between more types with same name in the CC list). 16 years ago
Martin Koníček 4dc5cc48e6 The new auto-insert-using CodeCompletion now works for Extension methods too. 16 years ago
Martin Koníček 42b6e29d80 Fixes failing XAML test (caused by change in CodeCompletionItem.Complete()). 16 years ago
Peter Forstmeier 4f0bca3401 Cleanup 16 years ago
Martin Koníček 04457b2e8c Attempt to fix build, Mock projects in Tests also implement 2 new methods in IProjectContent by throwing NotImplementedException. 16 years ago