Mike Krüger
a3b56d8ca4
* Src/PrettyPrinter/CSharp/PrettyPrintOptions.cs:
...
* Src/PrettyPrinter/CSharp/CSharpOutputVisitor.cs: Added anonymous
method brace style.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4349 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
David Srbecký
09ca330bb6
Console: Indexing using the indexer property
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4348 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Martin Koníček
144dc2dec4
Grid visualizer - implemented EnumerableValuesProvider, now displays lazily loaded grid for IEnumerable<T>.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4347 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
David Srbecký
affaea8a94
Console: Indexing of arrays using literal integers;
...
DebugType.IsInteger and DebugType.IsPrimitive now return true even for integers boxed on the heap
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4346 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
David Srbecký
bbcc95f3d0
Attempt to fix NullReference exception
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4345 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
David Srbecký
ed13621a90
Pretty print array content in debugger console
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4344 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
c3808243ec
Fixed NRefactory unit tests.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4343 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Mike Krüger
e0152e8500
* Src/PrettyPrinter/CSharp/CSharpOutputVisitor.cs: Removed
...
unneccessary spaces in if section.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4342 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
David Srbecký
e936a38958
Fix the position of code completion window for non-default DPI
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4341 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
David Srbecký
87498ad3a7
Use Cecil instead of my own code to parse the signatures
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4340 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
David Srbecký
3a9080c49d
Added the source code of Mono.Cecil to the debugger.
...
Some parts of it will be used for signature parsing.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4339 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
941673ddd2
Empty form resource file (.resx) now being created and added to project when the python forms designer is used.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4338 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
a489ea1e63
Fixed failing unit test.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4337 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
d15e1cf98d
reverted old highlighting functionality
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4336 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
13e940da3b
Fixed XmlParser.GetAttributeNameAtIndex returning an attribute name when inside an element's text child node.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4335 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
84c898a045
fixed Startup
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4334 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
3284781d8f
Added some XAML PowerToys
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4333 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
David Srbecký
e2c1ff9f33
Some support for creating debug types form signature blobs
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4332 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
d1dd93073d
implemented new XAML code completion features
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4330 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Mike Krüger
6c6eae52d8
* Output/CSharp/VBNetToCSharpConverterTest.cs: Fixed unit test.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4329 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
David Srbecký
df4ba376ab
Ignoring "Thread is not in collection" that started to appearing in .NET 4.0; I still have no idea why it is happening - it seems that the API is reporting exits of threads without announcing their creation.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4328 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
David Srbecký
8fcb895665
New command line argument - noExceptionBox
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4327 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Martin Koníček
590536a38c
Grid visualizer - Preparation for displaying IEnumerable (just implementation of EnumerableValuesProvider is missing)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4326 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Mike Krüger
64ef2a35f7
* Src/PrettyPrinter/CSharp/OutputFormatter.cs:
...
* Src/PrettyPrinter/AbstractOutputFormatter.cs: Corrected block
comment output.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4324 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Mike Krüger
52cefeecb0
* Src/PrettyPrinter/CSharp/CSharpOutputVisitor.cs: If statements
...
without block are now correctly indented.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4323 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
David Srbecký
8c17432262
Fixed debugger tests
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4322 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
David Srbecký
564262cf1b
Updates of debugger tests for .NET 4.0
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4321 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Martin Koníček
53c34b73ee
- Grid visualizer - first prototype - shows IList in ListView, lazy loaded as user scrolls
...
- fixed typo in comment in DebugType.cs
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4320 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
d810b90ab9
Python code converter now supports xml doc comments for constructors. Xml doc comments that are not before a class, method or constructor declaration are converted to single line python comments.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4319 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Martin Koníček
000009056b
- added Grid visualizer window
...
- refactored ObjectProperty - will be used in both Grid and Graph visualizers
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4318 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Martin Koníček
3650e45cdb
Moved Visualizers/Graph/Utils to Visualizers/Utils.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4317 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Mike Krüger
d80a5b833b
* Src/PrettyPrinter/CSharp/CSharpOutputVisitor.cs: removed embedded
...
statement newline. (newline here is incorrect ex. printing "if (a)
Foo(); else Bar();" should be possible without forcing newline after
Foo).
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4316 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Mike Krüger
5ad991bd51
* Src/PrettyPrinter/CSharp/CSharpOutputVisitor.cs: Correctly indent
...
embedded statements.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4315 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
e9fa0df4cc
Convert class and method xml doc comments to python docstrings.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4313 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
067cfb1532
Added support for multiline comments in the python code converter.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4312 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
ea250dd7e2
Add missing GlobalAssemblyInfo.cs references.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4311 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
42f2675b73
ComponentInspector does not need log4net.dll anymore.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4310 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
5f8687261b
Single line comments now converted from C#, VB.NET to Python.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4309 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
a5a43d54d2
Explicitly set build order to workaround MSBuild bug when compiling SharpDevelop on the command line.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4308 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
7baee25647
Fixed path to REVISION file.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4307 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
a123d00416
ignore failing test
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4306 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
e2973d98fe
Merge trunk into dotnet4.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/dotnet4@4303 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
9ef4087aa2
Add missing files to setup.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/dotnet4@4302 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
f14dd8e927
Adjusted setup and automatic build.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/dotnet4@4301 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
13a3c93e61
Ported WixBinding.Tests to MSBuild 4.0.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/dotnet4@4300 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
5ffe90b200
Ported UnitTesting.Tests to MSBuild 4.0.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/dotnet4@4299 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
1c44e6f14a
Ported PythonBinding tests to .NET 4.0.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/dotnet4@4298 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
056d1692b1
Fixed CodeCoverage tests.
...
Ignore failing debugger tests.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/dotnet4@4297 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
ab626fb573
Add back all unit tests.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/dotnet4@4296 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
2b3d5c8fb8
Dispose option panels.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/dotnet4@4295 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago