Enable JavaScript to use search. / 検索を使用するには JavaScript を有効にしてください。
Posts with #eclipse
Thu, April 19, 2012
1 min read
[Eclipse] How to Display Dot Files "." Files (.htaccess etc.)
A short memo on making Eclipse Indigo show dot files like .htaccess in the Explorer view.
read more →
Sat, February 11, 2012
[Eclipse] Java/Tomcat Configuration Change Memo When Switching Projects
A checklist of Java and Tomcat settings to update when switching between Eclipse projects.
Wed, September 19, 2012
2 min read
[Mac] Installing Eclipse Kepler (4.3) on Mountain Lion + Japanese Localization
Installing Eclipse Kepler on Mountain Lion and localizing it to Japanese with Pleiades.
Mon, April 22, 2013
[Eclipse] No projects are found to import
Fixing Eclipse's "No projects are found to import" error by adding a .project file.
Fri, March 16, 2012
[Eclipse] How to configure PHP code recognition and coloring in files with extensions like html
Configuring Eclipse so that PHP code inside .html files opens with the PHP editor and syntax coloring.
Sat, August 27, 2011
[Eclipse] Solution When PHP Syntax Errors Are Not Displayed
Fixing missing PHP syntax errors in Eclipse by running Add PHP Support on the project.
Tue, April 2, 2013
Eclipse Configuration Settings Memo
A quick memo on enabling whitespace display and soft tabs in Eclipse's text editor preferences.
Thu, April 4, 2013
[Eclipse] How to Rename an Existing Project
A quick memo on renaming an existing project in Eclipse using the Refactor: Rename feature.
Fri, October 14, 2011
[Eclipse] Shortcut Key for Line Number Jump
A quick memo on the Ctrl + L shortcut to jump to a specific line number in Eclipse.
Sat, September 24, 2011
[Eclipse] svn: Working copy locked; try performing 'cleanup' - Cannot Perform Cleanup
How I fixed an Eclipse SVN working copy locked error by deleting the log and lock files when cleanup itself failed.