Author Topic: .cpp and .h in one tab  (Read 4320 times)

Offline smallB

  • Almost regular
  • **
  • Posts: 193
.cpp and .h in one tab
« on: October 24, 2011, 08:01:37 am »
Another observation:
If I have a classical structure of  class (implementation in .cpp and interface in .h) and let's say I have 750+ classes, it becomes quite unmanageable and difficult to navigate if I want i.e. go from header to cpp file of this same class. I know that I can use swap header/source but first I didn't know at the beginning something like that existed in cb and second I think it would be more natural if I've had this two files on one tab and could switch between them. That would be quite unusual and new (I don't think anybody does such thing yet). This would make cb very first to have it and I think people would be drawn even more to this great IDE.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: .cpp and .h in one tab
« Reply #1 on: October 24, 2011, 11:16:09 am »
Patches welcome :)
It shouldn't be so hard.
(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!]