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:
parent
5522143ae6
commit
5f1ca6a2b0
@ -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>
|
||||
|
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user