- Posted by
- He He! Thanks and enjoy your vacation. I'm already running Apache on my pc so hopefully that will shorten my learning curve. If I understand, it seems that your setup treats "www.danielwmore.com" in the url as if it were "localhost". But I am not clear on the benefit of doing this...Posted in UEStudio General Discussion
-   Topics
-   Views
- SAbboushi
Jul 27, 2012
- When working with PHP applications and scripts, I have a local server set up, and I have a "mirror" of my website on my local server. I have a batch file that enables/disables domains to be rerouted by replacing lines in my windows hosts file, so that I can access the domain as if it were local on ...Posted in UEStudio General Discussion
-   Topics
-   Views
- SAbboushi
Jul 26, 2012
- Hmmm... I'm reading stuff that leads me to believe that XDEBUG is the determining factor re: whether the IDE can remote debug http://derickrethans.nl/debugging-with-xdebug-and-firewalls.html Can anyone confirm?Posted in UEStudio General Discussion
-   Topics
-   Views
- SAbboushi
Jul 26, 2012
- Seems that UEStudio does not support remote debugging: UEStudio supports debugging PHP scripts through integration with a web server run locally (Apache) and XDebug, which is installed and run externally. How do you guys debug on a remote web server?Posted in UEStudio General Discussion
-   Topics
-   Views
- SAbboushi
Jul 26, 2012
- What about the debugging aspect?Posted in UEStudio General Discussion
-   Topics
-   Views
- SAbboushi
Jul 26, 2012
- Bummer... and thanks!Posted in UEStudio General Discussion
-   Topics
-   Views
- SAbboushi
Jul 26, 2012
- I have uploaded files to my hosting service and wondering if UES can edit them / debug them remotely? I'm clueless about FTP - is this related?Posted in UEStudio General Discussion
-   Topics
-   Views
- SAbboushi
Jul 25, 2012
- Thanks - now I get it.Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- SAbboushi
Jun 19, 2012
- According to documentation I have read, ^p is UE regex I can use in place of ^r^n I have UNIX PHP files (i.e. lines are terminated with \n). I just realized that a find operation for ^p results in nothing found, whereas a UE regex find for [^p] finds all the \n characters. Is this by design? Am I mi...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- SAbboushi
Jun 19, 2012
- Thanks for your feedback Mofi - much appreciated. I am preparing a list for IDM with how to recreate this and other problems I discovered during my evaluation of UES. May you have a peaceful weekend ; ) SamPosted in Syntax Highlighting
-   Topics
-   Views
- SAbboushi
Jun 17, 2012
- I am having problems with the Variables subgroup in my Function List. Seems there is an incremental offset, +1 for each variable found. e.g. <?php function getInstance($uri = 'SERVER') { $var1 = 's'; $var2 = 't'; } ?> My Function List is hierarchical: FUNCTIONS |--getInstance |------PARAMETERS |----...Posted in Syntax Highlighting
-   Topics
-   Views
- SAbboushi
Jun 16, 2012
- Hi! I was expecting to see (what I consider to be) a symbols list when I click on the IntelliSense Symbols list icon, but I get the same list as when I click on the IntelliSense Keywords list . In fact, if I click on one and use my down arrow key to highlight an entry, and then click the icon for t...Posted in IDE (Class Viewer, IntelliTips, ...)
-   Topics
-   Views
- SAbboushi
Jun 12, 2012
- 3) Is there a way to see variables other than $variables? e.g. the first 2 lines of the joomla index.php file: define('_JEXEC', 1); define('DS', DIRECTORY_SEPARATOR); Is there a way to see the value of _JEXEC and DS in UES locals window or watch window during debugging? UES 12 uses a later version ...Posted in IDE (Class Viewer, IntelliTips, ...)
-   Topics
-   Views
- SAbboushi
May 29, 2012
- Seems in UES 12, ctags.exe and ues_ctags.exe are different Ctags versions from Exuberant (type e.g. "ues_ctags.exe --help" in cmd box)Posted in IDE (Class Viewer, IntelliTips, ...)
-   Topics
-   Views
- SAbboushi
May 29, 2012
- Thanks Mofi -- and I appreciate you sharing the useful info / test files re: your correspondence with IDMPosted in Syntax Highlighting
-   Topics
-   Views
- SAbboushi
May 28, 2012