User forums > Nightly builds
The 19 september 2006 build is out.
Phoenix:
It seams that there is a problem with correct alignment of code completion pop-up window. If you are typing at the right hand side of the screen pop-up window is going off-screen and you can't see what is inside. I know that there was such behaviour in very older release. I could have fix it by turning on "Enhanced multi-monitor dialog placement", but right now it doesn't help.
Using:
Windows XP sp2 classic look
C::B this nightly
Link to previous solution (doesn't work in this release):
http://forums.codeblocks.org/index.php?topic=3182.0
[attachment deleted by admin]
artoj:
--- Quote from: Visitor on September 19, 2006, 09:40:31 pm ---I was going to add some typecasts to a bunch of constants I have, so I was doing a search and replace to change ) to )) and then I was going to add the typecast to the front using S&R as well.
Rather than doing a big 'select' block and change them all at once, I was doing them one at a time by pressing the 'y' key or clicking on the 'yes' button on the message box.
While doing this, I noticed that if I pressed the 'y' key too quickly (to replace the match and go on to the next), I could some times get multiple replacements at a single spot. So instead of having )) I might have )))
--- End quote ---
I can't reproduce this. I tried pressing Y and clicking Yes as fast I could but I only got one replace. However if I held Y down all the time I could get extra "y" before the replaced text.
--- Quote ---Also, while retrying this experiment, I noticed several times that CodeBlocks would delete sections of my code. Not replacing stuff, but just deleting it. (I checked by saving the file and opening it with another editor. The code was gone, so it's not a display problem.)
I did this last experiment about 5 times and could do it consistantly. All I had to do was click my mouse button just an instant before the menu poped up again (while it was still doing the current replace) and a section of text would select and then when the menu popped up, the accidently selected code would disappear.
--- End quote ---
I'm seeing this too. If I click the editor all the with my mouse and hit the Y key to replace I could remove parts of my code. It's a bug but in my normal workflow I wouldn't encounter it.
--- Quote ---(Oh, and I'm doing this on an older P3-800 system. So it's just slow enough that the replace isn't happening 'instantly', hence there's enough time for me to click in between. On a faster modern system, the replace probably happens so fast that you developers wouldn't really have a chance to do this, without some really bad luck timing.)
--- End quote ---
On my system (AMD64 3200+) it's possible to click between the dialog popup but you have to know exactly when to click.
I've old Celeron 733mhz system lying somewhere, I'll test how the replace is handled on that system.
artoj:
Double post.
Schlumie:
Hi... I use CB with an ARC embedded compiler and it works great!
But one thing doesnt seem to work for me. When i define a union it doesnt come up in the codecompletition symbol window.
e.g.:
union YYY
{
int a;
};
Doesnt show up.... is this right ?
PS: Sorry for doublepost... but TAB+{ is "clicking" the save button.. :-)
artoj:
--- Quote from: Schlumie on September 20, 2006, 01:01:37 pm ---Hi... I use CB with an ARC embedded compiler and it works great!
But one thing doesnt seem to work for me. When i define a union it doesnt come up in the codecompletition symbol window.
e.g.:
union YYY
{
int a;
};
Doesnt show up.... is this right ?
--- End quote ---
As far as I know, unions are not currently supported.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version