Added the IDE database file to the SVN, hoping that even without a visual editor yet, I can keep it consitent.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7167 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher 2010-02-27 14:28:22 +00:00
parent 5522143ae6
commit 5f1ca6a2b0
3 changed files with 5100 additions and 2 deletions

5095
fltk.db Normal file

File diff suppressed because it is too large Load Diff

View File

@ -25,7 +25,7 @@
// http://www.fltk.org/str.php
//
#define IDE_SUPPORT
#undef IDE_SUPPORT
#include <FL/Fl.H>
#include <FL/Fl_Double_Window.H>

View File

@ -325,7 +325,10 @@ char with_makefile(Fl_Preferences::ID id) {
int create_new_database(const char *filename)
{
Fl_Preferences *db = new Fl_Preferences(filename, "fltk.org", 0);
db->clear();
// TODO: we do not clear the database anymore! This shoudl keep UUID's
// consistent and reduce the size of check-ins. When removing items from
// the db, we have to do that manually!
//db->clear();
db->set("projectName", "fltk");