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. Th

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 th

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 can'

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 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 compile it. > If y

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 p

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 delete

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 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 wrote: > > Not sure if I am the only one - I was not able to make the copy-to- > RE

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 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 > want to learn C

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 received