hi, i got visual studio express edition 2005 which i use it for VB.net development and it include this J#-Java editor also, usually i use notepad to write my codes and i don't use the J#.
the problem is, whenever i download any .java file from any websites the codes doesn't indent but they stick together in a few longlonglong lines of long horrizontal lines,
i get
import java.awt.*;import javax.swing.*;import java.util.*;
instead of
import java.awt.*;
import javax.swing.*;
import java.util.*;
this have never happen before i instal it, i know it because where ever i download any .java files they are so screwed up in notepad
is there any way to disable/prevent/avoid the j# from messing with the line of codes without having me to uninstal the J#?