zend-studio Questions
11
Solved
It's so easy to select a block of code and tab out, but how about the reverse?
Currently, I just search and replace for white space at the beginning of the line. Is there anything faster?
Fonzie asked 27/6, 2009 at 12:48
9
Solved
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 projec...
Mcnary asked 16/10, 2008 at 18:51
3
Solved
I use Zend Studio to develop in PHP with CakePHP, and one of the problems with CakePHP is that the views all reference undeclared local variables.
So for example, in the controller you would
$thi...
Roobbie asked 22/1, 2013 at 15:44
3
Solved
I have a basic project that was created from a remote system using the eclipse tools to setup that connection. I right clicked on the folder on my remote system and chose create a new project. Now,...
Urano asked 12/12, 2010 at 10:33
0
I purchased my Zend Studio license from Zend about 18 hours ago and have received the receipt email and can see the license numbers sitting in my Zend account, but I cannot find how to get my licen...
Schilt asked 14/6, 2017 at 0:57
0
Eclipse uses H2 DB to store code informations, needed to autocompletion / inferencing / search etc.
When database grows bigger (like, in my case, 1.5 G) it's getting slower. When many IDE thread a...
Chastain asked 10/12, 2015 at 14:39
2
Solved
I just had to re-clone a .git repository for one of my projects in Zend Studio 11, and now every time I switch branches in the repository, I get an error in Zend telling me "An internal error occur...
Talyah asked 20/9, 2014 at 10:50
3
Solved
Our software which powers our business is nearly 16,000 PHP files long. It's an absolutely vast system. Zend Studio takes literally several hours to run the DLTK indexing.
I can't find an up-to-da...
Angieangil asked 12/11, 2012 at 13:56
7
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 [Retur...
Unclassified asked 27/8, 2009 at 5:7
5
I just now started with my first PhoneGap project using zend studio. But, after i build and deploy it, the application is quite slow. Both on android and iOS. The scrolling is lagging, and if i pre...
Lumber asked 16/9, 2013 at 10:6
4
Solved
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->...
Gormandize asked 3/7, 2009 at 16:36
1
Is there a way to instantly open all files in the current working set?
Gobi asked 16/9, 2011 at 9:27
3
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 hav...
Solubility asked 8/12, 2008 at 1:52
3
Solved
In php we use includes. So variables defined in one file and then their scope spans included files too.
Zend studio has no idea how to get the type of the variable I am using inside an included fil...
Vaasta asked 6/4, 2010 at 13:49
2
Solved
I am new to Zend Studio. I don't know how to work with version 10 version to create iPhone and Android mobile applications. Do you have any tutorial or sample code please?
Woodrow asked 15/4, 2013 at 7:11
1
Solved
I have a big issue with Zend Studio 9.03. I have Zend framework 1 project and when i try to copy and paste some code it freezes for a 10-20 seconds. This project is synchronized with SVN. What can ...
Proletarian asked 15/1, 2013 at 4:54
6
The Facebook XHP extension introduces what are basically XML literals (well, XHTML literals) to the PHP language, allowing syntax like the following:
$foo = <div>hello</div>;
$f...
Devin asked 12/11, 2010 at 6:9
2
Solved
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 f...
Savor asked 16/3, 2009 at 11:32
1
Solved
This might be the most embarrassing question I've ever had to ask anyone. But I can't for the life of me figure out how to change the default workspace location in Zend Studio 9.0.3 (OS: Windows 7 ...
Weathered asked 28/9, 2012 at 13:13
1
I'm trying to keep my project as error free as possible, but all my phtml files that contain <nav>, <aside>, <article> and other HTML5 tags cause errors.
How can I configure the v...
Herb asked 18/2, 2011 at 7:4
3
My IDE is Zend Studio 8, which features a relatively basic perspective for JavaScript (similar to, if not the same as, the perspective in Eclipse PDT). In the application I'm working on, we extend ...
Weinstein asked 9/6, 2011 at 21:41
4
Solved
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. ...
Gonnella asked 16/4, 2009 at 8:40
2
Solved
I was just wondering: PHP is such a good robust thing for make quick web applications but they don't have a donation box , neither are they selling shirts or mugs etc. They also don't have a ...
Diondione asked 15/6, 2011 at 18:31
1
Solved
How do I setup code completion to work on Zend Studio (or any Eclipse based IDE) when working with a class that has private or protected member variables WITHOUT resorting to a bunch of Getter's OR...
Refund asked 28/9, 2010 at 16:4
2
Solved
I always strive to increase my productivity when developing applications and in the span of the last few years, I can say that I have made good steps towards increasing that productivity, but I sti...
Conni asked 16/2, 2010 at 20:19
1 Next >
© 2022 - 2024 — McMap. All rights reserved.