Daniel Grunwald
f537811abc
Fixed bug introduced in rev. 2634: When creating a new project, ${USER} ${DATE} in the standard header etc. was not replaced with values.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2648 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
5f9f3db75c
Update string resources.
...
Improve lexer code determining the type of integer literals.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2639 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
670b0d5212
Fixed C# parser bug regarding integer literals between long.MaxValue + 1 and ulong.MaxValue.
...
C# spec 2.4.4.2: Implemented rules regarding int.MinValue and long.MinValue (they get tokenized to Token.Minus + Token.Literal(uint/ulong), but must be parsed as signed int/long)
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2638 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
9dbd77c0d1
C# parser: allow unicode escape sequences in identifier names (yes, "int numb\u0065r;" is valid C#!)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2637 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
9d73b7042e
C# lexer: add support for 32-bit unicode escape sequences (including those that represent surrogate pairs)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2636 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
f86decdab1
Fixed SD2-1325: SharpDevelop brought in front of running console app
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2635 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
ab66ebb70c
Fixed SD2-1367: Templates ignore tab/indentation options
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2634 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
37c18e0660
Fixed unit tests when .NET FX 3.5 is installed - do not rely on the order in which Reflection returns methods.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2624 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Matt Ward
70b289233e
Updated to NUnit 2.4.2
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2623 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
5602eff9e7
NRefactory output visitors: allow inserting specials between attributes and the attributed node.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2615 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
456847adde
Fixed SD2-1365: FxCop can't start if project's name contains spaces
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2614 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
326db119e1
Prevent ArgumentOutOfRangeException in PaintDocumentLine when there are invalid folding markers.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2612 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
c8f31d4b3a
Lookup XmlDoc for XNA references.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2611 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
d45e39c051
TextEditorOptions: enlarge two check boxes where the last word was cut off
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2610 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
9947820325
Increment version number to 2.2.1.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2609 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
60fe87ccd7
Fixed start page "Team" / "Help wanted" links (they were pointing to the old wiki)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2608 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
313121fcc9
Fixed VB Direct3D project template.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2607 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Christian Hornung
791a591134
Fixed forum-17806: Exception on showing resource tooltip when the resource name is equal to the project root namespace.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2605 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
4b8d80a68b
Fixed SD2-1363: Exception is thrown using incorrect VB syntax.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2603 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
e710827635
Fixed project creation bug: By default, "Optimize" was not set to true for release builds.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2602 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Christoph Wille
dd5d5aa5cd
2.2 updates for \doc folder
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2593 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Christoph Wille
8fa6d50a29
Update a few SDR resources
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2592 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Christoph Wille
bcea7fa742
Updated to current build of SDR; PdfSharp 1.0 is now part of SDR
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2585 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Matt Ward
aba0dd0328
WiX NetFx library (netfx.wixlib) now installed with the correct file name.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2584 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
4b0b2e2690
Hide TreatIncludeAsLiteral from project browser, make the default value "true" (otherwise files named "a%def.cs" are added incorrectly to the project).
...
MSBuildInternals: when creating a temporary MSBuild project to inspect the properties of a non-default configuration, specify the path of the project file so that projects containing <Import Project="relativePath" /> can be loaded (fixes editing properties in the release configuration of the forms designer project)
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2582 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Matt Ward
9e671a683a
Fixed SD2-1345. A warning message is now shown in the project options if an attempt is made to save a WiX compiler extension that is missing an assembly name.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2581 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Matt Ward
82c8dd1a3f
Fixed SD2-1359. Incorrect test fixture tested if the base class has unit test methods when running an individual test from the Unit Test tree.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2580 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Matt Ward
7f09e9efd2
Added WiX UI project templates to the installer.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2579 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Matt Ward
8f3ca00a17
Adding WiX project templates for the WiX UI library: Mondo, InstallDir, FeatureTree and Minimal.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2575 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Matt Ward
f66a2533c0
An MSBuild project item's include can now be treated as a literal. Project templates can now choose whether a project item's include value is escaped.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2574 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
e0f2d941e8
Update string resources.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2567 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
839bf506c9
Add BSD header to SharpDevelop samples.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2560 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
6331df6b0c
Fixed forum-17502: exception in C# and VB lexer when a hexadecimal literal is larger than ulong.MaxValue.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2559 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
12d559c90f
Fixed forum-16247: Add Web Reference dialog missing URL on 120 DPI
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2558 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Matt Ward
eb7c9a8f91
Updated to WiX 2.0.5325
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2557 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Matt Ward
69e1ad3b64
Added addin writing help url and app.config template to installer. Installer now installs into Program Files\SharpDevelop\2.2
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2556 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Matt Ward
a1d5fdfec4
Updated to NUnit 2.4.1
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2555 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Justin Dearing
58aba4a28a
Fixed projects now call Console.ReadKey(true).
...
Updated AssemblyInfo for boo projects to reflect changes in VB and C#.
Wix Project template now uses included dialog files.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2553 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Justin Dearing
5b6ce24ff6
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2552 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Justin Dearing
29102893e2
Workaround to fix file casing
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2551 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Christoph Wille
99c5c22496
Desktop icon show v2.2, same for start menu group
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2547 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
e624307810
SharpDevelop Setup: fixed check for newer versions (test for >2.2.x instead of >2.1.x)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2545 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Christoph Wille
21de626fe8
Update SDR to SDR 2.2.0.192 for pre-release testing (this version of SDR uses a new file format)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2544 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Christoph Wille
2fb2d92e5c
Setup versioned 2.2, upgrading 2.1
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2543 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
f3787b6fc0
Fixed import of VS2003 projects that were saved with system encoding.
...
Remove unused parameter from TextArea.SetCaretToDesiredColumn.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2542 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
a627f020d5
Disable IME on 64-bit Windows.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2541 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
f9ade6122e
Fixed forum-17295: NullReferenceException when right clicking on "MyApplication" module that has one part in user code and one part in compiler generated code.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2540 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
797979974d
Syntax highlighting: Allow keyword groups without keywords to fix SD2-1354: Saving an empty keyword list using the highlighting editor causes the highlighting file to become invalid
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2539 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
e11e1322bc
Fixed forum-17250: Refactor->Rename does not work on local variables, method parameters and constructor calls.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2538 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
7a158a9340
Fixed forum-17249: NullReferenceException in MergeFormChanges if the form contains a VB field without datatype.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2537 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago