Daniel Grunwald
659144824e
Install debugger to correct directory.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5497 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
d8a358fae7
Fixed hard-binding attributes for ICSharpCode.SharpDevelop.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5496 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
d14bd65876
Fixed references to F# binding in solution files.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5495 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
23d3dbf841
Ported F# binding to C#. (merge from 3.0 branch + added back adjustments for SD 4.0)
...
The F# binding written in F# was problematic because the F# runtime is not installed on all computers where SharpDevelop is running.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5494 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
3c7d526857
Show progress of SD status bar also in Windows 7 taskbar.
...
Delay hiding the progress bar a bit in case of errors to give the user a visual clue that his build failed in the screen area he's looking at (the progress bar).
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5490 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
3188b51637
Fixed unit tests.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5489 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
3c77ae8ba6
Test for .NET 4 RC in setup.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5488 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Christoph Wille
053e729344
Temporary build fix for <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">. Set <OtherFlags> to value "--standalone". Only fixes build server, might cause runtime issues (deferred for fixing).
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5487 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
301cb7b6b3
fixed bug in XAML binding: x:ClassModifier was not visible in CC in root element, but x:FieldModifier was.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5486 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
cf9d7e4766
XAML binding now uses correct modifiers for classes and fields (implemented x:ClassModifier and x:FieldModifier support)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5485 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Christoph Wille
194c8e2466
Update build scripts for .NET Framework 4.0 RC (v4.0.30128)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5484 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
fb3fa4dac7
Rewritten IProgressMonitor:
...
- allow nested progress monitors
- use .NET 4 cancellation framework
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5483 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
f2bae1ba6e
Fixed forum-10719: AvalonEdit swallows Alt+Space
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5480 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
947f9ae4db
Fixed some FxCop warnings in WPF designer.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5479 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Martin Koníček
88bf8d0085
Object graph visualizer shows values again - modified AtomicType.IsAtomic to work again after the reimplementation of Debugger.Core.DebugType (DebugType being derived from System.Type).
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5478 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
3d952fe24c
- implemented SelectCulturePanel as WPF OptionPanel
...
- added NumericUpDown to ICSharpCode.Core.Presentation
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5475 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
788a578ce7
Fixed build.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5471 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
d111238f33
- added CSharpBackgroundCompiler
...
- extended CodeGenerator
- fixed NullReferenceException in NRefactoryResolver
- various bugfixes in CodeGenerator and NRefactoryASTConvertVisitor
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5470 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
99e98d1cfb
Merge python addin from 3.0 to trunk.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5469 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
b69ac8a54a
Fix build error in CompletionWindowBase.cs. AvalonEdit targets .NET 3.5, but used a .NET 4.0 member.
...
For some reason, this worked fine on most machines (including the build server), these machines seemed to have an updated version of .NET 3.5 SP1 - either using Windows Update or installing VS2010 seems to add members to .NET 3 assmblies.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5468 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
820a347fdd
Fix build.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5467 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
df834b637e
Fix compiler warning in F# binding.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5466 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
87a4d497b0
Fixed SD2-1632 - Fullscreen mode not implemented in WpfWorkbench
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5465 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
792700e970
Use priority 1 for NGEN call in setup.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5464 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
1d825feb8c
fixed InvalidOperationException related to wrong usage of Enumerable.SingleOrDefault<T>() in IsSimpleProperty
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5463 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
cd0fbe430d
Fixed SD2-1642: NotImplementedException when converting project from C# to VB
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5460 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
fd78f8a250
- copy modifiers from get/set accessors, when expanding an automatic property.
...
- added ConvertToAutomaticProperty refactoring for properties with simple get/set accessors.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5456 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
2b007b4365
Fixed SD2-1641 - Random crash in AvalonEdit when copying to the clipboard
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5455 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
53b022c615
Add safety check to UndoStack to prevent corruption when the document is changed by UpdateStarted/UpdateFinished events within Undo() or Redo() calls.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5454 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
327fb646e4
Remove <Folder> from AvalonEdit.csproj
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5453 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
efeb9277ab
- replaced file headers with standard header
...
- fixed http://community.sharpdevelop.net/forums/t/10395.aspx
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5451 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
5dfb771735
Merge 3.0 to trunk.
...
I excluded Python from this merge (too many conflicts I don't know how to solve).
I also excluded SharpReport (will be ported to SD 4.0 later).
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5450 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
e2601ae006
Fixed forum-10226: Resolving identifiers does not properly search InnerClasses of Structs, only Classes.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@5449 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
a7764d92d1
Improvements to C#->VB code converter (see forum-10353).
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@5448 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
21fbbd06a7
Fixed forum-10403: several bugs in VBNetOutputVisitor
...
* Handle combinations of ParameterModifiers
* Output DefaultValue of optional parameters
* Handle Class.TypeModule in GetTypeToken
* Fixed output of base constructor calls
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@5447 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
7bd640d2b1
- improved IntroduceMethod
...
- added ResolveAttribute
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5446 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
6a8bf3b680
Fixed forum-10660: make EndOfStatement between "Else" and the following block optional. It isn't according to the VB spec, but the MS VB compiler allows such code.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@5445 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
5578fd2088
- added SharpRefactoring.Tests
...
- improved IntroduceMethod
- added ResolveExtensionMethod
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5444 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
d6adb76be1
Add F# binding to setup.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5443 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
c7eef55be7
Removed the mscorlib reference from python project templates since it is no longer required and added an IronPython.Modules reference.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@5442 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
4fc3aae639
Fixed index out of range exception that occurs when executing ctrl+space completion for a 'from sys import ' python statement.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@5441 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
f9978e2321
Remove ruby unit tests from solution. Because RubyBinding and PythonBinding use different versions of Microsoft.Scripting.*, the unit tests break because we compile all of them into the same directory.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5440 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
9ff90bcfd4
Add F# binding back to SharpDevelop 4.0.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5439 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
9daf455136
Remove XamlDesigner2.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5438 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
b960e9bc53
Fixed build.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5437 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
d67005fa0f
Ignore IOException when saving layout (maybe another process is writing to the layout file).
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5436 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Peter Forstmeier
413ec91c9e
Start working on absolute and relative FileName's for Images
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@5435 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
f24fcce484
Added method completion for standard python modules that import all members (from sys import*).
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@5434 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
550c9f7702
Fixed forum-10596: C# to VB.NET conversion problems
...
- base[index] must be converted to MyBase.Item(index)
- Overloads modifier must be added when method has same name as another method in a base class
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@5432 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
81e6acf794
Fixed forum-10453: NRefactory VBNetOutputVisitor writes incorrect "AS" keyword
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@5431 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago