Author Topic: Suggestion for Code Blocks  (Read 4937 times)

Offline Decrius

  • Multiple posting newcomer
  • *
  • Posts: 81
    • Daevius
Suggestion for Code Blocks
« on: December 27, 2006, 11:19:31 am »
Hi there,

I have a suggestion and an error about CodeBlocks :)

1) It would be nice to have an option to close documents when you right-click the tab on the top of the document. I can only close a document in the Management part -> Projects -> Opened files, by right clicking. I've been using Dreamweaver (for website, from Macromedia/Adobe), and I'm pretty used to close documents, in the tabs on the top.

2) When I use UltimateZIP, to unzip files and double click on file that will be opened with Code::Blocks, it opens fine. But when the temporary file of the (for example) .h file is deleted (due to closing UltimateZIP), I get a message when I open CodeBlocks. When I click: No, close it. The file is closed, and the tab disappeared, but in the list on the left in Management -> Projects -> Opened files the files still exsists!!! I can't right-click on it to let it go, or anything. Its not a major error, but I thought to mention :D.

Not sure if this is the right place to post this topic...

Decrius
Check out my website: http://www.daevius.com

Offline Der Meister

  • Regular
  • ***
  • Posts: 307
Re: Suggestion for Code Blocks
« Reply #1 on: December 27, 2006, 11:49:15 am »
What version did you use?

The first part works here for me. (revision 3424 on Linux)

The second part sound like a bug that was fixed long ago. At least I wrote some patches that fixed some issues like this one with the OpenFilesList. It probably fixed yours, too, if you use an old version. ;)
Real Programmers don't comment their code. If it was hard to write, it should be hard to understand.
Real Programmers don't write in BASIC. Actually, no programmers write in BASIC, after the age of 12.

Offline Decrius

  • Multiple posting newcomer
  • *
  • Posts: 81
    • Daevius
Re: Suggestion for Code Blocks
« Reply #2 on: December 27, 2006, 03:05:29 pm »
Ow,

Might be, how can I update to a new version without having to reconfigure? Is there an auto-updater inside the program?

P.S.: version 1.0RC2

Decrius
Check out my website: http://www.daevius.com

sethjackson

  • Guest
Re: Suggestion for Code Blocks
« Reply #3 on: December 27, 2006, 03:09:07 pm »
Ow,

Might be, how can I update to a new version without having to reconfigure? Is there an auto-updater inside the program?

P.S.: version 1.0RC2

Decrius

No there is no auto-update. You may want to try a nightly build. :)

http://forums.codeblocks.org/index.php?board=20.0

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: Suggestion for Code Blocks
« Reply #4 on: December 27, 2006, 03:09:47 pm »
nope, RC2 and the nightlies don't go hand in hand. See the sticky posts in the nightlies forum part. RC2 == CB + MinGW + GDB. You could keep the 2 latter ones or even reinstall them by hand. The wiki contains some articles on what you need to do (search eg for nightly cookbook in the wiki)

Offline Decrius

  • Multiple posting newcomer
  • *
  • Posts: 81
    • Daevius
Re: Suggestion for Code Blocks
« Reply #5 on: December 27, 2006, 09:10:10 pm »
Is it very usefull to install the nightly builds? I mean what does it add to the IDE? (The fix of the so called 'bug', which I posted before, apparently, but I mean bigger things...)

Btw, and auto-updater might be an idea for the program  :idea: :)

Decrius
Check out my website: http://www.daevius.com

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • My Best Post
Re: Suggestion for Code Blocks
« Reply #6 on: December 27, 2006, 09:43:47 pm »
Is it very usefull to install the nightly builds? I mean what does it add to the IDE? (The fix of the so called 'bug', which I posted before, apparently, but I mean bigger things...)

Btw, and auto-updater might be an idea for the program  :idea: :)

Decrius

Too many changes to list here! Tim S

For highlights see below list of planned features

http://wiki.codeblocks.org/index.php?title=Roadmap_for_version_1.0
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 jpaterso

  • Multiple posting newcomer
  • *
  • Posts: 57
Re: Suggestion for Code Blocks
« Reply #7 on: December 28, 2006, 02:46:47 am »
The nightly builds basically contain the latest nightly 'snapshot' of where C::B stands. C::B has changed a lot since RC2, I really suggest you download them!