Page 1 of 1

may be a bug report!

Posted: Sun Jul 17, 2011 9:47 am
by 13174115
in Brackets plugins,
my cpp file is very long,

code example:
T_UI_STRING uiStringTable[] =
{
{ "ActionConfirm",
{ 236, 174, 241, 0 }, 0x00,
{ 216, 257, 316, 0 }, 0x00,
{ 218, 268, 336, 0 }, 0x00 },
//...
}
from Line: 9 to Line 1947
so Brackets plugins is invalid.
please check it .
thanks!

Posted: Mon Jul 18, 2011 5:28 am
by Instructor
13174115
Where is problem? Posted part of code don't reproduce problem.

Re: may be a bug report!

Posted: Mon Jul 18, 2011 10:03 am
by opk44
13174115 wrote:in Brackets plugins,
my cpp file is very long,...
{
//...
}
from Line: 9 to Line 1947...
I think it's mean that Brackets plugin can find "close baracket" only if both line ("from" and "to") are in viewable area on screen. So ~60-70 lines will be "enough" (9--1947 is "more than enough"). Use Coder-plugin instade.

Upd.:Sorry. My suggestion is not correct! You can simply call "Settings"--"Plugins..."--"XBrackets::Settings" and than uncheck flag in "In visible area only". It will be helpful for you (for "very long cpp file").