6568 Commits (cc3208c5cb943a86a941a049fb9ca74a3355965b)
 

Author SHA1 Message Date
mrward b90aac8024 Add IronPython code completion for class fields. 15 years ago
mrward b7ec252184 IronPython member resolver now finds types that have been imported. 15 years ago
mrward 98765ade2d Add code completion for events in IronPython. 15 years ago
mrward e5d7bccdca Add support for IronPython code completion on properties to any level. 15 years ago
mrward 7b72aa9d78 Change ASP.NET web page and web service project so the OutputPath is set to bin when a new project is created. 15 years ago
peterforstmeier 5253b5ba28 Cleanup 15 years ago
peterforstmeier 25505b233a Combobox for FormatString in Designer SmartTag as well 15 years ago
peterforstmeier 2f58d19a5d Editor for FormatString and DataType in Designer 15 years ago
mrward 1af9cd2f24 Fix SD-1698 - Exception when trying to open F# project properties 15 years ago
mrward 005cec4023 Add simple support for property code completion in the IronPython addin. 15 years ago
Daniel Grunwald b9b018525d Fixed build. 15 years ago
Daniel Grunwald afd2f38400 Mark SharpDevelop assemblies as Full/Client profile. 15 years ago
Daniel Grunwald 4ef945f0f7 Implemented SD-1457 - Client profile. 15 years ago
Daniel Grunwald 4f2269751f Fixed inaccuracy in GetVisualLineElementFromPosition (was incorrect by up to a half visual column) 15 years ago
Daniel Grunwald c8361dcdb4 Allow expanding folding sections by double-clicking on the folded element. 15 years ago
philippmaihart ec088184f6 Merge branch 'reports' of github.com:icsharpcode/SharpDevelop into reports 15 years ago
Siegfried Pammer be48f3c67c applied patch "added support for events into Extract Interface" by Maciej Grabowsky - slightly changed FormatMemberForDisplay: replaced StringBuilder by IAmbience 15 years ago
Daniel Grunwald 40a6278655 Merge branch 'reports' 15 years ago
peterforstmeier ff4cb92e60 FormSheet Reports with ReportViewer are working again 15 years ago
Daniel Grunwald 58482b71ca Work on SD-1457: Added support for the Client Profile. The 3.5 and 4.0 client profiles can now be chosen as target frameworks. 15 years ago
peterforstmeier 1575ea4cba Cleanup with FxCop 15 years ago
Daniel Grunwald abbfb1b6f9 Disable target framework combobox in project options so that all target framework changes run through the UpgradeProject code path. 15 years ago
Daniel Grunwald ec937c8363 Require full .NET 4.0 framework in SharpDevelop's app.config. 15 years ago
Daniel Grunwald 370c3160d7 Remove file type associations for .xfrm, .cmbx and .prjx 15 years ago
Siegfried Pammer a93d3be956 fixed http://community.sharpdevelop.net/forums/p/11898/32504.aspx 15 years ago
Siegfried Pammer f886c30915 cleaned NRefactory gen.bat 15 years ago
mrward 3f433a2b46 Add support for IronPython completion after typing 'self'. 15 years ago
peterforstmeier 91fcce0a82 Draw formatted String 15 years ago
philippmaihart 1c5ca599db EDMX: Workflow complete - Build Action "EntityDeploy" now working 15 years ago
philippmaihart a6fc423085 EDMX: Some fixes EF code generation 15 years ago
philippmaihart c39147cf60 EDMX: Custom Tool, Designer IsDirty Watcher 15 years ago
peterforstmeier b236904de7 Evaluation inside Grouping 15 years ago
Daniel Grunwald 70b911260e Add autostart path to AddInTree that runs after the workbench was initialized. 15 years ago
Daniel Grunwald 858f188712 UpdateAssemblyInfo: fixed ReadBranchNameFromGit when git is configured to use colors 15 years ago
Daniel Grunwald cc49af8e05 Add public constructor to ParseProjectContent and move mscorlib initialization to CompilableProject. 15 years ago
philippmaihart a8d5cbb4cc Save EDMX: Designer Data is getting saved now 15 years ago
philippmaihart 620bf74ce3 Save EDMX: Several methods to write CSDL, SSDL, MSL, Designer data and finally merging them to EDMX (Designer save methods not fully implemented yet) 15 years ago
mrward 72b0a52bcf Asterisk character treated as a normal key character when completing IronPython code. 15 years ago
peterforstmeier bf25326b90 refactor test's for grouping 15 years ago
peterforstmeier 7dadb2c562 Evaluation in grouped report 15 years ago
philippmaihart 45deb3a17b Added error page to EDM Wizard which displays edmgen.exe error messages, changed several outdated XML namespaces used by edmgen.exe to new EF 4.0 namespaces, added view support to EDM Wizard 15 years ago
Siegfried Pammer b205555b9a fixed http://community.sharpdevelop.net/forums/p/11851/32435.aspx 15 years ago
mrward 473aec2817 Code completion in the IronRuby console window now working. 15 years ago
mrward eb62c75d5c Add syntax highlighting to IronPython and IronRuby console windows. 15 years ago
Daniel Grunwald 62a02f30c1 Fix build 15 years ago
Daniel Grunwald 531fddf0e7 Exclude incomplete translations from LanguageDefinition.xml (but keep them in setup) 15 years ago
Daniel Grunwald 0375d738a1 Make StringResourceTool update all .resx files in data/resources (independent of LanguageDefinition.xml). 15 years ago
Daniel Grunwald 2607159591 Validate language when starting up SharpDevelop. 15 years ago
Kumar Devvrat 45e5c89b60 Remove NotImplementedException in BeforeSetPosition() 15 years ago
mrward abc43d22a1 Move the code to save text sent before the scripting console window is active into a separate class. 15 years ago