Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

BrowseTracker plugin

<< < (13/22) > >>

Lazybones:
Hi Pecan,

I have some ideas for the BrowseTracker, especially for setting the browsemarks.

Do you think it is possible to set the browsemarks on:
- highlighting text by double clicking on one word
- highlighting text with Shift+<left>/<right>

Additionally it would be nice to have an integration in the "find declaration / implementation"-functions. (and maybe in the ThreadSearch-plugin, too?): if the line with the search result is in the same file, you do not have the possibility to jump back to the line you entered the search value in.

Any maybe it is possible to add a BrowseMark in the same way as a bookmark, by left-clicking between the line numbers and the folding marks? This would make it easier to manually set the BrowseMarks!

Sven


Pecan:
BrowseTracker 1.2.68 2008/01/24
http://code.google.com/p/cbbrowsetracker/
http://wiki.codeblocks.org/index.php?title=BrowseTracker_plugin

Summay of changes:

* Disable BrowseTracker for project when SDK issues project events without a project pointer


Download zip file contains .cbplugin(s) for Nightly 4830.


Commit 1.2.68 2008/01/24
 67) Guard against null project pointer when importing projects
       Sdk is issueing project events without a project pointer.
       Eg. importing Visual Studio Solution project
 68) OnProjectOpen: turn off ProjectLoading flag when no project     pointer

Pecan:

--- Quote from: Lazybones on January 24, 2008, 03:01:23 pm ---...
Do you think it is possible to set the browsemarks on:
- highlighting text by double clicking on one word
- highlighting text with Shift+<left>/<right>

--- End quote ---

Browse tracker used to do this, but there were so many complaints about it, it got removed.

In the future, I'll add options to the Settings menu to re-instate your first two requests if there's enough demand. But for now it seems you and I are the only ones who like this kind of feature.



--- Quote from: Lazybones on January 24, 2008, 03:01:23 pm ---Additionally it would be nice to have an integration in the "find declaration / implementation"-functions. (and maybe in the ThreadSearch-plugin, too?): if the line with the search result is in the same file, you do not have the possibility to jump back to the line you entered the search value in.

--- End quote ---

I don't understand this.  On my system, when I mark a line before doing a search, I have no problem jumping back to it.

As for integration into the CodeCompletion plugin, I don't think I have the where-with-all to climb that mountain.


--- Quote from: Lazybones on January 24, 2008, 03:01:23 pm ---Any maybe it is possible to add a BrowseMark in the same way as a bookmark, by left-clicking between the line numbers and the folding marks? This would make it easier to manually set the BrowseMarks!
...

--- End quote ---

Look at the Setting menu entry. (Menu/View/BrowseMarks/Settings).
You can use BrowseMarks as if they were Bookmarks.

Edit: Ok, I see what you mean. Setting the book mark in the margin  is not seen by BrowseTracker. I'll see what I can do about that.

In the meantime: you can use the View/BrowseTracker/Settings/BookMarks option. When you set a BrowseMark, it will actually be set as a bookmark and behave as one.

MortenMacFly:
Another minor issue: I think the config dialog looks pretty ugly. Have a look how it looks like on my system:

Maybe the sizer's are not setup properly? Or maybe a sizer re-design should take place...?! ;-)
With regards, Morten.

Lazybones:

--- Quote from: Pecan on January 24, 2008, 05:08:59 pm ---
--- Quote from: Lazybones on January 24, 2008, 03:01:23 pm ---Additionally it would be nice to have an integration in the "find declaration / implementation"-functions. (and maybe in the ThreadSearch-plugin, too?): if the line with the search result is in the same file, you do not have the possibility to jump back to the line you entered the search value in.

--- End quote ---

I don't understand this.  On my system, when I mark a line before doing a search, I have no problem jumping back to it.

As for integration into the CodeCompletion plugin, I don't think I have the where-with-all to climb that mountain.


--- End quote ---

But you have to mark the line manually. My suggestion is to automatically mark the line, so you always have the possibility to easily jump back from the result-line to the initial line.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version