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

BrowseTracker plugin

<< < (9/22) > >>

kisoft:

--- Quote from: Pecan on December 04, 2007, 11:31:13 pm ---BrowseTracker 1.2.15 2007/12/4
http://code.google.com/p/cbbrowsetracker/

--- End quote ---
Thank you for repository. More usable for me.

Wait bug reports ;) I have no time for full testing, but I use your plugin at times.

Good luck!

Pecan:
BrowseTracker 1.2.24 2007/12/8
http://code.google.com/p/cbbrowsetracker/
http://wiki.codeblocks.org/index.php?title=BrowseTracker_plugin

Commit 1.2.24 2007/12/8
 16) ignore recording BrowseMarks on duplicate editor activations eg. activations from double clicking search results panel
 17) fixed GetCurrentScreenPositions() when doc less than screen size
 18) honor WXK_RETURN to dismiss selector dialog
 19) honor WXK_RETURN to dismiss wxListBox in dialog
 20) convert editor pointers to circular queue
 21) compress active browsed editor array for better availability
 22) correct active editor order when using selection dlg
 23) fix index overflow crash in BrowseMarks.cpp::ClearMarks()
 24) implement visible browseMarks as "..."

Pecan:
BrowseTracker 1.2.29 2007/12/9
http://code.google.com/p/cbbrowsetracker/
http://wiki.codeblocks.org/index.php?title=BrowseTracker_plugin

Commit  1.2.29 2007/12/9
 25) add sort and "Sort BrowseMarks" menu  command
 26) On ClearAllMarkers(), tell scintilla to also clear visible BrowseMarks.
 27) shadow scintilla BrowseMarks when lines added/deleted; keeps marks in user set order
 28) append BrowseTracker menu to the context popup menu
 29) remove OnEditorActivated() code causing linux to re-set deleted markers

krgh:
Hi,

    I am using Codeblocks snapshot version CB_20071206_rev4711_win32 with mingwm10_gcc421 and wxmsw28u_gcc_cb_wx287. whenever i try to install BrowseTracker for CB i get below mentioned error and it fails to Load. Sorry if this is a repeated question. i use CB to work on ARM Compillers but this doesnt allow me to recompile the source. Please let me know how to recompile the code with some other toolchain.

C:\Editors\Code Blocks/share/codeblocks/plugins/BrowseTracker.dll: not loaded (missing symbols?)

The same also happens to me with Threadsearch Plugin

TIA

Regards
Gururaja

Pecan:

--- Quote from: krgh on December 10, 2007, 03:25:31 am ---Hi,

    I am using Codeblocks snapshot version CB_20071206_rev4711_win32 with mingwm10_gcc421 and wxmsw28u_gcc_cb_wx287. whenever i try to install BrowseTracker for CB i get below mentioned error and it fails to Load. Sorry if this is a repeated question. i use CB to work on ARM Compillers but this doesnt allow me to recompile the source. Please let me know how to recompile the code with some other toolchain.

C:\Editors\Code Blocks/share/codeblocks/plugins/BrowseTracker.dll: not loaded (missing symbols?)

The same also happens to me with Threadsearch Plugin

TIA

Regards
Gururaja

--- End quote ---

I understand your problem. It means I need to include a .cbplugin for the nightly build in the BrowseTracker download zip file.

I cannot do this for each nightly build as it's a hugh time consuming effort to download/build/test for both windows & linux nightlies. But I'll try to link with the current nightlies for each release of BrowseTracker.

BrowseTracker can be compiled with the same tool chain used to compile CodeBlocks itself. The zip file contains the necessary .cbp files.

Thanks for your report.


Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version