Mike Carifio
- Total activity 48
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 19
-
Mike Carifio created a post, 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... -
Mike Carifio created a post, 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? -
Mike Carifio created a post, 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 ... -
-
-
Mike Carifio commented, -
-
-
-
Mike Carifio created a post, 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...