mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.cosmetics #801
git-svn-id: svn://ultimatepp.org/upp/trunk@7489 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
324d398980
commit
1cec150dd8
3 changed files with 4 additions and 4 deletions
|
|
@ -213,7 +213,7 @@ doscript:
|
|||
if(status == ATTR) {
|
||||
if(*s == '=') {
|
||||
s++;
|
||||
Put();
|
||||
Put0(INK_UPP);
|
||||
}
|
||||
s = Spaces(s, e);
|
||||
int c = *s;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef _CodeEditor_icpp_init_stub
|
||||
#define _CodeEditor_icpp_init_stub
|
||||
#include "CtrlLib/init"
|
||||
#define BLITZ_INDEX__ Fa19bf999ba2b201492446aa335bd578e
|
||||
#define BLITZ_INDEX__ Fd579c6629af5990c016d4bd1dc2b4c20
|
||||
#include "CRegister.icpp"
|
||||
#undef BLITZ_INDEX__
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -72,8 +72,8 @@ bool Ide::FindLineError(const String& ln, FindLineErrorCache& cache, ErrorInfo&
|
|||
f.linepos = p.ReadInt();
|
||||
const char *ms = p.GetPtr();
|
||||
int pos = ms - ~ln;
|
||||
f.kind = ln.Find("error", pos) > 0 ? 1 :
|
||||
ln.Find("warning", pos) > 0 ? 2 :
|
||||
f.kind = ln.Find("warning", pos) > 0 ? 2 :
|
||||
ln.Find("error", pos) > 0 ? 1 :
|
||||
ln.Find("note", pos) > 0 ? 3 : 4;
|
||||
const char *hs = ms;
|
||||
while(!IsLetter(*hs) && *hs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue