View Single Post
  #1 (permalink)  
Old 11-03-2007, 09:45 AM
unhurt unhurt is offline
Member
 
Join Date: Oct 2007
Posts: 21
unhurt is on a distinguished road
problem with viewing .java files when Visual J# 2005 Express Edition exist
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

Code:
import java.awt.*;import javax.swing.*;import java.util.*;
instead of

Code:
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#?
Reply With Quote
Sponsored Links