Discussion:
Feature requests: Switch between .cpp and .h + Bazaar support
Chris Browet
2009-06-27 08:53:28 UTC
Permalink
Hi,

I don't know if it is the right place but:

A small FR but which would ease my workflow a lot:
A plain, simple, "switch to header/switch to code" command.

The "switch between declaration/definition" is a bit disturbing:
- from .cpp to .h: will always work but changes the cursor position in the
.h
- from .h to .cpp: only works if the cursor is on a method and changes
cursor position.

This is actually especially bugging when you are constructing/adding methods
to a class.

The second one, regarding Bazaar, is but a wish. I understand you cannot
support every single VCS in the world.
You could maybe try to generalize the subversion one, as the syntax is
mostly the same?

- Chris -
Robert Szmurlo
2009-06-27 08:57:24 UTC
Permalink
Post by Chris Browet
Hi,
A plain, simple, "switch to header/switch to code" command.
Please try F4, it just switches to the last position of cursor in code
file (cpp)

BR,
Robert
Chris Browet
2009-06-27 09:05:35 UTC
Permalink
Post by Robert Szmurlo
Post by Chris Browet
Hi,
A plain, simple, "switch to header/switch to code" command.
Please try F4, it just switches to the last position of cursor in code
file (cpp)
Ahhh... Thanks a lot!!
And thanks for not "RTFM" me ;-)

Adding it the the editor contextual menu would be coherent, though.
I now see it in the "tools-C++" menu, along with the other "switch" but not
in the editor contextual...

- Chris -
Coda Highland
2009-06-27 13:03:15 UTC
Permalink
Post by Chris Browet
The second one, regarding Bazaar, is but a wish. I understand you cannot
support every single VCS in the world.
You could maybe try to generalize the subversion one, as the syntax is
mostly the same?
- Chris -
You might try your hand at making a new plugin based on the svn one. I
can't imagine it being that hard; at some point sooner or later I'll
be making one for Mercurial.

/s/ Adam
Chris Browet
2009-06-28 06:59:17 UTC
Permalink
Indeed. Will try to wrap it up.

- Chris -
Post by Coda Highland
Post by Chris Browet
The second one, regarding Bazaar, is but a wish. I understand you cannot
support every single VCS in the world.
You could maybe try to generalize the subversion one, as the syntax is
mostly the same?
- Chris -
You might try your hand at making a new plugin based on the svn one. I
can't imagine it being that hard; at some point sooner or later I'll
be making one for Mercurial.
/s/ Adam
_______________________________________________
Qt-creator mailing list
http://lists.trolltech.com/mailman/listinfo/qt-creator
Loading...