News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

The 21 November 2015 build (10595) is out.

Started by killerbot, November 21, 2015, 02:05:39 PM

Previous topic - Next topic

CuteAlien


Jenna

Quote from: oBFusCATed on December 17, 2015, 12:08:36 AM
I confirm this issue. You have to be in an editor for F2 to not work.
Can you post a ticket on sf.net about it?
That seems also to be a wx3.0 (at least on linux) issue.
Might also be windowmanager related.

oBFusCATed

Yes, it is wx3.0 issue, I don't think it is window manager, because it works when there is no open editor. I'm using enlightenment 17.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

damorin

#33
Hi,

did someone noticed the search/replace with Advanced Regexp is working only on first match ?

I'm doing a search with "([0-9]{1,3}) -" and replacing it with "". It's working fine for the first match but the next one up to the end the replacement is not done.

Also the matching pattern is not highlighted properly (the dash means highlighted):

    { "Input circuit group "                // 32 - STR_XXX_XXBBCCC
      "%-20s",

The bad thing is each time I tried to create a test file, it's working fine.

Running Win7/64-bit and svn 10595.
One problem at a time and we will get there.

linuser42


vanechkav22

Bug
In all nightly build, now im use 10595 for Windows, in batch build.

c:\CodeBlocks\codeblocks.exe -na -nd -ns my-workspace.workspace --build --target=Release   

after some time codeblocks sleep,  and build sleep, CPU use 0%

Helped expand main log GUI window, and mouse move on it - then code block continue build.

Reproduced on different windows 7,8,10 and different nightly build.

MortenMacFly

Quote from: vanechkav22 on January 29, 2016, 01:07:25 PM
Reproduced on different windows 7,8,10 and different nightly build.
Did you run it as a low-priority process/thread?
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

teto

Maybe not relevant  as I've been building from source but I can confirm that the F2 and shift+F2 work again. Now it's the right click that disappeared. It works for other apps but not codeblocks.
I am at: https://svn.code.sf.net/p/codeblocks/code/trunk@10747

oBFusCATed

f2/shift f2 doesn't work when the keybinder plugin is enabled and the focus is in the editor.
I've not yet found the reason why, but I'll do some day, because this is annoying.

I don't know about the context menu. Where do you click? What os and wx version are you using?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

teto

I recompiled both wxwidget and cb and problem got away sorry for the noise.


gryphon

For a while now I am seeing this when trying to install from Jens debian repository (on Sid - I know not "supported" but it should be easy to address):
W: gpgv:/var/lib/apt/lists/partial/apt.jenslody.de_testing_dists_stretch_Release.gpg: The repository is insufficiently signed by key 748BC...<rest of key here>(weak digest)
Seems like using a stronger digest will resolve the issue.
See also: https://wiki.debian.org/Teams/Apt/Sha1Removal
Thanks!
gryphon

stahta01

Quote from: gryphon on March 26, 2016, 12:34:03 PM
For a while now I am seeing this when trying to install from Jens debian repository (on Sid - I know not "supported" but it should be easy to address):
W: gpgv:/var/lib/apt/lists/partial/apt.jenslody.de_testing_dists_stretch_Release.gpg: The repository is insufficiently signed by key 748BC...<rest of key here>(weak digest)
Seems like using a stronger digest will resolve the issue.
See also: https://wiki.debian.org/Teams/Apt/Sha1Removal
Thanks!
gryphon

I saw the same message on Debian Testing for this repo and another repo after I updated some packages; I am guessing it was the apt packages that started the warning.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]