Daniel Grunwald
6050a6bda4
Moved some more strings to translation database. Windows Service template now contains installer class.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1487 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
80d967e240
Fixed parsing of the VB "Custom" keyword (it is valid variable identifier but not valid field identifier)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1486 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
d4353b1484
Fixed SD2-826: Excluding folder from project browser throws exception
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1485 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
5efb3e0526
Fixed SD2-825: Drop file into project browser overwrites file without no warning
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1484 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
77bf824719
Fixed SD2-829: Linked file not removed from project browser when deleted
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1483 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
81835b5c25
Fixed SD2-853: Cut and paste folder removes folder and contained files
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1482 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Peter Forstmeier
2b9b0cde11
Fixed http://community.sharpdevelop.net/forums/thread/8438.aspx and some changes from
...
FxCop
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1479 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
79f22303b6
Fixed VB parser bug: Using statement can have multiple variable declaration expressions. (forum-8651)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1478 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
515b955432
Lock access to DefaultProjectContent.ReferencedContents - can be modified by main thread and solution loading thread.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1477 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
29b56d32d0
Fixed forum-8723: exception when loading designer for form containing enum TypeDeclarations.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1476 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Peter Forstmeier
d0993b0365
Fixed < http://community.sharpdevelop.net/forums/thread/8439.aspx >
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1475 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Peter Forstmeier
7f3d0afca9
PageBreakAfter in DetailSection
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1474 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
b2a3cc4ead
More bugfixes for the C# <-> VB converter.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1473 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
09165fa450
Ensure project name is valid before creating solution.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1472 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
7ec05ca194
Fixed SD2-840: Adding existing item to unknown project type throws a null reference exception
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1470 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
35ab1d4ee3
Fixed SD2-841: Saving MSBuild project after deleting file from project can throw ArgumentException
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1469 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
06680fb191
Improved C#<->VB converter.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1468 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
8d441d6f05
Fixed forum-8452: VB parser bug
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1465 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
b5ff89c524
Fixed position of current line textmarker.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1464 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
bdb690af14
Adjust vertical scroll bar for visible text range only. Improves text editor performance when editing large files.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1463 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
6cdf5d7ab8
Parse CompilerMessageView text on category change correctly.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1462 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
3279bd1cdf
Fixed SD2-836: Editing span highlight colour generates null reference exception
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1461 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
f678d9c8c7
More untranslated strings moved to the translation database, fixed SD2-838: Untranslated resource strings in output window
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1460 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Peter Forstmeier
ae0af4ef4a
Fixed problem with missing ResourceStrings
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1459 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Christoph Wille
4e72b0db6e
RC2 Setup Script
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1458 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
7ea51e06df
Fixed forum-8340: error inserting code template in empty file
...
Translated ExceptionBox.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1457 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Peter Forstmeier
4716a7a90b
More changes in ResourceStrings
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1456 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Mathias Simmack
ca355e28f2
updated HtmlHelp2Options.cs
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1455 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Mathias Simmack
b53af54b3e
updated WinFX templates for WinFX CTP May 2006
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1454 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Peter Forstmeier
5981914b84
Added some missing Resources
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1451 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
b0a4b07005
CodeDOMOutputVisitor.cs now supports arrays - fixes forum-8320
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1450 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
40347a51c9
Add more strings to translation database. (based on list by asl)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1449 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
8e7e3453c0
Code coverage unit tests fixed after changes to TextMarker behaviour (SD2-667). Multiline statements are now highlighted up to the end of the line.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1448 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Peter Forstmeier
55c97529b6
Fixed problem in Reports with RowItems, refactoring of Loading Reports
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1447 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
30d5780ff0
Fixed SD2-828: Resolving private field with the same name in subclass
...
Fixed SD2-834: Searching inside a directory which does not exist throws an exception
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1446 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
959ca301c5
Fixed SD2-831: Text editor jumping after copy and paste
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1445 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
82f68b0329
Fixed several minor bugs; put some strings into the translation database.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1444 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
5a58e676fe
SD2-833. The currently active view is checked to see if it implements the ITextEditorControlProvider interface before attempting to clear the selection when bookmarking all found search results.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1443 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
4b4905d787
SD2-830. 'Prompt for Arguments' and 'Use Output Window' options now working for external tools.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1442 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
782aac1504
Fixed SD2-699: New file name does not increment
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1441 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
6ebc9f8514
Fixed SD2-793: Output window showing incorrect unit test output text
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1440 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
f1eb93cb43
Fixed SD2-424: Replace performance not acceptable
...
Caret.PositionChanged now no longer fires when TextAreaControl.IsInUpdate is set to true.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1439 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Peter Forstmeier
0373b98753
Changed selection of ReportControls to 'RectTracker' found at < http://www.codeproject.com/csharp/SharpFormEditorDemo.asp >
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1438 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
30d6d5f7fa
Fixed forum-8128: C# parser bug when type parameter is a fully qualified name.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1437 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
e56e0f6f8a
Rewritten TextView.PaintLinePart. Text markers now can start or end inside TextWords; the highlight marker now can be placed inside a TextWord.
...
Fixes SD2-667: Text marker colour bleeds into tabs following text
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1436 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
2de421c5a9
Fixed C# <-> VB conversion bugs.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1434 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
8c95c75fb7
Fixed SD2-812: Synchronising non-existent TOC
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1433 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
e8e6d4e662
Fixed SD2-817: File changes lost when moving file in project tree
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1432 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
059d8e0873
Fixed SD2-821: Cursor position after generating event handler
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1431 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
aac539edf7
Fixed SD2-808: Indenting comment when typing colon character or ( )
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1430 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago