[MonoDevelop] open .cs file

fabio fabiotogna at libero.it
Wed Nov 2 15:31:50 EDT 2011


It's very strange!!! this happens also with some traditional comment

//comment....

this .cs load correctly

.......
if (e.KeyChar.ToString() == "\r")
                riga = "\na \na";
.......

this not:
.......
//Se è il tasto invio mettiemo due righe in più
//nel testo virtuale che servirà per calcolare le dimensioni
if (e.KeyChar.ToString() == "\r")
                riga = "\na \na";
........


but if I modify the comment (witdh word pad) with some other word the file
load correctly!!!!!!!


this load
.......
//altro commento prova
if (e.KeyChar.ToString() == "\r")
                riga = "\na \na";
........

I'm very confused 

--
View this message in context: http://mono.1490590.n4.nabble.com/open-cs-file-tp3972174p3982146.html
Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.


More information about the Monodevelop-list mailing list