Daniel Grunwald
213455988b
Update string resources.
15 years ago
Daniel Grunwald
533605baf9
Add main menu command for "Add new project to existing solution".
15 years ago
Daniel Grunwald
064c0fd0a4
Update string resources; re-enable Chinese and Russian translations.
15 years ago
Daniel Grunwald
cbf373e687
Fix SD-1687: Add UpgradeView strings to translation DB
15 years ago
Daniel Grunwald
531fddf0e7
Exclude incomplete translations from LanguageDefinition.xml (but keep them in setup)
15 years ago
mrward
a528487a50
Add support for sending selected text to Python and Ruby consoles.
15 years ago
Siegfried Pammer
834b9afd6a
more resource cleanup: removed old "Tip Of The Day" resources
15 years ago
Siegfried Pammer
395a8b7df0
Deleted multiple translations for "Move Down" and "Move Up" and added Global.MoveDown and Global.MoveUp
15 years ago
mrward
2df1b8944e
Can now send the current text editor line to the Ruby Console window.
15 years ago
mrward
9f73652f7d
Can now send the current text editor line to the Python Console window.
15 years ago
Daniel Grunwald
8f5ec90cd4
Update string resources.
15 years ago
Matt Ward
cf7a257e20
Show better error message when test runner application cannot be found.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6424 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
b169fe6311
- Implemented "Collapse all" context menu item in project browser.
...
- Implemented "Navigate to file in project browser" context menu item for tab in tabstrip. This does not expand nodes that have not been loaded yet; probably it should.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6400 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Matt Ward
2aa3e970c8
Added simple Silverlight project templates for IronPython and IronRuby.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6383 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
e8b33ea806
Updated string resources.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6354 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Matt Ward
e4a44d1f9f
Updated string resources.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6333 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Siegfried Pammer
f8797e9c04
fixed selection handling in ExtractPropertiesAsStyleCommand
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6151 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Siegfried Pammer
a245aa9cb9
save only changed snippets in the SharpDevelop options
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6148 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
aeb06aa320
Apply patch from Boris Kozorovitzky:
...
1. Change order of creating a project from a template:
- users are asked about overwriting files first before anything gets written to disk
- write files to disk before calling CreateProject so that the IProjectBinding implementation can use the files that were written by the template
2. Don't read binary files used in file/project templates into memory. Instead, use File.Copy to copy the file directly into the new project.
3. Avoid crash if IProject implementation does not provide IProjectItemListProvider.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6069 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Kumar Devvrat
7c1f1cceb9
Add string resources for Context menu
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/wpfdesigner@6065 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
6cb65113c4
Show progress running unit tests in status bar.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6050 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
1d876d91ee
Use global lock when running Boo parser (Boo compiler's type system is static, so we cannot run the parser concurrently for multiple files)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5941 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
81c7f4edc0
Localized 3 new resource strings.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5892 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
f4bef90961
Update string resources.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5874 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Peter Forstmeier
172c91a8e0
Ready for net 4.0 (Fix DesignerView, compil Resources, runn all Unit Test's)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/reports@5806 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
6c771a6218
Fixed SD2-1652: "Cannot save with current encoding" not implemented in AvalonEdit.AddIn
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5630 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
f49db06b88
Allow user to specify an encoding when saving a text file.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5629 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
829bf9a264
updated string resources
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5566 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
954fbbb142
- Added translations for refactorings and updated string resources
...
- set StringResourceTool to 32bit compilation (needed for ODBC drivers on x64 systems)
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5509 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
935f3a005b
Move strings from UsageDataCollector into translation database.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5428 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
9357a9a4eb
Fixed SD2-1601 - Implement disabled text editor settings
...
- Show quick class browser panel
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5416 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
55316cef66
Updated StringResources.
...
Code cleanup: replace "if (x ?? false)" with "if (x == true)"
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5013 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
b9e1ce7c02
Store string resources as .resx instead of .resources in the repository.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4813 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago