Daniel Grunwald
|
22b5089405
|
QuickClassBrowser: allow navigating by pressing the first character in method name.
|
15 years ago |
peterforstmeier
|
712b88e3b4
|
Merge branch 'reports' of github.com:icsharpcode/SharpDevelop into reports
|
15 years ago |
peterforstmeier
|
d6807302a7
|
PageBreakOnGroupChange
|
15 years ago |
peterforstmeier
|
2ce0cd79b4
|
Remove DoEvents from ReportDesigner
|
15 years ago |
mrward
|
4efdaf8edd
|
Refactor PythonAstWalker.
|
15 years ago |
mrward
|
c0c8677792
|
Show properties for IronPython classes in class browser.
|
15 years ago |
Daniel Grunwald
|
dc35d18bc1
|
Fixed custom tool output namespace for VB projects (http://community.sharpdevelop.net/forums/t/11240.aspx)
|
15 years ago |
Daniel Grunwald
|
748caff645
|
Fix "Unhandled exception when installing packed addin with incorrect .addin file" (http://community.sharpdevelop.net/forums/t/11807.aspx)
|
15 years ago |
Daniel Grunwald
|
c143e6c89c
|
Fixed column displayed in status bar.
|
15 years ago |
Daniel Grunwald
|
169c640613
|
Allow grouping search results by file.
|
15 years ago |
Daniel Grunwald
|
b1f91f024e
|
Fixed some UI problems with the new CallStackPad.
|
15 years ago |
Daniel Grunwald
|
b17ea8ac53
|
Fixed SD-1729 - Code completion window stays open when switching to another text editor window
|
15 years ago |
Daniel Grunwald
|
eedd9ddba7
|
Fix http://community.sharpdevelop.net/forums/t/11954.aspx - Cannot select project resource as form icon: "This operation can be called on the main thread only"
|
15 years ago |
Daniel Grunwald
|
1876bf473e
|
Update ChangeLog.
|
15 years ago |
Daniel Grunwald
|
5d2f3d8072
|
Fixed old C++ backend binding sample
|
15 years ago |
Daniel Grunwald
|
17c9b20d6a
|
Fix SdaUser sample
|
15 years ago |
Daniel Grunwald
|
cef7bd1a6c
|
Fixed XamlDesigner sample
|
15 years ago |
Daniel Grunwald
|
851a755f2d
|
Avoid looking up version numbers for AddIns that ship with SharpDevelop
|
15 years ago |
Daniel Grunwald
|
550f9eaa76
|
Speed up search for *.addin files by using Directory.GetFiles() with SearchOption.AllDirectories
|
15 years ago |
Daniel Grunwald
|
e030987ab7
|
Declare XAML GroupInto refactorings in .addin file instead of using menu builder (allows lazy loading of XamlBinding)
|
15 years ago |
Daniel Grunwald
|
ee5cb9d895
|
Log loading of AddIns instead of loading of AddIn Runtimes
|
15 years ago |
Daniel Grunwald
|
05a0a33a82
|
Update StringResources
|
15 years ago |
Daniel Grunwald
|
cbf373e687
|
Fix SD-1687: Add UpgradeView strings to translation DB
|
15 years ago |
Daniel Grunwald
|
5ce45dc997
|
Fix border on some flags to avoid white-on-white.
|
15 years ago |
Daniel Grunwald
|
a467999fbe
|
CompletionWindowBase: if window opened upwards, adjust its position when the window gets resized (e.g. due to filtering of code completion items) [based on patch by Eusebiu Marcu]
|
15 years ago |
Daniel Grunwald
|
b6cdd5a767
|
Merge remote branch 'origin/reports'
|
15 years ago |
Daniel Grunwald
|
0d24b46bbe
|
IconBarMargin: Fixed cancelling drag'n'drop using Escape.
|
15 years ago |
David Srbecký
|
fb51065400
|
Fixed "COM object that has been separated from its underlying RCW cannot be used." in MetaDataImport
|
15 years ago |
David Srbecký
|
4116a1a479
|
Normalize line ending in debug tests (just in case that the files on disk use linux line endings)
|
15 years ago |
peterforstmeier
|
170674ba2d
|
Cleanup
|
15 years ago |
mrward
|
69e65acf48
|
Refactor IronPython resolver.
|
15 years ago |
Daniel Grunwald
|
1123bf8278
|
Allow dragging the CurrentLineBookmark in the IconBarMargin.
|
15 years ago |
mrward
|
a767d82cca
|
Add support for IronPython code completion on methods after typing 'self'.
|
15 years ago |
Daniel Grunwald
|
f12ade168f
|
UsageDataCollector: collect WPF rendering tier
|
15 years ago |
eusebiu
|
4150e8db59
|
fix for SD-1713
|
15 years ago |
mrward
|
0ee1755311
|
Fix failing unit tests.
|
15 years ago |
mrward
|
1b445fa671
|
Fix bug in IronPython local variable resolver getting the wrong type due to an off by one problem with line numbers and a problem with name resolution when variable used in several statements.
|
15 years ago |
mrward
|
9fcf7b1699
|
IronPython local variable resolver uses class resolver to find type information.
|
15 years ago |
peterforstmeier
|
2fe7c0c217
|
Remove unused code, introduce IPageInfo interface for better handling of Pageinfos in evaluator
|
15 years ago |
mrward
|
938bc2dfdf
|
Resolve IronPython local variables up to the current expression line and not beyond.
|
15 years ago |
mrward
|
c132891492
|
Move common code for running the IronRuby or IronPython console from the menu to the Scripting project.
|
15 years ago |
mrward
|
fc508ad174
|
Move common IronRuby and IronPython console application code to Scripting project.
|
15 years ago |
mrward
|
ee134f91a4
|
Change IronPython and IronRuby Run without Debugger menu option to pause the console output after the run is complete.
|
15 years ago |
Daniel Grunwald
|
3d402731a6
|
Fixed NullReferenceException in AbstractBuildOptions.InitTargetFramework.
|
15 years ago |
Daniel Grunwald
|
240cd451be
|
Update file headers.
|
15 years ago |
mrward
|
4a4f2d6bac
|
Fix potential infinite loop in IronPython local variable resolver.
|
15 years ago |
Christoph Wille
|
5cce1f4d57
|
Beta 3 designation for setup
|
15 years ago |
mrward
|
1b31c480d4
|
Re-enable basic support for local variable code completion in IronPython.
|
15 years ago |
peterforstmeier
|
ad38116b8f
|
Cleanup
|
15 years ago |
peterforstmeier
|
03522945df
|
UnknownFunctionException.cs (replace evaluation result with ErrorMessage)
|
15 years ago |