Questions tagged [aptana3]

Refers to version 3 of the Aptana IDE. Use only if your question is specifically related to features of this version.

Aptana Studio is an integrated development environment (IDE) designed for the creation of web applications using a wide variety of popular technologies.

Use only if your question is specifically related to features of this version. Just because you are using this version, doesn't mean you need this tag. Use in addition to or instead of this tag.

See for more information.

570 questions
9
votes
1 answer

When double-clicking on a word, highlight every occurrence of this word in the Aptana 3 text editor

Good morning. With Aptana 2, a very useful function was the automatic hightlighting of the selected word : when double-clicking on a variable name, function name, ... (on a word), Aptana 2 automatically highlight this word in the document. Why it…
cavo789
  • 185
  • 1
  • 13
9
votes
3 answers

Connect to remote host from Aptana Studio 3 terminal

How to connect to remote host from Aptana Studio 3 terminal view, and use commands on that server? I'm using symfony framework, the project is in my host 192.168.0.100, so I want to run symfony commands like: $ symfony propel:build-schema
Almas Adilbek
  • 4,371
  • 10
  • 58
  • 97
8
votes
2 answers

Aptana Studio 3 Slim support

I am use Aptana Studio 3 for Ruby on Rails development. The project I am working on uses Slim (http://slim-lang.com/). I was hoping to find editor and formatting support for the slim file type. So far my Google search have some up empty.
user1607483
  • 143
  • 5
8
votes
2 answers

'Socket connection error' when debugging PHP/JS on Aptana 3

I'm having a problem debugging PHP with JS code through Aptana Studio. Although there were a few people that are having similar problems. I still couldn't figure out the solution. Aptana Studio Version is 3, build 3.1.3.2 I have MAMP installed on my…
Roronoa Zoro
  • 1,013
  • 2
  • 15
  • 25
7
votes
2 answers

Code alignment lines?

Does Aptana Studio 3 have the ability to show vertical lines that match the opening and ending tags so that you know that the tags are correctly aligned? I have found this very useful in Notepad++ and was wondering if this was an option in Aptana.…
pertrai1
  • 4,146
  • 11
  • 46
  • 71
7
votes
5 answers

Aptana crashes on Mac OS Sierra

Aptana studio used to work fine on OS X El Capitan but after updating to Sierra it doesn't work anymore... Can anybody help me fix this? I keep getting a crash log every time screenshot uploaded I open the app. Something I've noticed is that the…
Randika Peiris
  • 147
  • 1
  • 2
  • 10
7
votes
1 answer

Compare two files with Aptana

I remember that before I updated my Aptana installation it had the ability to compare two selected files via right-click -> compare. Now it doesn't seem to have this feature enabled... I wonder if there is a way to achive the same in version 3,…
danielrvt
  • 10,177
  • 20
  • 80
  • 121
6
votes
2 answers

Aptana Studio 3 What is a workspace

Could some one explain to me what a Workspace space is in Aptana and how to use them? My main problem is that I don't even understand the concept of the Workspace and I can find no documentation anywhere (and I've looked quite a lot) that explains…
Neil Nand
  • 549
  • 6
  • 25
6
votes
3 answers

Aptana 3 ruby debugger - Exception in DebugThread loop: undefined method `is_binary_data?'

I'm trying to debug simple ruby file in Aptana 3. class HelloWorld def initialize() end def greet() puts "hello world" end end h=HelloWorld.new h.greet breakpoint is set to h.greet after I started debug, debugger starts, but when it…
bodo
  • 827
  • 6
  • 19
6
votes
2 answers

Aptana 3 - Can't update because of pydev dependency

I'm trying without success to update aptana 3 using the Check for updates.. option, but I am getting the following error: Cannot complete the install because of a conflicting dependency. Software being installed: Aptana Studio 3…
eb_Dev
  • 873
  • 2
  • 13
  • 25
6
votes
6 answers

Aptana 3 becomes very sluggish with multiple (large) projects, how do I improve performance?

Aptana 3 becomes very sluggish with multiple (large) projects, how do I improve performance? I have several projects that I checkout of subversion into a dev directory that I can access through Apache as well. Something like this So if I go to this…
Phill Pafford
  • 83,471
  • 91
  • 263
  • 383
6
votes
1 answer

How do I configure Aptana 3 to run my Rails server in debug mode so it stops on breakpoints?

I'm using Aptana Studio 3 on Mac OS X. I'm trying to run my server in debug mode so I can set breakpoints and step through my code. I created the below debug configuration with the "server" argument ... However, when I start my server in debug…
Dave
  • 15,639
  • 133
  • 442
  • 830
6
votes
1 answer

How do I configure Aptana 3 IDE to run rspec tests for my Rails project?

I'm using Aptana Studio 3 on Mac High Sierra. I have imported my Rails 5 project and would like to debug some rspec tests in the IDE. On the command line, I normally run bundle exec rspec /spec/path/test_spec.rb but I would like to be able to set…
Dave
  • 15,639
  • 133
  • 442
  • 830
6
votes
2 answers

Aptana: Exclude files when deploying a project to App Engine

I'm using Aptana3 to deploy my python project to AppEngine. There are some huge design files that I want to keep inside the project but don't want to deploy to app-engine. Is there any configuration in Aptana that I can set and it automatically…
Pooya
  • 399
  • 2
  • 13
6
votes
2 answers

Update Aptana Studio 3 with latest PyDev

OS is Windoze Vista, 32 bit Aptana Studio 3.4.2 installs PyDev 2.7.0. How do I install PyDev 2.8.2? I went to Help>Install New Software and added the site http://pydev.org/updates, checked 'Show only latest versions …' and 'Group items by category',…
Deina Underhill
  • 557
  • 1
  • 9
  • 23
1
2
3
37 38