User forums > Nightly builds

The 07 September 2013 build (9295) is out.

<< < (5/10) > >>

carra:
In the last nightlies (the ones after 12.11) I have seen a change in the way abbreviation parsers work. They got less practical for editing. Let me explain:

Say you have a line like the following (where | is the caret): |int i = 70;

If there you type an abbreviation (let's use a built-in one: "now") the line will be now|int i = 70;

Previous versions of C::B parsed only BEFORE the caret, and correctly recognised and replaced the abbreviation. In current versions, however, it seems that "nowint" gets parsed as a WHOLE word. Therefore abbreviations now only work if there are spaces.

oBFusCATed:

--- Quote from: carra on October 01, 2013, 05:07:13 pm ---In the last nightlies (the ones after 12.11) I have seen a change in the way abbreviation parsers work. They got less practical for editing. Let me explain:

--- End quote ---
Can you tell us which is the first broken nightly?

Alpha:

--- Quote from: oBFusCATed on October 01, 2013, 05:23:46 pm ---Can you tell us which is the first broken nightly?

--- End quote ---
Most likely here

--- Code: ---http://cb.biplab.in/websvn/comp.php?repname=codeblocks&compare[]=/trunk/src/plugins/abbreviations/abbreviations.cpp@8519&compare[]=/trunk/src/plugins/abbreviations/abbreviations.cpp@8520

--- End code ---

carra:
That could be it... I can't pinpoint an exact version since I haven't been updating much. But if the change is in 8520, it is older than I thought.

oBFusCATed:
carra: Can you do binary search using nightly builds?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version