New document switching mode (2)

Jens Zurheide jens.zurheide at gmx.de
Wed Feb 12 21:58:37 UTC 2003


>Hi Jens!
>
>F at lk Brettschneider wrote:
>>
>> Currently I'm fixing this.
>
>I fixed that some days ago.
Great.
>
>>> Finally, what happens with this patch?
>>
>> I need time to review it. I hope it can be done this week.
>
>It's done, too!
Greater.
>
>But I modified your patch and:
>- made it compile (by adding some missing includes)
Strange, because it compiled here. 
>- replaced all STL maps and lists with their alternative of Qt. (STL
>isn't supported in all Qt versions and debugging STL sucks ;)
I read some Qt documentation about the containers in Qt and found some 
discouraging comments about QWidgets used in them. Thus I switched to STL 
(but I marked them with the namespace because I thought that this would not 
be the final version.) I will have a look at the code to see what the Right 
Way(TM) is (especially sorting).
>- reformatted the code in the style of their appropriate file
>- changed your _replacement_ of the old view-cycle-principle (of Harry)
>by your code to just an _addition_ as new alternative cycling method.
>
>Now *cycling through the views in opening-time order* (Harry's approach)
>is *Alt+Left/Right* (also in IDEAl UI mode) and *cycling through the
>views in access-time order* (Jens' approach, Ctrl+F6 in MSVC) is
>*Alt+Up/Down* here.
>
>I hope you like it. ;-)
>
>Read also the commit comment on http://www.kdevelop.org....
>
>Cheers
>F at lk
>
Falk, thanks for your time for polishing up the code. I thought I would get 
some request for enhancements instead ;-)

Regards,
Jens






More information about the KDevelop-devel mailing list