AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Free Code Repository / Manager! Does one Exist?

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources
View previous topic :: View next topic  
Author Message
mobius



Joined: 08 Jun 2008
Posts: 15
Location: Dark Side of the Moon

PostPosted: Mon Jun 09, 2008 8:14 pm    Post subject: Free Code Repository / Manager! Does one Exist? Reply with quote

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 Embarassed
Back to top
View user's profile Send private message Send e-mail
n-l-i-d
Guest





PostPosted: Tue Jun 10, 2008 8:32 am    Post subject: Reply with quote

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. Wink
Back to top
mobius



Joined: 08 Jun 2008
Posts: 15
Location: Dark Side of the Moon

PostPosted: Tue Jun 10, 2008 10:34 am    Post subject: Reply with quote

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 Crying or Very sad
Back to top
View user's profile Send private message Send e-mail
TotalBalance



Joined: 22 Jan 2007
Posts: 175
Location: CO, USA

PostPosted: Wed Jun 11, 2008 6:43 am    Post subject: Reply with quote

I like the AHK script written by Rajat.

Scriptlet Library v4
_________________
Lars
Back to top
View user's profile Send private message
n-l-i-d
Guest





PostPosted: Wed Jun 11, 2008 9:53 am    Post subject: Reply with quote

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

PostPosted: Wed Jun 11, 2008 7:41 pm    Post subject: Reply with quote

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! Cool

Also Recommend this tool to anyone looking for another good scriptlet manager.
http://www.sourceforge.net/projects/coderep
Back to top
View user's profile Send private message Send e-mail
TotalBalance



Joined: 22 Jan 2007
Posts: 175
Location: CO, USA

PostPosted: Thu Jun 12, 2008 9:47 am    Post subject: Reply with quote

Since I'm not a great programmer, if you do make some enhancement tweaks, let me know Cool

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
View user's profile Send private message
mobius



Joined: 08 Jun 2008
Posts: 15
Location: Dark Side of the Moon

PostPosted: Fri Jun 20, 2008 8:09 pm    Post subject: Reply with quote

Hey TotalBalance Cool
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! Twisted Evil
_________________

The Light That Burns Twice As Bright Lasts Half as Long.
Back to top
View user's profile Send private message Send e-mail
TotalBalance



Joined: 22 Jan 2007
Posts: 175
Location: CO, USA

PostPosted: Sun Jun 22, 2008 12:31 am    Post subject: Reply with quote

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
View user's profile Send private message
mobius



Joined: 08 Jun 2008
Posts: 15
Location: Dark Side of the Moon

PostPosted: Sun Jun 22, 2008 4:25 pm    Post subject: Reply with quote

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! Idea Confused
_________________

The Light That Burns Twice As Bright Lasts Half as Long.
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group