Hôm nay dùng SVN mới biết là mặc định NetBeans dùng 4 spaces thay vì 1 tab khi chọn chuột phải format, làm update code từ SVN về đỏ lòm, mặc dù cũng không có conflict gì. Giải pháp là bỏ chọn "Expand Tabs to Spaces" trong Options của NetBeans để sau này format thì NB sẽ dùng tab thay vì spaces. Nhớ giảm Tab size còn lại 4 spaces thôi ^^.
Rồi sau đó việc còn lại là Find and Repalce 4 spaces thành 1 tab cho toàn bộ project ^^". May mắn là có chứng năng Find in Files của Notepad++, chỉ cần replace 4 spaces thành "\t" là ok.
(*) with Search Mode Extended
11/24/2011
Subscribe to:
Posts (Atom)
The 0/1 Knapsack Problem - Dynamic Programming
References: https://www.youtube.com/watch?v=EH6h7WA7sDw Class Item class Item { private $_weight; private $_value; public functi...
-
Set Alternating Row Styles for the Windows Forms DataGridView Control Rất đơn giản chỉ có hai dòng, một dòng cho màu mặc định, và một dòng...
-
Trước tiên tạo một class ColorTable.java import java.awt.Color; import javax.swing.JTable; import javax.swing.table.*; public class Col...
-
http://dev.mysql.com/doc/refman/5.0/en/replace.html http://dev.mysql.com/doc/refman/5.5/en/insert-on-duplicate.html Bảo Ân đã nói "S...