Browse Source

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
pull/49/head
Matthias Melcher 15 years ago
parent
commit
5f1ca6a2b0
  1. 5095
      fltk.db
  2. 2
      fluid/fluid.cxx
  3. 5
      fluid/ide_support.cxx

5095
fltk.db

File diff suppressed because it is too large Load Diff

2
fluid/fluid.cxx

@ -25,7 +25,7 @@ @@ -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>

5
fluid/ide_support.cxx

@ -325,7 +325,10 @@ char with_makefile(Fl_Preferences::ID id) { @@ -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…
Cancel
Save