gosu plugin for IntelliJ 12

152 views
Skip to first unread message

Duke

unread,
Apr 28, 2013, 11:54:54 PM4/28/13
to gosu...@googlegroups.com
I can't seem to get it installed!! Is it not compatible with this recent version of IntelliJ?

Duke

Luca Boasso

unread,
Apr 29, 2013, 12:11:31 AM4/29/13
to gosu...@googlegroups.com
Yes the plug in is not compatible with IntelliJ 12.
By this summer we are planning to release a new compatible version with several
enhancements both in the language and the plugin.


On Sun, Apr 28, 2013 at 8:54 PM, Duke <dukeo...@lavabit.com> wrote:
I can't seem to get it installed!! Is it not compatible with this recent version of IntelliJ?

Duke

--
You received this message because you are subscribed to the Google Groups "gosu-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gosu-lang+...@googlegroups.com.
To post to this group, send email to gosu...@googlegroups.com.
Visit this group at http://groups.google.com/group/gosu-lang?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

dukeofpurl .

unread,
Apr 29, 2013, 8:40:31 AM4/29/13
to gosu...@googlegroups.com
OK!

So what is a viable alternative for a gosu (and IntelliJ) noob to
use? is there an emacs major mode that I haven't stumbled on?

Anybody!?


--
You received this message because you are subscribed to a topic in the Google Groups "gosu-lang" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/gosu-lang/xyOpsi4H6_s/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to gosu-lang+...@googlegroups.com.

To post to this group, send email to gosu...@googlegroups.com.
Visit this group at http://groups.google.com/group/gosu-lang?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 



--
duke

Carlos Quintanilla

unread,
Apr 29, 2013, 9:09:55 AM4/29/13
to gosu...@googlegroups.com
You can just download Intellij IDEA version 11. 

Download latest 11 version available which is 11.1.4 : http://download-ln.jetbrains.com/idea/ideaIC-11.1.4.exe    then after you setup the gosu plugin.
You can update to latest version 11.1.5. 


Carlos




2013/4/29 dukeofpurl . <sidney.r...@gmail.com>

Duke

unread,
Apr 29, 2013, 9:31:12 AM4/29/13
to gosu...@googlegroups.com


On Monday, April 29, 2013 7:09:55 AM UTC-6, Carlos Quintanilla wrote:
You can just download Intellij IDEA version 11. 

Download latest 11 version available which is 11.1.4 : http://download-ln.jetbrains.com/idea/ideaIC-11.1.4.exe    then after you setup the gosu plugin.
You can update to latest version 11.1.5. 

I thought of that too! :)

But I wasn't too keen on having 2 versions of this IDE running on my machine. Thanks for the links ... 

Michael Wright

unread,
Apr 29, 2013, 11:43:05 AM4/29/13
to gosu...@googlegroups.com
FYI,  I routinely run several versions of IDEA on the same machine at the same time. This includes some large Java projects where each IDE instance is using multiple GB of memory.

You probably will want to use one instance of IDEA 11.x with the Gosu plug-in installed/enabled for one Gosu project at a time and a different (newer, 12.x) instance of IDEA for multiple Java projects (i.e., without the Gosu plug-in enabled).

When the Gosu plug-in supports 12.x, you will still be better off using separate instances of IDEA 12.x for Gosu-plugin and plain Java projects.  You can do this by using the IDEA_PROPERTIES environment variable per project (or set of related projects) pointing at an edited copy of the idea.properties file with separate locations for plugins, caches, etc.  If you do not run separate instances you may have to frequently disable/re-enable the plugin when you switch from/to Gosu (and restart the IDE each time).  You may see gosu plug-in errors whenever you try to open multiple projects at once, especially opening non-Gosu projects with the plug-in enabled.  Even opening one Java project at a time with the gosu plug-in enabled may give you problems (usually in the form of error messages that you may or may not get away with ignoring).

Regards,
Mike


--
You received this message because you are subscribed to the Google Groups "gosu-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gosu-lang+...@googlegroups.com.
To post to this group, send email to gosu...@googlegroups.com.
Visit this group at http://groups.google.com/group/gosu-lang?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 



--
Regards,
Mike

dukeofpurl .

unread,
Apr 29, 2013, 11:52:10 AM4/29/13
to gosu...@googlegroups.com
Thanks for the input Mike! I've now got v11.1.4 installed with the Gosu plugin. Your tips will come in handy - I'm sure!


--
You received this message because you are subscribed to a topic in the Google Groups "gosu-lang" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/gosu-lang/xyOpsi4H6_s/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to gosu-lang+...@googlegroups.com.

To post to this group, send email to gosu...@googlegroups.com.
Visit this group at http://groups.google.com/group/gosu-lang?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 



--
duke

Duke

unread,
Apr 29, 2013, 3:17:54 PM4/29/13
to gosu...@googlegroups.com


On Sunday, April 28, 2013 9:54:54 PM UTC-6, Duke wrote:
I can't seem to get it installed!! Is it not compatible with this recent version of IntelliJ?

Follow-up:

I've got IntelliJ v11.1.4, and the Gosu plugin installed. Everything seemed to have gone OK, but when I click on Create New Project, I get this:

Error during dispatching of java.awt.event.MouseEvent[MOUSE_CLICKED,(180,208),absolute(235,330),button=1,modifiers=Button1,clickCount=1] on frame0 

Carlos Quintanilla

unread,
Apr 29, 2013, 4:18:12 PM4/29/13
to gosu...@googlegroups.com, gosu...@googlegroups.com
known issue
there are some threads that explain what to do to solve it
it is related to having a java sdk setup before setup the gosu plug in

Envoyé de mon iPhone
--

Michael Wright

unread,
Apr 30, 2013, 10:20:13 AM4/30/13
to gosu...@googlegroups.com
The steps I follow for each new installation of IDEA (to be used with Gosu):

1. download/install IDEA (set up env/path with appropriate Java); find idea.properties
2. create a directory for the idea files for a project, e.g., foo, copy idea.properties into it
3. edit idea.properties to use the foo directory for the four properties ending in .path
4. set IDEA_PROPERTIES to foo/idea.properties
5. start the IDE (e.g., <idea-install>/bin/idea.sh)
6. create a new Java (dummy) project.  During the wizard pick a JDK (e.g., 1.7)
7. install the gosu-plugin (and this will restart the IDE)
8. close the dummy Java project. create a new Gosu project
9. (optional) close the Gosu project/IDEA.  Start IDEA (Re-opens the Gosu project.)

(you can also import a maven project with existing Gosu code instead of creating)




--
You received this message because you are subscribed to the Google Groups "gosu-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gosu-lang+...@googlegroups.com.
To post to this group, send email to gosu...@googlegroups.com.
Visit this group at http://groups.google.com/group/gosu-lang?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 



--
Regards,
Mike
Reply all
Reply to author
Forward
0 new messages