Store code in a number of languages, code is colour coded.
The program states:
Codebank uses relative paths for it's databanks as long as they are in the subtree of the program's directory.
Codebank also uses it's own configuration file instead of windows registry to save it's configuration.
This allows for CodeBank to be used from a removable media. The auto-Open-last-databank feature is also compatible with removable media and will allow you to get access to your data quickly.
http://www.zeraha.org
If like me the download fails, go to Snapfiles to get it, then use Universal Extractor to get the files.
CodeBank
- Andrew Lee
- Posts: 3116
- Joined: Sat Feb 04, 2006 9:19 am
- Contact:
Re: CodeBank
Salve! I have used this application for years, and haven't found anything else like it that has equivalent functionality.
I really wanted a few fixes and features in this program, but after having tried to contact the authour to no avail, and after seeing my comments on his website make past moderation, I gave up and used ResHacker to get a few of them.
Using Resource Hacker, I was able to achieve the following features:
1. worwrap in the comments area
2. change to a sans serif font in the comments area
3. Removed "scroll past end of line" which caused the cursor to sit anywhere you put it. Now it acts like any other cursor.
4. Removed "smart tabs" and "tabs to spaces"
----------------------------------------------------------------------------------------------------
To edit: Open CodeBank with ResourceHacker.
(When finished, Compile and Save)
Go to: RCData/TEDITORFRAME/0
**To edit the text options for the Code Editor:
object Memo: TSynMemo
Options = eoScrollPastEol
Tabwidth = 4
Font.Name = 'Courier New' -original: Font.Name = 'MS Sans Serif'
**To edit the Comments Panel:
object Comments: TSynMemo
WordWrap = True
object SynEditPrint: TSynEditPrint
Tabwidth = 4
Font.Name = 'Courier New' -original: Font.Name = 'MS Sans Serif'
----------------------------------------------------------------------------------------------------
I would be willing to upload a copy of my hacked edition, but it probably breaks a license or protocol somewhere.
I really wanted a few fixes and features in this program, but after having tried to contact the authour to no avail, and after seeing my comments on his website make past moderation, I gave up and used ResHacker to get a few of them.
Using Resource Hacker, I was able to achieve the following features:
1. worwrap in the comments area
2. change to a sans serif font in the comments area
3. Removed "scroll past end of line" which caused the cursor to sit anywhere you put it. Now it acts like any other cursor.
4. Removed "smart tabs" and "tabs to spaces"
----------------------------------------------------------------------------------------------------
To edit: Open CodeBank with ResourceHacker.
(When finished, Compile and Save)
Go to: RCData/TEDITORFRAME/0
**To edit the text options for the Code Editor:
object Memo: TSynMemo
Options = eoScrollPastEol
Tabwidth = 4
Font.Name = 'Courier New' -original: Font.Name = 'MS Sans Serif'
**To edit the Comments Panel:
object Comments: TSynMemo
WordWrap = True
object SynEditPrint: TSynEditPrint
Tabwidth = 4
Font.Name = 'Courier New' -original: Font.Name = 'MS Sans Serif'
----------------------------------------------------------------------------------------------------
I would be willing to upload a copy of my hacked edition, but it probably breaks a license or protocol somewhere.
Re: CodeBank
Thanks for that, BGM. About the posting of the hacked version, if the dev doesn't return contact for years, he's probably abandoned this work and it's not very likely he'll complain (no complaint = no misdemeanor). YMMV, though...
Re: CodeBank
Midas wrote:if the dev doesn't return contact for years, he's probably abandoned this work
http://www.zeraha.org was updated just over a year ago.
Re: CodeBank
Yes, I know he updated his site, but that didn't seem to help. When I visit the CodeBank page, I can still see my last two comments from November 29, 2011 marked as "Awaiting Moderation" - which means they've never been reviewed or posted.
If I want to share the one that I "made", how can I do it? Is there any way to "attach" a file in this forum? Or could it be added as a second link in the CodeBank entry on the program page?
If I want to share the one that I "made", how can I do it? Is there any way to "attach" a file in this forum? Or could it be added as a second link in the CodeBank entry on the program page?
Re: CodeBank
(Small) Topic update: CodeBank dev still around -- last 2014-06-22 he stated his willingness to update the program...
(see http://zeraha.org/2011/06/codebank-hier ... mment-2238).
(see http://zeraha.org/2011/06/codebank-hier ... mment-2238).
Re: CodeBank
I use this program ALL the time and have never yet found an application so versatile.
It hasn't been updated since 2011, and it needs some fixes.
However, I do see that my comments finally passed moderation!
It hasn't been updated since 2011, and it needs some fixes.
However, I do see that my comments finally passed moderation!
Re: CodeBank
BGM wrote:However, I do see that my comments finally passed moderation!
- Yep, I did notice that, too...
Re: CodeBank
I'd love to get ahold of the source code, except that it's written in Delphi.