| View previous topic :: View next topic |
| Author |
Message |
mobius
Joined: 08 Jun 2008 Posts: 15 Location: Dark Side of the Moon
|
Posted: Mon Jun 09, 2008 8:14 pm Post subject: Free Code Repository / Manager! Does one Exist? |
|
|
Hey Guys, I have been searching for a long time for a program that can provide a simple treeview like interface for managing scripts and scriptlets and maybe even additional files required by the script.
Have Tried: Syntree ** & Keynote **** And a myriad of CVS programs.
Custom Syntax highlight & CodeFolding plus export functions are what i am looking for.
If this is an old topic sorry guys, Newbie to this Zone  |
|
| Back to top |
|
 |
n-l-i-d Guest
|
Posted: Tue Jun 10, 2008 8:32 am Post subject: |
|
|
Did you try Treepad (they have a freeware version)? It probably doesn't support code-folding/AHK syntax (I don't know).
If you are specifically looking for a program that can do code-folding and syntax-color AutoHotkey files, I guess you are limited to the editors that support it, I don't know of any program (like you are looking for) that supports AutoHotkey that way.
You could - of course - create something on your own in AutoHotkey that does what you want, there are already some (limited) scripts around...
However: if you do find some ready-made (and free) program that already works, do post it here.  |
|
| Back to top |
|
 |
mobius
Joined: 08 Jun 2008 Posts: 15 Location: Dark Side of the Moon
|
Posted: Tue Jun 10, 2008 10:34 am Post subject: |
|
|
Thanks for the reply man, Tried both the free and the pro version of treepad and found them to be inferior to my current fave keynote, Which I would highly recommend to anyone looking for a program to manage large amounts of scripts and documentation.
I will broaden my search to FEE ware  |
|
| Back to top |
|
 |
TotalBalance
Joined: 22 Jan 2007 Posts: 175 Location: CO, USA
|
Posted: Wed Jun 11, 2008 6:43 am Post subject: |
|
|
I like the AHK script written by Rajat.
Scriptlet Library v4 _________________ Lars |
|
| Back to top |
|
 |
n-l-i-d Guest
|
Posted: Wed Jun 11, 2008 9:53 am Post subject: |
|
|
| TotalBalance wrote: | I like the AHK script written by Rajat.
Scriptlet Library v4 |
Exactly. That script could serve as a basis. If you replace the Edit control with a HiEdit control, you can have syntax coloring. If you add an RTF and IE control, you can show even more kinds of documents in your GUI. If you desperately need code-folding too, you could try SciTE/Scintilla.
HTH |
|
| Back to top |
|
 |
mobius
Joined: 08 Jun 2008 Posts: 15 Location: Dark Side of the Moon
|
Posted: Wed Jun 11, 2008 7:41 pm Post subject: |
|
|
| n-l-i-d wrote: |
Exactly. That script could serve as a basis. If you replace the Edit control with a HiEdit control, you can have syntax coloring. If you add an RTF and IE control, you can show even more kinds of documents in your GUI. If you desperately need code-folding too, you could try SciTE/Scintilla.
HTH |
HA HA! Thats it, Thats the one! bit of tweaking here and there. What a quality script, Thanks for the positive direction Guys!
Also Recommend this tool to anyone looking for another good scriptlet manager.
http://www.sourceforge.net/projects/coderep |
|
| Back to top |
|
 |
TotalBalance
Joined: 22 Jan 2007 Posts: 175 Location: CO, USA
|
Posted: Thu Jun 12, 2008 9:47 am Post subject: |
|
|
Since I'm not a great programmer, if you do make some enhancement tweaks, let me know
P.S. Thanks for the link to Code Repository. Impressive on a first look, I'll definitely be taking it through the paces. _________________ Lars |
|
| Back to top |
|
 |
mobius
Joined: 08 Jun 2008 Posts: 15 Location: Dark Side of the Moon
|
Posted: Fri Jun 20, 2008 8:09 pm Post subject: |
|
|
Hey TotalBalance
Hope you find it as useful as I have, If you or anyone trying this app have been put off by some of the errors don't be, I've found that as long as you enter: Author : ReturnValue & Code Type information in the reference panel when you create your repository it works just fine.
This is gonna be Quality when its finished!  _________________
The Light That Burns Twice As Bright Lasts Half as Long. |
|
| Back to top |
|
 |
TotalBalance
Joined: 22 Jan 2007 Posts: 175 Location: CO, USA
|
Posted: Sun Jun 22, 2008 12:31 am Post subject: |
|
|
Hi Mobius,
FYI, I've stopped looking for a stand-alone code repository tool. It was actually another thread I was reviewing that created my "AhHa" moment.
It discusses many of the advantages of the open source tool "ToDoList" & shares a web capture ahk script that integrates with it (love the script).
I've been using this great time/project mgmt. tool for years but never thought about using it as a code repository. It's absolutely brilliant for this purpose as well. Especially when you take advantage of it's built in multi- user/source control features (by no means a full fledged system - but then I like things simple).
If inclined, check it out and let me know your thoughts. _________________ Lars |
|
| Back to top |
|
 |
mobius
Joined: 08 Jun 2008 Posts: 15 Location: Dark Side of the Moon
|
Posted: Sun Jun 22, 2008 4:25 pm Post subject: |
|
|
Hiya TotalBalance,
Damn what a FINE program, Its taken most of the weekend but we have finally purged our existing CVS environment from the network in favour
of ToDoList. This Coupled with keynote Is exactly what we have been searching for!
Right now I see this primarily as a portable, lightweight, simple yet powerful Content Versioning System / Bug Tracker / Changelog .etc
Which is useful to both the individual and across a trusted team network.
But I might be swayed toward the script repository idea, it has all the right ingredients:
Commandline :: To create/add a new entry plus shortcut to an existing one and more.
SourceControl :: Prevent Unnecessary/Unwanted modification.
Columns :: Show as much or as little info as needed, The amount and types of column entries would lend themselves well to the ScrRep. idea.
And prob much more I have yet to discover!
As TotalBalance said "its by no means a fully fledged system - but then I like things simple" and I utterly agree.
Thinking of a simple parser script which may or may not be written in AHK to convert .tdl/.xml into Keynotes native .knt format. no small task!  _________________
The Light That Burns Twice As Bright Lasts Half as Long. |
|
| Back to top |
|
 |
|