Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: mariocup on July 05, 2007, 11:16:07 pm

Title: File links in Codesnippets Plugin using File Browser
Post by: mariocup on July 05, 2007, 11:16:07 pm
Hi CB team,

I am using codesnippets plugin and the file browser of (cbiplugin). As it is to easy navigate within the filesystem with the file explorer it would be time saving to add file links to the codesnippets plugin in the following manner.

1. Select a file in the file explorer or text within the cb editor an hold the left mouse button
2. Drag the file or text to a folder/subcategory of the codesnippets view
3. Generate an add snippet and pop up the properties dialog containing already the file link or text.

What do you think about that?

Bye,

Mario
Title: Re: File links in Codesnippets Plugin using File Browser
Post by: dmoore on July 06, 2007, 02:06:22 am
For right click on file/folders it would be easy for Pecan to add a context menu item to add the link.

For drag and drop I will need to do some more work on my end...
Title: Re: File links in Codesnippets Plugin using File Browser
Post by: Pecan on July 06, 2007, 04:58:27 am
Hi CB team,

I am using codesnippets plugin and the file browser of (cbiplugin). As it is to easy navigate within the filesystem with the file explorer it would be time saving to add file links to the codesnippets plugin in the following manner.

1. Select a file in the file explorer or text within the cb editor an hold the left mouse button
2. Drag the file or text to a folder/subcategory of the codesnippets view
3. Generate an add snippet and pop up the properties dialog containing already the file link or text.

What do you think about that?

Bye,

Mario


CodeSnippets already accepts dragged text or file lists when dragged on top of a category. It creates a new text snippet or fileLink by the name "new snippet".

Right click for the properties context menu and change the name, or left click and hold to edit the label.
Title: Re: File links in Codesnippets Plugin using File Browser
Post by: dmoore on July 06, 2007, 05:31:48 am
Pecan: Any interest in implementing the file explorer integration? it sounds like a reasonable thing to me (file explorer accepts multiple file/directory selections and passes a string containing the list of selections to each plugin's BuildModuleMenu). I could also add support for the drag and drop messaging...
Title: Re: File links in Codesnippets Plugin using File Browser
Post by: Pecan on July 07, 2007, 04:10:47 am
Pecan: Any interest in implementing the file explorer integration? it sounds like a reasonable thing to me (file explorer accepts multiple file/directory selections and passes a string containing the list of selections to each plugin's BuildModuleMenu). I could also add support for the drag and drop messaging...

I'm sorry. I don't understand.
Why would CodeSnippets want to present a list of files in it's context menus?

Title: Re: File links in Codesnippets Plugin using File Browser
Post by: dmoore on July 07, 2007, 05:11:00 am
other way round. fileexplorer passes the list of files to codesnippets, presumably to be stored as a snippet.
Title: Re: File links in Codesnippets Plugin using File Browser
Post by: Pecan on July 07, 2007, 09:05:24 pm
other way round. fileexplorer passes the list of files to codesnippets, presumably to be stored as a snippet.

Does the user want to create an individual snippet (fileLink) for each file in the incomming list, or one snippet containing all the filenames?

Title: Re: File links in Codesnippets Plugin using File Browser
Post by: mariocup on July 07, 2007, 11:36:57 pm
Hi Pecan,

I would prefer to create an individual snippet (fileLink) for each file in the incomming list.

I have different categories in the codesnippets view: documentation (file links to pdf files), hardware (files links to layouts), Headers (files links to general headers) etc.

These files are spread on different network drives, so it is easier to navigate with the file explorer to location of the files and drag the file to the codesnippets view than browsing the path with the properties dialog.