Another Clojure Box - Version 1.4 Fix!!!

2009-09-08 Thread Darmac
Hi, In the last version of ACB I make a mistake with SciTE version!! Thanks to all the people that have been using ACB from the very beginning that warn me that SciTE version wasn't the wright one. If you have download ACB1.4, please download SciTE.exe from this URL

Re: Another Clojure Box - Version 1.4

2009-09-07 Thread Darmac
My response is inline too! Be sure that: - the REPL it's working fine (if it let you work normally then it's fine). I am not sure if I have found the REPL in the ACB yet. Is it the WinCommand Clojure 1.0 tab you are talking about? How do I setup ACB the first time? Yes. That is the

Re: Another Clojure Box - Version 1.4

2009-09-05 Thread Shantanu Kumar
I tried again following your checklist. My response is inline. Be sure that: - the REPL it's working fine (if it let you work normally then it's fine). I am not sure if I have found the REPL in the ACB yet. Is it the WinCommand Clojure 1.0 tab you are talking about? How do I setup ACB the

Re: Another Clojure Box - Version 1.4

2009-09-04 Thread John Newman
I like Scite but I also use Linux. Any guidance on what steps I would need to take to port just the Scite part of ACV to linux? What specific config files? Thanks, On Fri, Sep 4, 2009 at 7:30 PM, Shantanu Kumar kumar.shant...@gmail.comwrote: Not sure if I am the only one - I was not able to

Re: Another Clojure Box - Version 1.4

2009-09-04 Thread Shantanu Kumar
Not sure if I am the only one - I was not able to make the copy-to- REPL and execute-block-of-code work using the keyboard shortcuts mentioned on the URL, nor using any other method. I am using Windows XP 32-bit with JDK 1.6.0_16. I look forward to somebody correcting me what I am doing wrong.

Re: Another Clojure Box - Version 1.4

2009-09-04 Thread Darmac
Shantanu, The copy-to-REPL and execute-block-of-code works like this: 1- it copy the selected text in scite to a temp file inside \bin\scite \tools\SendCommand 2- call SendCommand.exe from the same folder 3- SendCommand will send the content of the temp file to the REPL, execute it and the

Re: Another Clojure Box - Version 1.4

2009-09-04 Thread Darmac
John, If you want to use this version of SciTE in linux I can send you the scite source and you will have to compile it. If you don't want to compile it I can send the properties files in order to use the lisp lexer with your standard scite version. Let me know what you want! On Sep 4, 12:06 

Re: Another Clojure Box - Version 1.4

2009-09-04 Thread John Newman
Would I be able to achieve the auto-complete function with just a properties file, without having to recompile? On Fri, Sep 4, 2009 at 11:14 PM, Darmac dario...@gmail.com wrote: John, If you want to use this version of SciTE in linux I can send you the scite source and you will have to

Re: Another Clojure Box - Version 1.4

2009-09-04 Thread Darmac
Yes, of course... You need clojure.properties and clojure-keywords.properties to make autocomplete work. But you need to change filter.clj=... for filter.lisp because the standard version of scite don't have a clojure lexer. You also need clojure.api (this is the key of autocomplete) If you

Another Clojure Box - Version 1.4

2009-09-03 Thread Darmac
Hi, I just release version 1.4 of ACB. Changelog: ++ Customized version of SciTE 2.01. It's accept \n in tooltips and have a simple clojure lexer (don't use lisp lexer any more). ++ Better SciTE autocomplete (recognize ?,- and others keyword symbols) ++ Now you can resize file explorer in SciTE

Re: Another Clojure Box

2009-06-17 Thread Emeka
Darmac, I use Scite Just edited it in order to run Clojure Repl(help help from this group). That's not great, it is ugly. I would like to use yours if it is as simple as Scite editor and pretty easy to install. Regards, Emeka --~--~-~--~~~---~--~~ You

Re: Another Clojure Box

2009-06-17 Thread e
will definitely check it out. Thanks. On Tue, Jun 16, 2009 at 8:20 PM, Darmac dario...@gmail.com wrote: Hi, I have been experimenting with Clojure last two months and in my learning process I used several applications. So, I have made a package and want it to share it with everybody that