aptana

jsLint Aptana jquery regex validation

被刻印的时光 ゝ 提交于 2019-12-24 15:03:08
问题 I'm trying to get JSLint to ignore the following jquery related errors ('$' is not defined), what would be the regex that I would need to add in Apatana's javascript validation filter to make this possible. Or is there a completely different way to approach the issue. Many thanks, Clara 回答1: You can add global directive (to the JS file) and JSLint will ignore them: /*global $*/ 来源: https://stackoverflow.com/questions/6653171/jslint-aptana-jquery-regex-validation

How to install previous version of Aptana

非 Y 不嫁゛ 提交于 2019-12-24 04:42:08
问题 I don't like the 3.6 version at all. It has too many bugs and it's too slow compared with the previous versions, so I'd like to install to a previous version and wait till they fix the problems. I can't downgrade the installation, so no, not an option. I know that in this web: https://wiki.appcelerator.org/display/guides2/Reverting+to+a+Previous+Version there is a list of old versions, but this are VERY old, I'd like to download at least the 3.4.2 version or newer (like 3.5), but I can't see

How to make Aptana (Eclipse) not follow symbolic links?

Deadly 提交于 2019-12-24 01:48:16
问题 In Aptana Studio 2.0 (which is actually Eclipse 3.5) I have a Rails project X that includes a symbolic link to a folder Y outside the project folder. Folder Y is big. It contains a lot of files and folders. Building the project and refresing the workspace takes a lot of time. Therefore I do not like Eclipse to take the contents of folder Y into account when building project X and when determining resources with the Open Resource command. I am looking for a way to exclude the symbolic link

Aptana 3 remove bundle (jquery)

大城市里の小女人 提交于 2019-12-24 00:13:39
问题 I added jQuery bundle in Aptana 3 (Commands -> Bundle development -> Install bundle), but now I want to remove this feature. From Bundle development menu I don't see any "remove bundle" or similar command, how can I do? 回答1: You should be able to remove this from your system fairly easily. To verify where your jQuery bundle was installed Open Aptana Go to Window -> Show View -> Other In the section "Studio", there should be a view called "Bundles" Select Bundles to open that view Expand the

PHP IDE--Want to sync local storage with FTP

痴心易碎 提交于 2019-12-23 15:13:11
问题 I currently use Notepad++ for most of my development. I have been checking out other, more full-featured options and would like to switch (I'm in particular a fan of Aptana so far) but there is one thing about Notepad++ that I really like and I haven't been able to get so far. My current workflow is something like this: Workflow (I tried to embed this image and it showed up in previews but not in the post, sorry) Workflow http://evanalyze.com/images/workflow.jpg The process is this: Download

Debugger not working: 'Socket Connection Error' after starting Debugger

大憨熊 提交于 2019-12-23 12:04:09
问题 I tried to use the debugger in aptana studio 3. I'm using firefox 20.0.. I... 1.) ...deleted firebug before using Aptana. 2.) ...selected debug perspective in Aptana and started the debugger. 3.) ...installed the extension 4.) After 57% of progress: --> Error. 'Launching Firefox- Internal Server' has encountered a problem Socket connection error- Please try shutting down and restarting your web browser, and then run 'debug' again. Is there something I'm doing wrong? I could not find a

Using Aptana Studio to import git project but Permission denied (publickey)

≯℡__Kan透↙ 提交于 2019-12-23 09:58:55
问题 I tried to import an existing project from the github repository into aptana studio but an error says Permission denied (publickey). fatal: The remote end hung up unexpectedly I made sure to add my ssh to my account in github. I also ran $ssh -vT gitt@github.com and this is what it says that the private key cannot be found. On other windows 7 machine I never had a problem importing a Git project but on my home PC I can't get it to work. 回答1: Apparently this has to do with the proper ssh -

Reuse PHP project in Eclipse / Aptana Studio 3

微笑、不失礼 提交于 2019-12-23 05:59:01
问题 I have a CMS project that I reuse in several sites. Is it possible to add this project as Library for other PHP projects? For development, I have the files of my CMS included in one site and not in the others. Then, from that only copy I upload the files through every site. I want to improve this. I read Configuring a Project's PHP Build Path and Configuring a Project's PHP Include Path. However, I don't see how the project' files will be included in the site if I test it locally. I use

Aptana function definition popups

a 夏天 提交于 2019-12-22 21:53:46
问题 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. 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. Are either of these features functional? I know that Open delcaration has

Eclipse plugin Aptana errors on Mac OSX Lion

杀马特。学长 韩版系。学妹 提交于 2019-12-22 13:01:38
问题 I installed the Aptana plugin (http://download.aptana.com/studio3/plugin/install) in my existing Eclipse installation on my Mac OSX Lion. Now my workspace has an error that freezes up Eclipse for about 20 seconds or so with an error as follows: Screenshot of error I confirmed that it was the plugin by uninstalling, which completely removes the error. Reinstallation and the same error returns. When I click ok, occasionally Eclipse returns but more often I have to restart it. Multiple windows