Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 9193 → Rev 9194

/programs/develop/cedit/CEDIT
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/programs/develop/cedit/SRC/CEdit.ob07
28,7 → 28,7
RW, Ini, EB := EditBox, Icons, Tabs, Timer;
 
CONST
header = "CEdit (15-sep-2021)";
header = "CEdit (17-sep-2021)";
 
ShellFilter = "";
EditFilter = "SH|ASM|TXT|INC|OB07|C|CPP|H|PAS|PP|LUA|INI|JSON";
/programs/develop/cedit/SRC/Text.ob07
2193,7 → 2193,8
PROCEDURE switch* (text: tText);
BEGIN
ChangeLog.set(text.chLog);
Lines.setMaxLength(text.maxLength)
Lines.setMaxLength(text.maxLength);
Lang.setCurLang(text.lang)
END switch;