Author Topic: Latest build from the CBILplugin project  (Read 14874 times)

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: Latest build from the CBILplugin project
« Reply #15 on: July 11, 2007, 02:51:47 am »
FileExplorerSettings.cpp/.h and il_resources.xrc missing in repository.

Offline dmoore

  • Developer
  • Lives here!
  • *****
  • Posts: 1576
Re: Latest build from the CBILplugin project
« Reply #16 on: July 11, 2007, 03:00:22 am »
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.
« Last Edit: July 11, 2007, 03:35:34 am by dmoore »

mariocup

  • Guest
Re: Latest build from the CBILplugin project
« Reply #17 on: July 11, 2007, 11:10:07 pm »
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?



Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: Latest build from the CBILplugin project
« Reply #18 on: July 11, 2007, 11:14:25 pm »
Hi Mario !

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

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

Dje

mariocup

  • Guest
Re: Latest build from the CBILplugin project
« Reply #19 on: July 12, 2007, 12:01:53 am »
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?


Offline dmoore

  • Developer
  • Lives here!
  • *****
  • Posts: 1576
Re: Latest build from the CBILplugin project
« Reply #20 on: July 12, 2007, 12:45:15 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. :)