Aptana函数定义弹出窗口 [英] Aptana function definition popups

查看:72
本文介绍了Aptana函数定义弹出窗口的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我注意到在1.5.1版的Aptana 2.0中,键入php函数时,您不再会看到显示函数说明及其参数的弹出窗口.

I've noticed that in Aptana 2.0 over 1.5.1 that when typing a php function, you no longer get the popup window showing the function description and it's parameters.

有人知道如何使它重新工作吗?当我非常依赖它时,要记住哪些参数去了哪里. Open in PHP Manual快捷方式Shift+F2也不起作用,所以我所能做的就是打开浏览器并保持php.net一直打开.

Does anyone know how to get this working again? As I relied on it quite heavily to remember which parameters went where. Open in PHP Manual shortcut Shift+F2 also doesn't work either, so all I can do is open my browser and keep php.net open all the time.

这两个功能中的任何一个功能正常吗?我知道Open delcaration从来不会令人讨厌,但是我在1.5.1中完美地弹出了功能.

Are either of these features functional? I know that Open delcaration has never worked annoyingly, but I had the function popup in 1.5.1 perfectly.

推荐答案

我使用此 AutoHotKey 脚本在新的浏览器标签中获取PHP手册,以查看任何程序中的选定文本:

I use this AutoHotKey script to get the PHP manual in a new browser tab for the selected text in any program:

;Windows+p for Google's I'm feeling lucky "php + selected text"
#p::
oCB := ClipboardAll ; old Clipboard
Sendinput, ^c
GoogleSearch:= "http://www.google.com/search?ie=UTF-8&oe=UTF-8&sourceid=navclient&gfns=1&q=php+" Clipboard
ClipBoard := oCB ; restore ClipBoard
Run, %GoogleSearch%
return

不太理想,但是会很快为您提供PHP手册.

Not ideal, but will get you the PHP manual quickly.

这篇关于Aptana函数定义弹出窗口的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆