mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
ide: Improved Assist in layout files in text mode
This commit is contained in:
parent
20e5b5fafd
commit
838b25429b
5 changed files with 38 additions and 11 deletions
|
|
@ -92,6 +92,10 @@ void Ide::ContextGoto0(int pos)
|
|||
String l = editor.GetUtf8Line(li);
|
||||
if(OpenLink(l, lp))
|
||||
return;
|
||||
if(editfile.EndsWith(".lay")) {
|
||||
EditUsingDesigner();
|
||||
return;
|
||||
}
|
||||
if(IsPif(l) || IsPelse(l)) {
|
||||
int lvl = 0;
|
||||
while(li + 1 < editor.GetLineCount()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue