store.setDefault(EXTERNAL_PARSER_PREF, "c:\\apache\\php\\php -l -f {0}");
store.setDefault(
MYSQL_PREF,
- "c:\\apache\\mysql\\bin\\mysqld.exe --standalone");
+ "c:\\apache\\mysql\\bin\\mysqld-nt.exe --standalone");
store.setDefault(
APACHE_START_PREF,
"c:\\apache\\apache.exe -c \"DocumentRoot \"{0}\"\"");
// show line numbers:
// store.setDefault(LINE_NUMBER_RULER, "false");
- store.setDefault(FORMATTER_TAB_SIZE, "4");
+// store.setDefault(FORMATTER_TAB_SIZE, "4");
// php syntax highlighting
store.setDefault(PHP_USERDEF_XMLFILE, ""); //assume there is none chooA