User forums > Nightly builds
The 17 June 2012 build (8059) is out.
ollydbg:
--- Quote from: ollydbg on July 02, 2012, 04:10:03 am ---The code is toooooo magic for me that I can't understand the grammar, but the parser should not hang in any case, so I will dig into it.
--- End quote ---
This patch can avoid the loop.
--- Code: --- src/plugins/codecompletion/parser/parserthread.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/plugins/codecompletion/parser/parserthread.cpp b/src/plugins/codecompletion/parser/parserthread.cpp
index d193e0d..9062ded 100644
--- a/src/plugins/codecompletion/parser/parserthread.cpp
+++ b/src/plugins/codecompletion/parser/parserthread.cpp
@@ -2504,7 +2504,7 @@ void ParserThread::ReadClsNames(wxString& ancestor)
else // unexpected
{
TRACE(_T("ReadClsNames() : Unexpected token '%s'."), token.wx_str());
- m_Tokenizer.UngetToken();
+ //m_Tokenizer.UngetToken();
break;
}
}
--- End code ---
but I don't think the magic code can parse correctly, the grammar/semantic is too complex.
MortenMacFly:
--- Quote from: jens on July 01, 2012, 03:46:58 pm ---What does not work ?
--- End quote ---
It means that pre-requisite might not be fulfilled and therefore the script can fail.
japplegame:
Very good, ollydbg. I don't need correct parsing. Hangless work is enough. :)
stg:
Hello!
First - thanks for your great job. I have recognized since some time that the multi-line edit does not work correctly with using the tab-key or deleting in multi-line edit mode. The first attached screenshot shows the multi-line selection spanning three lines. After pressing the tab-key, the cursor jumps to the first column and selects a region before the previous position (see second screenshot). Using the delete-key (starting from situation in the first screenshot), the result becomes even more strange (see third screenshot). Could you please fix this? Thanks!
Best, Daniel
-- Just see that there is a new nightly. But the issue remains with 8081 as well (on Win7).
Jenna:
--- Quote from: stg on July 04, 2012, 08:56:50 pm ---Hello!
First - thanks for your great job. I have recognized since some time that the multi-line edit does not work correctly with using the tab-key or deleting in multi-line edit mode. The first attached screenshot shows the multi-line selection spanning three lines. After pressing the tab-key, the cursor jumps to the first column and selects a region before the previous position (see second screenshot). Using the delete-key (starting from situation in the first screenshot), the result becomes even more strange (see third screenshot). Could you please fix this? Thanks!
Best, Daniel
-- Just see that there is a new nightly. But the issue remains with 8081 as well (on Win7).
--- End quote ---
I do not have such issues here.
What are your Code::Blocks version (nightly?) and your operating system ?
What are your settings in : "Settings -> Editor... -> Margins and caret -> Selections" ?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version