mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
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:
parent
b37215c5ad
commit
fb11d7ab00
12 changed files with 238 additions and 152 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue