That's unfortunate. I do this constantly in vim for 
debugging/investigation. I worked around it with in-ns from a writable file.

On Monday, July 14, 2014 9:44:43 AM UTC-7, Colin Fleming wrote:
>
> No, there isn't, unfortunately - there are a couple of outstanding issues 
> about this. IntelliJ has a fairly strict notion of files' origin, and it 
> doesn't permit the concept of editing files that it won't be able to write 
> back later. So that one will be tricky, I'll have to copy the file content 
> to a scratch buffer or something. Not being able to load them is just a 
> bug, I'll try to fix that for the next build.
>
>
> On 14 July 2014 17:15, Brian Craft <craft...@gmail.com <javascript:>> 
> wrote:
>
>> Cool, got it working.
>>
>> Is there a way to edit and evaluate a buffer loaded from a jar? Currently 
>> it has a lock icon, which I haven't found a way to turn off. 
>>
>>
>> On Sunday, July 13, 2014 10:41:04 PM UTC-7, Colin Fleming wrote:
>>
>>> HI Brian,
>>>
>>> Both La Clojure and the IntelliJ Leiningen plugin are effectively 
>>> discontinued in favour of Cursive. There's full instructions on how to get 
>>> started here: https://cursiveclojure.com/userguide. Let me know if you 
>>> have any more questions.
>>>
>>> Cheers,
>>> Colin
>>>
>>>
>>> On 14 July 2014 03:35, Brian Craft <craft...@gmail.com> wrote:
>>>
>>>> In need of a way to breakpoint in java code, I decided to look at 
>>>> intellij. I tried the directions here:
>>>>
>>>> http://wiki.jetbrains.net/intellij/Getting_started_with_La_Clojure
>>>>
>>>> which don't work. When trying to open a project, it throws:
>>>>
>>>> java.lang.NoSuchMethodError: com.intellij.openapi.module.
>>>> ModifiableModuleModel.newModule(Ljava/lang/String;
>>>> Lcom/intellij/openapi/module/ModuleType;)Lcom/intellij/
>>>> openapi/module/Module;
>>>>          at de.janthomae.leiningenplugin.project.LeiningenProject.
>>>> reimport(LeiningenProject.java:133)
>>>>         at de.janthomae.leiningenplugin.project.
>>>> LeiningenProjectsManager.importLeiningenProject(
>>>> LeiningenProjectsManager.java:71)
>>>>         at de.janthomae.leiningenplugin.project.
>>>> LeiningenProjectBuilder.commit(LeiningenProjectBuilder.java:57)
>>>>
>>>>
>>>> Tracking down the leinningen plugin project I see that it's dead, and 
>>>> points to the cursive project, which has no downloads.
>>>>
>>>> Is there a way to get this working? Or, alternatively, is there a less 
>>>> painful way to set a breakpoint in java code from a lein project? My usual 
>>>> environment is fireplace. Command line would be great, but I'm not up for 
>>>> switching to emacs this week. ;)
>>>>  
>>>> -- 
>>>> You received this message because you are subscribed to the Google
>>>> Groups "Clojure" group.
>>>> To post to this group, send email to clo...@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+u...@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+u...@googlegroups.com.
>>>>
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>>
>>>  -- 
>> You received this message because you are subscribed to the Google
>> Groups "Clojure" group.
>> To post to this group, send email to clo...@googlegroups.com 
>> <javascript:>
>> Note that posts from new members are moderated - please be patient with 
>> your first post.
>> To unsubscribe from this group, send email to
>> clojure+u...@googlegroups.com <javascript:>
>> 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+u...@googlegroups.com <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

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