Mike Carifio
- 活动总数 48
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 19
-
创建于 python plugin 2.7 + IU 10.5 + python 2.7 + ubuntu 11.04 + module pika -> no completion
I installed a "third party" python module 'pika' using setup.py from the module. python -m pika finds the module. When I a script in IU10.5 with the python plugin installed, it finds the module.But... -
创建于 sometimes modules complete, sometimes they don't
IU 107.105, python plugin 2.7.0, python 3.1, sun java 1.6.0_24-b07, ubuntu 11.04In a python file, import SimpleHTTPServer doesn't complete but something like os or sys does. Anyone know why? -
创建于 anything equivalent to vs2010 "command window"?
Does IU10 have something akin to visual studio's command window (http://msdn.microsoft.com/en-us/library/c785s0kz.aspx)? This lets you execute commands directly by typing them rather than invoking ... -
创建于 can I configure idea10 ultimate to echo every keybinding in the status bar before executing it?
I'm running idea10 over Ubuntu 10.10 (lots of tens here). Idea10 says I have a keybinding for 'Comment with Line Comment' at Ctrl-/. When I type Ctrl-/, it doesn't do anything. My guess is that gno... -
创建于 scala 2.8.final and scala plugin 0.3.1478 on IU 95.66
Looks like I can't just point the scala plugin at 2.8.final's lib file and have it run.Or can I? How? There seems to be some implicit coupling between the idea pluginand the scala jar files. -
创建于 can i set the git repository to be in the project's directory instead?
IU-93.13, jdk 6, linux (fc11), git 1.6.5.2When I put a project under version control with git, the git repo isstored in ~/.git with a path to the ~/IdeaProjects/ProjectName.I think I'd prefer each ... -
创建于 adding code via webclient generation yields compiler errors
idea #9732, vista, jdk 1.6Added client classed to a java project via webclient generation, get these compiler errors when I try to compile the code:Package org.apache.axis.encoding does not exist.D... -
创建于 groovy startup and ~/.groovy/lib
idea #9732, vista, jdk 1.6When I run a groovy script at the command line and import a class, as I understand it the jar files in ~/.groovy/lib are searched. Is the same also true if I were to launc... -
创建于 can i run the groovysh from inside idea 8.1?
Idea 8.1 #9732 on vista, jdk 1.6, groovy 1.5.6Can I run the groovysh from within idea and get "smart completion" for things like methods and so forth?I like groovysh to try things "at the command l... -
创建于 launch config and maven build
idea #9164 on vista, maven internalI've created a simple launch config for a java hello world app.I build it using maven. If the maven build fails, the applicationis launched anyways (it's last bui...