Author Topic: ShellExtensions deprecated, forked into FileManager and PowerShell plugins  (Read 23960 times)

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: ShellExtensions deprecated, forked into FileManager and PowerShell plugins
« Reply #15 on: February 06, 2011, 06:12:39 pm »
Hi all,

finally I merged the two plugins "FileManager" and "ToolsPlus" onto the main repo as new contrib plugins.
It's done for windows and working fine here, I started on the Linux work but my Ubuntu VM doesn't come to an end with scanning my file systems... (WTF?!)
So everything done for Linux is done "blind". As soon as I have a somehow working Linux environment I'll give tit a try. In the meantime any help is greatly appreciated.

Not to forget: @dmoore: thanks for the nice work! :-) Every further development, please do in trunk. :lol:
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: ShellExtensions deprecated, forked into FileManager and PowerShell plugins
« Reply #16 on: February 06, 2011, 07:03:23 pm »
I'm currently working on it.
I had patches here for all am-files, but due to your commits I have to apply parts of it manually.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: ShellExtensions deprecated, forked into FileManager and PowerShell plugins
« Reply #17 on: February 06, 2011, 09:23:08 pm »
I had patches here for all am-files, but due to your commits I have to apply parts of it manually.
Oooops - I wasn't aware of that.  Sorry.

BTW: For the future don't forget that SVN offers the "LOCK" functionality. So when you are planning to update the build system you could lock the files in SVN so it becomes visible that nobody should touch them. 8)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline dmoore

  • Developer
  • Lives here!
  • *****
  • Posts: 1576
Re: ShellExtensions deprecated, forked into FileManager and PowerShell plugins
« Reply #18 on: February 07, 2011, 12:37:26 am »
Thanks jens and morten! It's been a long time coming. I'll hold off on any commits until jens is happy with the build stuff. (I already have a list of things that I want to change)

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: ShellExtensions deprecated, forked into FileManager and PowerShell plugins
« Reply #19 on: February 07, 2011, 02:25:26 pm »
Thanks jens and morten! It's been a long time coming. I'll hold off on any commits until jens is happy with the build stuff. (I already have a list of things that I want to change)

Seems to work properly, so go ahead.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7576
    • My Best Post
Re: ShellExtensions deprecated, forked into FileManager and PowerShell plugins
« Reply #20 on: February 11, 2011, 06:52:03 pm »
The following applies to Code::Blocks trunk
The ToolsPlus script update did not default to being executable when I tested it under Linux.

Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: ShellExtensions deprecated, forked into FileManager and PowerShell plugins
« Reply #21 on: February 11, 2011, 08:31:43 pm »
The following applies to Code::Blocks trunk
The ToolsPlus script update did not default to being executable when I tested it under Linux.

Tim S.
Should be fixed in trunk (svn r6987).
Thanks for reporting.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: ShellExtensions deprecated, forked into FileManager and PowerShell plugins
« Reply #22 on: February 11, 2011, 09:42:51 pm »
Should be fixed in trunk (svn r6987).
Interesting. You see: Everyday you learn something new. I didn't know there exists such a SVN property. :wink: :idea:
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ