aptana

Aptana File Diff?

二次信任 提交于 2019-12-04 02:36:07
Does Aptana have a file diff tool? Given it's a fairly standard dev requirement, I'm surprised there isn't one embedded in the IDE already. Does anyone have a good solution to this? I haven't had much experience with eclipse but seeing that Aptana is built as an Eclipse plugin, would other Eclipse plugins be compatible? Thanks! --- Answer: (because it won't let me answer my own question for 8 hours) --- Annnnnnnnd wouldn't you know it, after months of ruing the lack of file diff every time the need has arisen, I've just found the functionality within Aptana. Select 2 files in the various file

Changing project path in Aptana Studio 3

你离开我真会死。 提交于 2019-12-04 00:37:53
问题 Say I have my project in c:\desktop\project_A and I want to change the path of it to point at the c:\desktop\project_B folder instead. How do I do that without deleting the project from the list and creating a new one? 回答1: You could achieve this in the current Studio 3: Open Navigator view with Window > Show View > Other > General > Navigator ; Right-click on project_A in Navigator view and select Move... ; Modify the location to what project_B resides and click OK. Hope this helps. 来源:

Can Aptana find and replace in multiple files?

回眸只為那壹抹淺笑 提交于 2019-12-03 22:57:32
I have a lot of files that have errors because the imported text uses smart quotes and the export program has replaced these with those crazy symbols. I'd like to just find and replace with Aptana and change all of these in all these files. It would be useful in a much greater capacity, however, today this is the only thing I need it for. Thanks. Using Aptana 2 if it is different than 3. alecananian Pressing Ctrl + H will allow you to search, find, and replace based on workspace, selected files, and projects. In Mac it's Cmd + Option + G for the curious. Small precision, when search result is

Python Interpreter not installed after installing Aptana Studio3

牧云@^-^@ 提交于 2019-12-03 16:05:52
I was under the impression that installing Aptana Studio 3 also installed the python interpreter. when I try to create a PyDev project it says that "Project Interpreter not specified" So it will not let me proceed. Is there any documentation on how to proceed configuring the interpreter for Studio 3? I am using the latest build of Aptana Studio 3 standalone build: 3.0.4.201108101506. Thanks In advance for any assistance. PS I have already uninstalled and reinstalled studio 3 and am still having the same issue I am running it on windows 7 64 bit machine I'd probably recommend you just download

Aptana PHP Formatter - use custom formatting rules

雨燕双飞 提交于 2019-12-03 12:40:33
I'm using Apatana's formatting features in PHP documents, it works well except with arrays where it transform this: $data = array( 'email' => $params['email'], 'username' => $params['username'], ); into this: $data = array('email' => $params['email'], 'username' => $params['username']); is there a way to avoid this and set custom formatting rules? Yes. There is a way. Go to the Studio's preferences and locate the 'Formatter' item. If you are using the default formatter profile, create a new one by clicking the '+' icon. Click to edit the PHP formatting setting (double-click the 'PHP' item, or

Python - A keyboard command to stop infinite loop? [duplicate]

北城以北 提交于 2019-12-03 10:46:44
This question already has answers here : Why can't I handle a KeyboardInterrupt in python? (6 answers) Possible Duplicate: Why can't I handle a KeyboardInterrupt in python? I was playing around with some Python code and created an infinite loop: y = 0 x = -4 itersLeft = x while(itersLeft<0): y = y + x itersLeft = itersLeft - 1 print "y = ",y, "itersLeft = ", itersLeft print y Is there a keyboard shortcut that would allow me to stop the looping - allowing me to fix the loop and then restart it? I've tried Ctrl + C and didn't have any luck. If it helps I'm using a Windows 7 environment. Thanks.

Copy and paste in Eclipse adds window newlines at the end of each pasted line

情到浓时终转凉″ 提交于 2019-12-03 10:19:56
问题 I am using Eclipse (Version: Indigo Service Release 2) on Mac OS X (10.7) with PHP Development Tools and Aptana Studio 3 Plugin. In Preferences > General > Workspace I have selected: - Text file encoding = UTF-8 - New text file line delimiter = Unix In Preferences > General > Editors > Text Editors I have enabled "Show whitespace characters". I also use "File > Convert Line Delimiters To > Unix" to regularly change any windows newlines. Copy-paste of text adds windows newlines (^M) characters

Eclipse - Ignore Entire Directories

依然范特西╮ 提交于 2019-12-03 09:44:49
I use Aptana Studio (based on Eclipse). I'm trying to get Eclipse to completely ignore an entire directory inside a project. I mean COMPLETELY. I don't want it to display in the project folder. I don't want Eclipse to even be aware it exists. Unfortunately, all my efforts to add it as a filter don't work. See http://forums.aptana.com/viewtopic.php?f=14&t=8340#p33714 . I think the filter only prevents the folder from being displayed in the project display. It doesn't keep Eclipse from actually looking at all the files in that folder for code assist, etc. My problem is that directory has

How Connect to remote host from Aptana Studio 3

匿名 (未验证) 提交于 2019-12-03 08:44:33
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am using CODA from a long time .. now i use aptana studio 3 my Question How Connect to remote host from Aptana Studio 3? thanks 回答1: From the Project Explorer, expand the project you want to hook up to a remote site (or just right click and create a new Web project that's empty if you just want to explore a remote site from there). There's a "Connections" node, right click it and select "Add New connection...". A dialog will appear, at bottom you can select the destination as Remote and then click the "New..." button. There you can set up

eclipse javascript editor '10

ぐ巨炮叔叔 提交于 2019-12-03 08:15:40
I am going to ask the same question as JavaScript editor within Eclipse because it was written in 2010 and answers from 2008 are not true any more. So, "I'm looking for opinions on the best JavaScript editor available as an Eclipse plugin". Many thanks. You can Install Web Tools Platform (WTP) or download Indigo's Eclipse IDEs for Java EE Developers or Eclipse IDEs for JavaScript Web Developers which come bundled with WTP. WTP consists of the JavaScript Development Tools (JSDT) which supports the development of JavaScript applications and JavaScript within web applications. And since I also