News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

ShellExtensions deprecated, forked into FileManager and PowerShell plugins

Started by dmoore, February 06, 2009, 11:08:32 PM

Previous topic - Next topic

MortenMacFly

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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Jenna

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.

MortenMacFly

Quote from: jens on February 06, 2011, 07:03:23 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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

dmoore

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)
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]

Jenna

Quote from: dmoore 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)

Seems to work properly, so go ahead.

stahta01

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++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

Jenna

Quote from: stahta01 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.
Should be fixed in trunk (svn r6987).
Thanks for reporting.

MortenMacFly

Quote from: jens on February 11, 2011, 08:31:43 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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]