User forums > Nightly builds
The 28 May 2011 build (7173) is out.
Max:
Any chance to have a debugger branch nightly?
Thx
max
oBFusCATed:
--- Quote from: Lelouch on May 30, 2011, 12:11:59 pm ---Is this only my own experience?
--- End quote ---
No, it is not, probably this bug is fixed in the debugger_branch. There the watches are vastly improved.
ironhead:
--- Quote from: killerbot on May 28, 2011, 08:59:04 am ---
* pumped astyle plugin to "Artistic Style v2.02" (missing: allow access to new features via UI)
--- End quote ---
This causes an issue for the 'Gnu' coding style because it defaults to a spacing of 4 as of astyle 2.02. To correct this behaviour you need set the 'Indentation' size to 2, but with the astyle plugin as it currently stands you cannot pass the option when selecting the 'Gnu' style.
MortenMacFly:
--- Quote from: ironhead on May 30, 2011, 05:33:01 pm ---This causes an issue for the 'Gnu' coding style because it defaults to a spacing of 4 as of astyle 2.02.
--- End quote ---
I don't know the coding style, but either it's a bug in astyle (in that case please blame the astyle team) or the style really has changed to be like that. What's the cause?
ironhead:
--- Quote from: MortenMacFly on May 30, 2011, 08:30:08 pm ---
--- Quote from: ironhead on May 30, 2011, 05:33:01 pm ---This causes an issue for the 'Gnu' coding style because it defaults to a spacing of 4 as of astyle 2.02.
--- End quote ---
I don't know the coding style, but either it's a bug in astyle (in that case please blame the astyle team) or the style really has changed to be like that. What's the cause?
--- End quote ---
I believe the astyle team made the decision (right or wrong) to rely on the user to set the indent level. As per the 'astyle --help' output:
--- Code: --- --indent=tab OR --indent=tab=# OR -t OR -t#
Indent using tab characters, assuming that each
tab is # spaces long. Not specifying # will result
in a default assumption of 4 spaces per tab.
--- End code ---
The Gnu coding style (as implemented in astyle < 2.02) is to use an indent spacing of 2, not 4. I haven't followed up with the astyle team to determine if this is design intent or a bug, but will do so. In the meantime, if you could have the 'Indentation size (in spaces):' be available irregardless of coding style it would be greatly appreciated. ;)
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version