4252 Commits (e12e17f6e073114455a0b8f1eed2280ff88dad53)

Author SHA1 Message Date
peterforstmeier 2fe7c0c217 Remove unused code, introduce IPageInfo interface for better handling of Pageinfos in evaluator 16 years ago
mrward 938bc2dfdf Resolve IronPython local variables up to the current expression line and not beyond. 16 years ago
mrward c132891492 Move common code for running the IronRuby or IronPython console from the menu to the Scripting project. 16 years ago
mrward fc508ad174 Move common IronRuby and IronPython console application code to Scripting project. 16 years ago
mrward ee134f91a4 Change IronPython and IronRuby Run without Debugger menu option to pause the console output after the run is complete. 16 years ago
Daniel Grunwald 240cd451be Update file headers. 16 years ago
mrward 4a4f2d6bac Fix potential infinite loop in IronPython local variable resolver. 16 years ago
mrward 1b31c480d4 Re-enable basic support for local variable code completion in IronPython. 16 years ago
peterforstmeier ad38116b8f Cleanup 16 years ago
peterforstmeier 03522945df UnknownFunctionException.cs (replace evaluation result with ErrorMessage) 16 years ago
mrward b90aac8024 Add IronPython code completion for class fields. 16 years ago
mrward b7ec252184 IronPython member resolver now finds types that have been imported. 16 years ago
mrward 98765ade2d Add code completion for events in IronPython. 16 years ago
mrward e5d7bccdca Add support for IronPython code completion on properties to any level. 16 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. 16 years ago
peterforstmeier 5253b5ba28 Cleanup 16 years ago
peterforstmeier 25505b233a Combobox for FormatString in Designer SmartTag as well 16 years ago
peterforstmeier 2f58d19a5d Editor for FormatString and DataType in Designer 16 years ago
mrward 1af9cd2f24 Fix SD-1698 - Exception when trying to open F# project properties 16 years ago
mrward 005cec4023 Add simple support for property code completion in the IronPython addin. 16 years ago
Daniel Grunwald b9b018525d Fixed build. 16 years ago
Daniel Grunwald afd2f38400 Mark SharpDevelop assemblies as Full/Client profile. 16 years ago
Daniel Grunwald 4ef945f0f7 Implemented SD-1457 - Client profile. 16 years ago
peterforstmeier ff4cb92e60 FormSheet Reports with ReportViewer are working again 16 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. 16 years ago
peterforstmeier 1575ea4cba Cleanup with FxCop 16 years ago
Daniel Grunwald abbfb1b6f9 Disable target framework combobox in project options so that all target framework changes run through the UpgradeProject code path. 16 years ago
Daniel Grunwald 370c3160d7 Remove file type associations for .xfrm, .cmbx and .prjx 16 years ago
mrward 3f433a2b46 Add support for IronPython completion after typing 'self'. 16 years ago
peterforstmeier 91fcce0a82 Draw formatted String 16 years ago
philippmaihart 1c5ca599db EDMX: Workflow complete - Build Action "EntityDeploy" now working 16 years ago
philippmaihart a6fc423085 EDMX: Some fixes EF code generation 16 years ago
philippmaihart c39147cf60 EDMX: Custom Tool, Designer IsDirty Watcher 16 years ago
peterforstmeier b236904de7 Evaluation inside Grouping 16 years ago
philippmaihart a8d5cbb4cc Save EDMX: Designer Data is getting saved now 16 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) 16 years ago
mrward 72b0a52bcf Asterisk character treated as a normal key character when completing IronPython code. 16 years ago
peterforstmeier bf25326b90 refactor test's for grouping 16 years ago
peterforstmeier 7dadb2c562 Evaluation in grouped report 16 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 16 years ago
mrward 473aec2817 Code completion in the IronRuby console window now working. 16 years ago
mrward eb62c75d5c Add syntax highlighting to IronPython and IronRuby console windows. 16 years ago
Kumar Devvrat 45e5c89b60 Remove NotImplementedException in BeforeSetPosition() 16 years ago
mrward abc43d22a1 Move the code to save text sent before the scripting console window is active into a separate class. 16 years ago
mrward b96c13cabb Extract scripting console unread lines code to separate class. 16 years ago
mrward 5dbdd6ad30 Fix problem with lines not being sent to scripting console when console not currently open. 16 years ago
mrward ea5788a811 Remove locks from Scripting Console. 16 years ago
mrward ecee05b53e Change ScriptingConsoleOutputStream to call console text editor on UI thread. 16 years ago
mrward c3a1ffd6d7 Move common IronPython and IronRuby console pad code to Scripting project. 16 years ago
mrward 3c7fa5d875 Move threading code out of ScriptingConsole class. 16 years ago