User forums > Nightly builds

The 11 April 2016 build (10762) is out.

<< < (3/11) > >>

raynebc:
Something I've noticed so far in this nightly that is different from the 11-15-15 nightly is that when I'm editing a watch's keyword field and hit enter, instead of activating the OK button, it passes focus to the Format radio button set, then the "Watch as array" checkbox, then the Start field, then the Count field, and then finally to the OK button after which one more Enter keypress will activate the button.  This couldn't have been intentional behavior, could it?

oBFusCATed:
@raynebc: What OS are you using? On linux enter does nothing in this dialog.

raynebc:
Windows 7 x64 pro.  I hadn't seen this watch window behavior before, and have verified the expected behavior (Enter activates the OK button) in that previous nightly to make sure.

Max:
I'd like to report a bug in this nightly. Using the Hex editor you may observe a shift in the array of data when you are clicking a byte data. The first byte (first) colum can't be selected.

Windows XP SP3

Previous nightly wasn't affected.

Slammer:
I have problem with 10827.

I am using this command in post build options


--- Code: ---avr-size $(TARGET_OUTPUT_FILE) > $(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).size
--- End code ---

Now seems that the execution does not like the redirection >
The failure is

--- Code: ---avr-size _build/m2560/project.elf > _build/m2560/project.size
avr-size: '>': No such file
avr-size: '_build/m2560/project.size': No such file
--- End code ---

The same command was working in the previous versions.
Actually all commands with > are not working.

OS:debian/amd64
Codeblocks from jenslody repository

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version