Changed .tpp format to be more svn firendly; groups that need to be included must be now marked includeable

git-svn-id: svn://ultimatepp.org/upp/trunk@345 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2008-08-16 17:13:10 +00:00
parent b37215c5ad
commit fb11d7ab00
12 changed files with 238 additions and 152 deletions

View file

@ -254,12 +254,17 @@ bool ParseTopicFileName(const String& fn, String& topic, int& lang);
Topic ReadTopic(const char *text);
Vector<String> GatherLabels(const RichText& text);
String WriteTopic(const char *title, const RichText& text);
String WriteTopicI(const char *title, const RichText& text);
void LoadTopics(FileList& topic, const String& dir);
TopicLink ParseTopicFilePath(const String& path);
String TopicFilePath(const TopicLink& tl);
void SaveGroupInc(const String& grouppath);
void SetTopicGroupIncludeable(const char *path, bool set);
struct StyleDlg;
class TopicEditor : public IdeDesigner, public Ctrl {