komodo

How to start IDLE (Python editor) without using the shortcut on Windows Vista?

自古美人都是妖i 提交于 2019-12-17 15:47:26
问题 I'm trying to teach Komodo to fire up IDLE when I hit the right keystrokes. I can use the exact path of the shortcut in start menu in the Windows Explorer location bar to launch IDLE so I was hoping Komodo would be able to use it as well. But, giving this path to Komodo causes it to say that 1 is returned. This appears to be a failure as IDLE doesn't start up. I thought I'd avoid the shortcut and just use the exact path. I go to the start menu, find the shortcut for IDLE, right click to look

Add the current project to the python path with Komodo Edit

我的未来我决定 提交于 2019-12-11 05:15:24
问题 Ive been using komodo edit recently to go through a few django tutorials, and ive been impressed with the level of code completion it provides for the framework. However what i really want it to do is provide code completion for the current project, so in effect my own views, models etc. would work in the same way as the framework itself. Is there a way to temporarily modify the python path on a per project basis to get code completion of my current project? NB: Im not sure whether this is a

Komodo Edit disable autocomple

百般思念 提交于 2019-12-10 13:07:04
问题 I am using Komodo Edit 8 and its autocomplete feature is totally annoying. As soon as I type "for i" , it autofills in this: for i in range: code Now i have to delete it manually to continue typing. I tried to turn off "Enable automatic autocomplete and calltips triggering when you type" from Edit>Prefrence>Code Intelligence but the problem persists. What's the real way to turn it off? 回答1: Try this: Edit > Preferences > Smart Editing > Auto-Abbreviation > Uncheck "Enable Auto-Abbreviation

Komodo Edit Function and Require autocompletion

半世苍凉 提交于 2019-12-10 10:15:09
问题 I'm not sure what to call it so I'm calling it hints. I notice that whenever I'm calling a function, and I hover over that line, little popup bubbles appear that show me the first comment in said function definition. Helps keep track of what that function does or the possible parameters. But that doesn't always happen, just sometimes. I was wondering if there's a preference I could change so it always does. Also, if I'm writing and I include or require a file, if that file has functions in it

jquery support works in html but not in .js?

不打扰是莪最后的温柔 提交于 2019-12-09 03:24:32
问题 Trying out komodo to build a jquery ui widget.. I enabled the jquery api reference and in a .html file it works great.. I then open my widget.js file and type in; (function($) { followed by $. I would expect to get intellisense here, but instead I get: No completions found. (Error determining completions) Is this a file extension thing? Are jquery ui widgets just unsupported? 回答1: From the guys at Komodo; The problem is that Komodo doesn't know the context of the anonymous function call - in

Virtualenv and Komodo IDE 6 on Windows

大城市里の小女人 提交于 2019-12-07 16:10:28
问题 As a developer that has worked on more than one python project at once, I love the idea of Virtualenv. But, I'm currently trying to get Komodo IDE to play nice with VirtualEnv on a Windows box. I've downloaded virtualenvwrapper-win and got it working (btw, you are using Virtualenv on windows you should check it out): http://pypi.python.org/pypi/virtualenvwrapper-win however, I can't quite figure out what I need to do to get Komodo IDE to respect it all. I found the following for Mac users:

Komodo Edit - code-completion for Django?

耗尽温柔 提交于 2019-12-06 11:54:39
问题 I've been using Komodo Edit for a small project in Django. The code completion features seem to work pretty well for standard python modules, however, it doesn't know anything about Django modules. Is there any way to configure Komodo Edit to use Django modules for autocomplete as well? 回答1: By sure Django is on your python path and Komodo should pick it up. Alternatively you can add the location of Django to where Komodo looks for its autocomplete. 回答2: o to Edit > Preferences. Expand the

Komodo IDE 8.5 + PHP Xdebug调试环境配置

人盡茶涼 提交于 2019-12-05 15:20:31
用的WAMP直接搭的Windows 8 + Apache 2.4.4 + MySQL 5.6.12 + PHP 5.4 开发环境(不得不说很方便、省时间),IDE用的Komodo IDE 8.5.1。 安好WAMP整个开发环境就差不多了,因为要使用xdebug 调试PHP(类似C/S模式),所以要对Komodo 进行一些配置,整个过程如下: Komodo => Edit => Preferences => Lasnguage => PHP,进行如下图配置 注意 解释器选择php-cgi.exe(php做脚本用这个),PHP配置文件用apache的bin目录下的(wamp用这个的)。 Komodo => Edit => Preferences => Debugger 有个地方如图 选择直接运行到第一个断点处,否则只要有请求就从php文件的首部中断,很蛋疼的。 Komodo => Edit => Preferences => Debugger => Connection 选第二个指定端口,默认9000,这个要在后面配置中用到。 编辑 apache目录下的bin里的php.ini文件,末尾[xdebug]内的注释掉,添加如下几行 xdebug.remote_enable = on xdebug.profiler_enable = on xdebug.profiler_enable

Komodo Edit - code-completion for Django?

时光怂恿深爱的人放手 提交于 2019-12-04 15:15:08
I've been using Komodo Edit for a small project in Django. The code completion features seem to work pretty well for standard python modules, however, it doesn't know anything about Django modules. Is there any way to configure Komodo Edit to use Django modules for autocomplete as well? By sure Django is on your python path and Komodo should pick it up. Alternatively you can add the location of Django to where Komodo looks for its autocomplete. o to Edit > Preferences. Expand the "Languages" group by clicking the [+] symbol. Click "Python". Click the little "Add..." button under "Additional

Komodo Edit and Notepad++ ::: Pros & Cons ::: Python dev [closed]

回眸只為那壹抹淺笑 提交于 2019-12-03 02:29:31
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 8 years ago . I'm using Notepad++ for python development, and few days ago I found out about free Komodo Edit. I need Pros and Cons for Python