Hi Paul,

 glad you're finding it useful!

As for the problem: I think it's a good example of why I should stick to 
science and not dabble in UI design :-) The idea is that the text-box 
simply filters the list of options below it - it doesn't allow you to type 
in an arbitrary path. I'm guessing that it's particularly confusing in your 
case because the list of options below the box is empty?

The way it's _supposed_ to work is that Gorilla scans your project 
directory for worksheets, and lists them in the menu, and you can use the 
filter box to navigate the list quickly. I think the problem is that I've 
been too strict with the definition of "worksheet file": at the moment, it 
has to be either a ".cljw" file, or a ".clj" file with the magic Gorilla 
header as it's first line. Would I be right in thinking that your worksheet 
files don't conform to this (unannounced, possibly unwanted) convention?

I think the solution is probably for me to relax the file-naming 
convention, if that's not something people want to be forced into. I was 
worried about the time taken to open and read the header line of all the 
files in a project, but that's perhaps less of a worry now that I've 
implemented excluded directories for the file scan.

I'm rambling: the workaround is to name your worksheets *.clj, if I've 
guessed the problem correctly. The solution is probably that I should 
change the file-name criteria to be less restrictive.

Hope that helps,


Jony


On Friday, 25 July 2014 17:11:01 UTC+1, Paul Mooser wrote:
>
> I've made gorilla-repl part of my normal workflow recently, and I've been 
> enjoying great results. 
>
> With this new version, I'm having trouble loading documents using the 
> normal ctrl-g ctrl-l method. When I hit return after typing the path into 
> the load dialog, it simply closes with no feedback or visible effect. If I 
> type the path into the URL (ie, ?filename=foo/bar) it works fine. Any idea 
> what might be causing this or how I might debug it more effectively ? 
>
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to