mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 22:02:49 -06:00
2 lines
No EOL
852 B
Text
2 lines
No EOL
852 B
Text
"#include \"AccessKey.h\"\r\n;akslkjasdfj"
|
|
"\t\tfor(int i = 0; i < p.GetCount() && n < 12; i++) {\r\n\t\t\tString fn = p[i];\r\n\t\t\tString ext = ToLower(GetFileExt(fn));\r\n\t\t\tString pp = pn + '/' + fn;\r\n\t\t\tif(ext == \".lay\") {\r\n\t\t\t\tbar.Add(fn + \" include\", THISBACK1(InsertLay, pp));\r\n\t\t\t\tn++;\r\n\t\t\t}\r\n\t\t\tif(ext == \".iml\") {\r\n\t\t\t\tString c = GetFileTitle(fn);\r\n\t\t\t\tc.Set(0, ToUpper(c[0]));\r\n\t\t\t\tbar.Add(fn + \" include\", THISBACK2(InsertIml, pp, c.EndsWith(\"Img\") ? c : c + \"Img\"));\r\n\t\t\t\tn++;\r\n\t\t\t}\r\n\t\t\tif(ext == \".tpp\") {\r\n\t\t\t\tString s;\r\n\t\t\t\ts << \"#define TOPICFILE <\" << pp << \"/all.i>\\n\"\r\n\t\t\t\t << \"#include <Core/topic_group.h>\\n\";\r\n\t\t\t\tbar.Add(fn + \" include\", THISBACK1(InsertText, s));\r\n\t\t\t\tn++;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n" |