How to make bookmark window stay

Hi,

does anyone know if there is a way to make the bookmark dialog stay floating (after pressing shift-f11), now it will vanish as soon you clik outside of the dialog.
Optimally i would like the bookmark dialog to be accesible from "left, right or bottom" like project/structure/web etc...
I've never made my own plugin and don't have the time right now to look further into it but maybe this is possible to customize via the plugin API?

Any suggestion is highly appreciated, i use bookmarks a lot when i'm browsing/working on large codebases.


Regards,
Morten S

0
2 comments

Hello netrom,

It's not possible to display the bookmarks in a toolwindow, but there is
a similar feature which does live in a toolwindow: the Favorites view. You
can select View as | Favorites in the Project View combobox, and you can
add files, classes and individual methods to the favorites.

It's also possible to write a plugin that woyld display the bookmarks in
a toolwindow.

does anyone here now a way to make the bookmark dialog stay (after
pressing shift-f11), now just it will vanish as soon you clik outside
of the dialog.

Optimally i would like the bookmark dialog be accesible from "left,
right or bottom" like project/structure/web etc...

I've never made my own plugin and dont have the time right now to look
into it but maybe this is possible to customize via the plugin API?

Any suggestion is highly appreciated, i use bookmarks a lot when i'm
browsing/working on large codebases.


--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"


0

In current version, the Favorite window displays also Bookmarks

0

Please sign in to leave a comment.