Author Topic: BOUNTY: Notebook class with "close" button at the right  (Read 137421 times)

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Re: BOUNTY: Notebook class with "close" button at the right
« Reply #105 on: January 04, 2006, 09:33:18 pm »
revision 1654 : does not build :
Compiling: src\resources\resources.rc
src\resources\resources.rc:9:24: wx/msw/wx.rc: No such file or directory

i've just built without problems



small bug - the open files window is now named "disassembly" - however , tab drag'n drop is a nice feature !
« Last Edit: January 04, 2006, 09:42:31 pm by tiwag »

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: BOUNTY: Notebook class with "close" button at the right
« Reply #106 on: January 04, 2006, 09:37:47 pm »
the error message is like this :
Compiling: src\resources\resources.rc
src\resources\resources.rc:9:24: wx/msw/wx.rc: No such file or directory
gcc: Files\CodeBlocks\include: No such file or directory

hmm, notice how Program from files seems to be missing in the error message.

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: BOUNTY: Notebook class with "close" button at the right
« Reply #107 on: January 04, 2006, 09:40:01 pm »
Add double quotes to that path.

[edit]
tiwag: I was just going to ask you if you also got Disassembly as the title for the Opened files list, but I already see it in your screenshot :P
[/edit]
« Last Edit: January 04, 2006, 09:44:21 pm by Ceniza »

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: BOUNTY: Notebook class with "close" button at the right
« Reply #108 on: January 04, 2006, 09:47:47 pm »
There's something evil with the behaviour when you open a file when there's one opened already: the new tab will be added last but showed first, hiding all others.

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Re: BOUNTY: Notebook class with "close" button at the right
« Reply #109 on: January 04, 2006, 09:50:01 pm »
Add double quotes to that path.

[edit]
tiwag: I was just going to ask you if you also got Disassembly as the title for the Opened files list, but I already see it in your screenshot :P
[/edit]

yeah - didn't notice it at the first glance , it took a while - just when i saw my posting already in the browser  :)

but it's really nice ,  isn't it ?

Offline eranif

  • Regular
  • ***
  • Posts: 256
Re: BOUNTY: Notebook class with "close" button at the right
« Reply #110 on: January 04, 2006, 09:50:26 pm »
I alreay got a report for this bug    :twisted:

Will try to fix it asap ...
Eran

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: BOUNTY: Notebook class with "close" button at the right
« Reply #111 on: January 04, 2006, 10:07:06 pm »
double quotes did not help

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: BOUNTY: Notebook class with "close" button at the right
« Reply #112 on: January 04, 2006, 10:10:11 pm »
MS-DOS path?

C:\PROGRA~1\CODEBL~1\INCLUDE

Awful, untested, but could work.

[edit]
If in doubt use dir /X to check the right name.
[/edit]
« Last Edit: January 04, 2006, 10:11:46 pm by Ceniza »

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: BOUNTY: Notebook class with "close" button at the right
« Reply #113 on: January 04, 2006, 10:17:11 pm »
tiwag: I was just going to ask you if you also got Disassembly as the title for the Opened files list, but I already see it in your screenshot :P

This has to do with the layout having been saved with a previous version which didn't have the "open files list" as a docking window.
Just use the new "View->Layouts->Delete current" ;) (which I forgot to mention in the log message).
Be patient!
This bug will be fixed soon...

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: BOUNTY: Notebook class with "close" button at the right
« Reply #114 on: January 04, 2006, 10:33:11 pm »
Ok, I got it to show correctly, but now my old Layout isn't deleted (if I restart Code::Blocks it's there again).

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: BOUNTY: Notebook class with "close" button at the right
« Reply #115 on: January 04, 2006, 10:37:16 pm »
forget about dos path, installed MingW manually in c:\MingW ;-)

BUT still problem :
Compiling: src\resources\resources.rc
src\resources\resources.rc:9:24: wx/msw/wx.rc: No such file or directory

 :( :( :( :( :( :( :(

and look at this, build does not even stop !!
Quote
Compiling: src\resources\resources.rc
src\resources\resources.rc:9:24: wx/msw/wx.rc: No such file or directory
Compiling: src\startherepage.cpp
Linking executable: devel\codeblocks.exe


Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: BOUNTY: Notebook class with "close" button at the right
« Reply #116 on: January 04, 2006, 10:45:31 pm »
Ok, I got it to show correctly, but now my old Layout isn't deleted (if I restart Code::Blocks it's there again).

Create a new one, switch to it, delete the default and rename the new one as "Code::Blocks default".
Sorry but the default layout isn't easy to change because it's kept in memory...
Be patient!
This bug will be fixed soon...

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: BOUNTY: Notebook class with "close" button at the right
« Reply #117 on: January 04, 2006, 10:46:57 pm »
BUT still problem :
Compiling: src\resources\resources.rc
src\resources\resources.rc:9:24: wx/msw/wx.rc: No such file or directory

Try adding $(#WX.INCLUDE) in src target resource dirs.

and look at this, build does not even stop !!

If windres.exe returns 0 as exit code, of course it won't stop...
Be patient!
This bug will be fixed soon...

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: BOUNTY: Notebook class with "close" button at the right
« Reply #118 on: January 04, 2006, 10:49:00 pm »
it seems you can no longer drag and drop on the level of the editor tabs
« Last Edit: January 04, 2006, 10:54:17 pm by killerbot »

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: BOUNTY: Notebook class with "close" button at the right
« Reply #119 on: January 04, 2006, 10:53:28 pm »
BUT still problem :
Compiling: src\resources\resources.rc
src\resources\resources.rc:9:24: wx/msw/wx.rc: No such file or directory

Try adding $(#WX.INCLUDE) in src target resource dirs.

I saw this is already specified on the global level of the cbp file, nevertheless trying it out

[EDIT] : no luck  :( :(
Why why why ??  Heeeeeeeeeeeeeeeeeeelp

this was on my laptop, on my pc it builds (so a nightly build will come up)
« Last Edit: January 04, 2006, 11:47:35 pm by killerbot »