News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Latest build from the CBILplugin project

Started by dmoore, July 07, 2007, 08:07:59 PM

Previous topic - Next topic

Ceniza

FileExplorerSettings.cpp/.h and il_resources.xrc missing in repository.

dmoore

#16
oops. Thanks Ceniza. For now, just take them out of the project. I still haven't implemented those resources yet anyway...

BTW in the next 5 minutes I'll update the CB detachable notepages patch file for linux (just compiling to make sure it works). should have far fewer crashes.

EDIT: done.
Python plugins: [url="https://github.com/spillz/codeblocks-python"]https://github.com/spillz/codeblocks-python[/url]
Code::Blocks Daily Builds -- Ubuntu PPA: [url="https://launchpad.net/~damien-moore/+archive/codeblocks"]https://launchpad.net/~damien-moore/+archive/codeblocks[/url]

mariocup

Hi dmoore,

as I am working every day with the file explorer, more and more ideas are coming up. What would be nice to have a search option in the context menu.

1. Select a directory in the file browser
2. Select context menu entry "Find in Files"
3. The find in files dialog is opened with the scope "Search path below"
4. The selected directory ($mpaths) is passed as Search path automatically.

What do you think about that?



dje

Hi Mario !

Nice idea!
We spoke about that on ThreadSearch last delivery post.

I'll implement it.
No date for now  :)

Dje

mariocup

Hi dmoore and dje,

I starting writing documentation for the interpreter plugin right now. I saw that the context menu in the file explorer has some common entries for selecting files or directories (e.g. Copy To, Move To etc.).

Why is the rename feature only available for files and not for directories?


dmoore

Quote from: mariocup on July 12, 2007, 12:01:53 AM
Why is the rename feature only available for files and not for directories?

just not implemented yet.

drag and drop is also supposed to move (or copy if you hold ctrl when releasing the button) files/directories around to other folders in the tree, but it has bugs and doesn't always work correctly.

I'll fix these things when I have time. :)
Python plugins: [url="https://github.com/spillz/codeblocks-python"]https://github.com/spillz/codeblocks-python[/url]
Code::Blocks Daily Builds -- Ubuntu PPA: [url="https://launchpad.net/~damien-moore/+archive/codeblocks"]https://launchpad.net/~damien-moore/+archive/codeblocks[/url]