Author Topic: The 27 February 2010 build (6181) is out.  (Read 158243 times)

Offline dirk_1980

  • Multiple posting newcomer
  • *
  • Posts: 25
Re: The 27 February 2010 build (6181) is out.
« Reply #15 on: March 01, 2010, 02:13:29 pm »
Geat job,
C::B is getting better from version to version but:

Under Environment settings - Thread search: alle Buttons are without text (std english).
And of course it is still impossible to write code with #ifdef #else #endif.

Dirk
« Last Edit: March 01, 2010, 02:16:06 pm by dirk_1980 »

Offline afb

  • Developer
  • Lives here!
  • *****
  • Posts: 884
Re: The 27 February 2010 build (6181) is out.
« Reply #16 on: March 01, 2010, 04:09:23 pm »
- Mac OS X 10.4 - 10.6: (32-bit Universal ppc/x86 with wxWidgets 2.8.10 + patch)
    http://prdownload.berlios.de/codeblocks/CB_20100227_rev6181_mac2810.zip

* Fixed the linking problems with wxSmithContribItems from the last Mac "nightly"

Offline tretton

  • Multiple posting newcomer
  • *
  • Posts: 26
Re: The 27 February 2010 build (6181) is out.
« Reply #17 on: March 01, 2010, 04:47:47 pm »
Thanks! Great work, as always!

Two things though:

1) Would it be possible to hide the horizontal scrollbar if all lines are short enough to fit? I like my editors as minimal as possible!

2) Tab characters in Abbreviations are inserted verbatim as tabs (\t), and do not seem to respect the "Use TAB character" setting under General settings. Is this intended?

Please point me in the right direction if this the wrong place to post about these things.

Thanks again!
-tretton

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: The 27 February 2010 build (6181) is out.
« Reply #18 on: March 01, 2010, 10:29:25 pm »
Thanks! Great work, as always!

Two things though:

1) Would it be possible to hide the horizontal scrollbar if all lines are short enough to fit? I like my editors as minimal as possible!

2) Tab characters in Abbreviations are inserted verbatim as tabs (\t), and do not seem to respect the "Use TAB character" setting under General settings. Is this intended?

Please point me in the right direction if this the wrong place to post about these things.

Thanks again!
-tretton

Bugs that are new in current nightly post here.

Feature request post
http://developer.berlios.de/account/login.php?return_to=%2Ffeature%2F%3Ffunc%3Daddfeature%26group_id%3D5358
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Wavesonics

  • Multiple posting newcomer
  • *
  • Posts: 43
Re: The 27 February 2010 build (6181) is out.
« Reply #19 on: March 02, 2010, 12:41:37 am »
Great job on this patch, some real nice things in here :D

I'm really glad someone finally got around to getting an SFML project template in there, but I'm having some problems with.

First, this is small, but when I worked on my template wizard for SFML i talked with Laurent (SFML's author), and he requested these 2 images be used, not a big deal, but at least on mine, the small icon has a strange black bar anyway:

Small Logo:


Wizard Image:


And the second thing, is that the 3rd screen, where you need to locate SFML, I point it to the correct directory, but it can not detect "Audio.hpp". I've double and triple checked, it's the correct path, and the file is definitely there.

Anyway, glad to see things progressing, keep up the good work!
« Last Edit: March 02, 2010, 12:44:15 am by Wavesonics »

Offline ikipiki

  • Single posting newcomer
  • *
  • Posts: 4
Re: The 27 February 2010 build (6181) is out.
« Reply #20 on: March 02, 2010, 01:25:25 pm »
Thanks for this patch, I really like CD and I use it for many years. I really think you should make some final release, but it's up to you...

I would like to add just one suggestion. When I have a project with lot of dirs and subdirs for sources it is really hard to use notebook tabs because their contains relative path to the sources. I think that you could add option for turning off relative path showing in tabs so they can only show filenames.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: The 27 February 2010 build (6181) is out.
« Reply #21 on: March 02, 2010, 01:33:45 pm »
ikipiki: there is such option, you've not found it :)
(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!]

Offline ikipiki

  • Single posting newcomer
  • *
  • Posts: 4
Re: The 27 February 2010 build (6181) is out.
« Reply #22 on: March 02, 2010, 02:07:05 pm »
 :o
i did now....
I was searching for it under environment options, i didnt realise its under editor options.
thanks

Offline SharkCZ

  • Almost regular
  • **
  • Posts: 131
Re: The 27 February 2010 build (6181) is out.
« Reply #23 on: March 02, 2010, 02:32:07 pm »
For Fedora packages of C::B nigthly builds see my Fedora repo, for RHEL/CentOS packages see my EL repo The official Fedora and EPEL packages (still 8.02) are waiting for a new release of C::B.
Code::Blocks package maintainer for Fedora and EPEL

Offline pasgui

  • Almost regular
  • **
  • Posts: 165
    • LGP
Re: The 27 February 2010 build (6181) is out.
« Reply #24 on: March 02, 2010, 03:33:10 pm »
Build for Ubuntu i386/amd64 can be found here (howto)

wxWidgets for amd64:
- From Hardy Heron 8.04 to Jaunty Jacklope 9.04: wxWidgets from http://www.wxwidgets.org (howto)
- For Karmic Koala 9.10: wxWidgets from http://www.wxwidgets.org with jaunty-wx for the distribution (howto)
wxWidgets for i386:
- From Hardy Heron 8.04 to Jaunty Jacklope 9.04: wxWidgets from http://www.wxwidgets.org (howto)
- For Karmic Koala 9.10: wxWidgets from Ubuntu (universe)

Also included in the codeblocks-fr package (in the same repository), the french translation.

Best regards, pasgui

Offline tretton

  • Multiple posting newcomer
  • *
  • Posts: 26
Re: The 27 February 2010 build (6181) is out.
« Reply #25 on: March 03, 2010, 09:36:43 am »
All right, thanks stahta01!

Then I'd like to post this here as a potential bug: Tabs in Abbreviations do not seem to respect the "Use TAB character" setting under General settings, but instead always use tabs. This behaviour is present in many, if not all, versions.

Thanks again!

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: The 27 February 2010 build (6181) is out.
« Reply #26 on: March 03, 2010, 04:03:54 pm »
All right, thanks stahta01!

Then I'd like to post this here as a potential bug: Tabs in Abbreviations do not seem to respect the "Use TAB character" setting under General settings, but instead always use tabs. This behaviour is present in many, if not all, versions.

Thanks again!

Please read

http://wiki.codeblocks.org/index.php?title=Main_Page
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline tretton

  • Multiple posting newcomer
  • *
  • Posts: 26
Re: The 27 February 2010 build (6181) is out.
« Reply #27 on: March 03, 2010, 05:18:58 pm »
Sorry to be a pain, but do you mean a particular page or simply the entire wiki? I tried searching for "abbreviations", but that didn't yield much.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: The 27 February 2010 build (6181) is out.
« Reply #28 on: March 03, 2010, 06:32:46 pm »
Sorry to be a pain, but do you mean a particular page or simply the entire wiki? I tried searching for "abbreviations", but that didn't yield much.

Read ALL of that PAGE it has the places to submit feature requests and bugs.

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

Offline tretton

  • Multiple posting newcomer
  • *
  • Posts: 26
Re: The 27 February 2010 build (6181) is out.
« Reply #29 on: March 03, 2010, 06:37:50 pm »
Oh, I thought you meant that I should post bugs in this thread, and feature requests on BerliOS. My bad, then!

EDIT: bugs/features posted to BerliOS!
« Last Edit: March 03, 2010, 08:06:59 pm by tretton »