may be a bug report!

English main discussion
Post Reply
  • Author
  • Message
Offline
Posts: 1
Joined: Sun Jul 17, 2011 9:43 am

may be a bug report!

Post 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!

Offline
Site Admin
Posts: 6311
Joined: Thu Jul 06, 2006 7:20 am

Post by Instructor »

13174115
Where is problem? Posted part of code don't reproduce problem.

Offline
Posts: 874
Joined: Sat Jan 16, 2010 2:03 pm

Re: may be a bug report!

Post 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").
Post Reply