OSDN Git Service

Add new FileManager class, accessible as Global.getFileManager
authorNick Clarke <memorius@gmail.com>
Mon, 19 Jul 2010 13:12:25 +0000 (01:12 +1200)
committerRandy Baumgarte <randy@fbn.cx>
Fri, 23 Jul 2010 09:31:05 +0000 (05:31 -0400)
commit99576e1722e13ef28c20a9c5b1608268fba4b6f6
tree709bb238374044b37df02e6202b03c9efccfb100
parent5086cccea57651dc47e8bcd288caf15c54c7fea1
Add new FileManager class, accessible as Global.getFileManager

Checks and creates dirs at startup, purges 'res' directory.

Moved some of the startup settings from NeverNote and Global into new
StartupConfig class for better separation of things that can't be changed
after startup.
.settings/org.eclipse.jdt.core.prefs
.settings/org.eclipse.jdt.ui.prefs
src/cx/fbn/nevernote/Global.java
src/cx/fbn/nevernote/NeverNote.java
src/cx/fbn/nevernote/config/FileManager.java [new file with mode: 0644]
src/cx/fbn/nevernote/config/InitializationException.java [new file with mode: 0644]
src/cx/fbn/nevernote/config/StartupConfig.java [new file with mode: 0644]