[問題] Elipse格式化問題,請教該如何設定

看板Eclipse作者 (愀軒)時間16年前 (2008/04/16 11:14), 編輯推噓2(201)
留言3則, 3人參與, 最新討論串1/1
stmt.executeUpdate("create table favorite( " + title.get(0) + " number(4) NOT NULL PRIMARY KEY, " + title.get(1)+ " varchar2(20), " + title.get(2) + " number(5,2), " + title.get(3) + " DATE, " + title.get(4) + " number(3)) "); 這是我程式的部分原始碼,想請教我希望碼能以這樣排列,比較方便閱讀!但是每當Elipse格式 化以後必然就會把我美美的排版變成擠成一團(一群+號的部份),請問該如何設定才能維持 我原本的排版呢? -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 220.229.203.88

04/16 11:39, , 1F
我都自己排比較多:P 你也可以先要格式化的選起來, 再格:P
04/16 11:39, 1F

04/25 18:08, , 2F
我只能說.習慣就好.一開始也覺得很討厭
04/25 18:08, 2F

05/17 22:10, , 3F
I use almost only "ctrl-i" to correct indent
05/17 22:10, 3F
文章代碼(AID): #181MyFfd (Eclipse)