User forums > Nightly builds

The 11 June 2006 build is out.

<< < (2/4) > >>

sethjackson:

--- Quote from: mispunt on June 11, 2006, 09:17:15 pm ---A cool feature indeed 8)

btw. I can't save a single file anymore by clicking the button/menu item/CTRL + S it only saves files when I compile and click on Save all...

--- End quote ---

Yep cool feature. 8) I can confirm that bug too. :P

Szabadember:
Can't display different source files in the two splited windows, is this the normal behaviour of this new feature?  :shock:

Michael:

--- Quote from: killerbot on June 11, 2006, 06:32:47 pm ---
* Added split-view in editors. Right-click inside an editor and click "Split view" to split/unsplit it
--- End quote ---

Hello,

As it was told many times already :), really cool feature :D.

Best wishes,
Michael

TDragon:

--- Quote from: mispunt on June 11, 2006, 09:17:15 pm ---btw. I can't save a single file anymore by clicking the button/menu item/CTRL + S it only saves files when I compile and click on Save all...

--- End quote ---
Confirmed here.

sethjackson:
The following function looks suspicious (I don't know though so I'm probably wrong).......


--- Code: (cpp) ---bool cbEditor::GetModified() const
{
    return m_Modified || m_pControl->GetModify();
}

--- End code ---

Which should probably be:


--- Code: (cpp) ---bool cbEditor::GetModified() const
{
    eturn m_Modified || GetControl()->GetModify();
}

--- End code ---

Note the GetControl() call. :)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version