zend-studio

Starting Eclipse w/ Specific Workspace

Is there a way to start an instance of eclipse, passing it some sort of parameter telling it to use a specific workspace? The problem I'm trying to solve is that I have a workspace for work projects and one for personal projects. I'd like to be able to tie these to workspaces to separate shortcuts that I could launch independently. ...

The URI you submitted has disallowed characters.

I have a code igniter project, and I wanted to try debugging it using Zend Studio. WHen I start debugging, I immediately run ino "The URI you submitted has disallowed characters." Does anyone have any idea? ...

Subversive: can't commit files inside a tags folder

I'm using Zend Studio 6.1 for Eclipse, which comes bundled with the Subversive plug-in. My repo layout is: /trunk/ /branches/ /tags/ My application code is in: /trunk/application I'm trying to add some view templates in: /trunk/application/views/tags/index.tpl BUT Subversive won't let me commit any of the files in that folder. ...

Zend Studio for Eclipse-- Run/Debug a PHP Web Page is not working

I am using Zend Studio for Eclipse 6.1. I have all the AMP stack installed. However, when I load the ExampleProject in Zend Studio for Eclipse, and right click on a script, choose run as-PHP web page, I got a "The Page cannot be found" error. This is the setting I set in Eclipse, and this is the error. However, when I run as PH...

Zend Studio for Eclipse and VIplugin

Anyone using VIplugin with Zend Studio for Eclipse? I would love to be able to use vi keybinding and in theory it sounds like it would work. But wanted to check before buying the plugin. ...

Whats the quickest way to find a file in Zend Studio for Eclipse?

I want to be able to find files quickly in Zend Studio for Eclipse without routing through a tree view of dozens of folders and hundreds of files. What I'm really after is something that filters file names as I type. Think spotlight on Mac, or the filter on the start menu in Vista. ...

Zend studio for eclipse - where does it store it's project files on a mac?

I'm refering to the .xml congig files with stuff like the path to the project's files in it. ...

Zend Studio for eclipse - Switch character encoding for all files in a project

I'm using Zend Studio for Eclipise on Mac, and it seems to keep setting all files to have and encoding of 'Mac Roman'. This becomes problematic when I save the files, as they all need to be UTF-8. I know how to change the encoding to UTF-8 on a file by file basis, but I was wondering if I could set this project wide? ...

Zend Studio PHP Explorer doesn't show my New project

Hi guys, I'm new in Zend Studio, and a new developer of PHP. Now, I have easy question, I have created a project in Zend Studio, New -> PHP Project but then the newly created project didn't show up in the PHP explorer mini window. I changed the Directory to opt/lampp/htdocs/tutorial. Thats the fault, and I want to know how to change th...

Zend Studio SVN -- how do I tell if a file is locked by another user?

Does anyone know how to tell if a file is currently locked by another user in svn using the Zend Studio IDE? Cheers. ...

Keyboard shortcut to "untab" (move a block of code to the left) in eclipse / aptana?

Well, hopefully the question is self-explanatory. It's so easy to select a block of code and tab out, but how about the reverse? Currently, I just search & replace for whitespace at the beginning of the line. Anything faster? ...

how to get zend studio autocomplete with codeigniter

I'm looking for a good way to get autocomplete and click-for-reference (whatever that's called) for libraries in codeigniter working in Zend Studio for Eclipse. for instance, if i do $this->load->library('dx_auth'); $this->dx_auth->get_user_id(); zend studio doesn't know what it is.. There is this sortof hacky way to do it (see below...

How to get Zend Studio to autocomplete for a Zend Framework project?

After I create a couple folders in the /application folder (such as forms and models) and then start adding classes to those folders, how do I make the code auto completion for these classes available in my various other files such as my IndexController.php? I'm using Zend Studio 6.1 and ZF 1.8.4. ...

Code completion for PHP extensions in Zend Studio?

After having installed the HTTP extension from PECL, I expected Zend Studio 6 to recognize the provided HTTP* classes and for code completion to be made available. This is not the case, however. How do I get Zend Studio to recognize classes provided by PHP extensions? Specifcally, I want to be able to use code competition on these classe...

PHP script to Generate Javascript & Highlighting in Zend Studio

I have a PHP script that I am using to generate some rather complicated javascript for a web application. It is necessary that this script be generated by PHP for scalability reasons. Here is my problem: if I name the file myscript.js, then I have to use htaccess to tell the webserver to pipe this through PHP (not preferrable) if I na...

Replace broken encoding

Is there a way in Zend Studio (6/7)/Eclipse to replace all broken characters, when you've accidentally saved a file with the wrong encoding? ...

IDE Duel -- Zend Studio 7 or Dreamweaver CS4

I'm developing PHP apps that leverage several frameworks (though not the Zend Framework yet...) and I make good use of Javascript (mostly jQuery). All mark-up is XHTML, of course, with CSS, etc. I'm looking to move beyond the beautiful simplicity of Notepad++. I'm using Windows Vista. I'm trying to decide between Zend Studio 7 or Dre...

Cursor color in Eclipse 3.5/Zend Studio 7 on Mac OS X

Hi everybody, Does any of you have a clue on how to change the cursor color in Zend Studio 7.0 on Mac OS X? I am asking because I really fancy dark colored themes. After a few hours I managed to port my favorite theme from TextMate.app. However my cursor is still black, which is somehow troublesome. As you can see here - http://twitpi...

Proper indentation in array initialization, PDT/Zend Studio

I'm using the following style of array initialization in the code: $a = array( 'one' => 123, 'two' => 456 ); But PDT/Zend Studio doesn't work properly in this case; after pressing [Return] key it places cursor under the $a (in my example) and ignores indentation. If array keys are numbers (at least not start with quotation mar...

SVN syncing fails with ZendStudio

Hi. When I try to sync with my SVN (I'm using unfuddle) through ZendStudio I get the following error: Some of selected resources were not committed. svn: Commit failed (details follow): svn: MKACTIVITY request failed on '/svn/test1234_a/!svn/act/58ae0e6d-2301-0010-8300-cb465553b788' svn: MKACTIVITY of '/svn/test1234_a/!svn/act/58ae0e6...