Configure TextPad for Microsoft Visual C# 2008 Compiler

Instructional HowTos, posted by users. No questions here please.

Moderators: AmigoJack, helios, bbadmin, Bob Hansen, MudGuard

Post Reply
gmua
Posts: 1
Joined: Mon Apr 18, 2011 4:08 pm
Location: México

Configure TextPad for Microsoft Visual C# 2008 Compiler

Post by gmua »

This was tested using Windows XP SP3 !!!

Configure > Preferences... > Tools > Add > DOS Command...
Microsoft C# Compiler
Command: cmd.exe
Parameters: C:\WINDOWS\Microsoft.NET\Framework\v3.5\csc $FileName
Initial folder: $FileDir
Checkboxes: Capture Output, Save all documents first, Sound alert when completed
Regular Expression: ^\([^(]+\)(\([0-9]+\),\([0-9]+\))
Registers: File: 1 Line: 2 Column: 3

Cheers... :D

PS: I forgot to mention that I am using spanish versions for both Windows and C#, and here is a sample of the errors, just in case:

Code: Select all

Test.cs(2,1): error CS0116: Un espacio de nombres no contiene directamente miembros como campos o métodos
Test.cs(9,5): error CS1001: Se esperaba un identificador
Test.cs(9,7): error CS1518: Se esperaba una clase, un delegado, una enumeración, una interfaz o una estructura
Image

Image
Post Reply