Fri Feb 08, 2019 1:31 pm |
Replies: 5 |
Views: 121 |
|
 |
It is a 64 bit linux, but I also tried the 32 bit version.
|
Tue Feb 05, 2019 2:01 pm |
Replies: 5 |
Views: 121 |
|
 |
I used wine 4.0 (current release). The installation worked well (if did not install IE Stuff).
But PhpEd does not start (on the start window appears).
|
Sat Feb 02, 2019 6:21 am |
Replies: 5 |
Views: 121 |
|
 |
Hello folks,
is there anybody out here who managed to run phped using wine and linux?
TIA
Eutychus
|
Mon May 28, 2018 10:07 am |
Replies: 1 |
Views: 364 |
|
 |
I got it. There wasn't a problem with break on start, the problem was, that there has been a break point on the first row of my index.php. This was shown in the Breakpoints list, but not shown in the ...
|
Mon May 28, 2018 5:17 am |
Replies: 1 |
Views: 364 |
|
 |
To me it is not possible to deactivate "Break on Start".
Even if the checkbox is unchecked the script execution stops on the first row of every script.
I am using PHPEd 19 and a remote ...
|
Wed Sep 13, 2017 1:58 am |
Replies: 6 |
Views: 2205 |
|
 |
I am using 18035 and it is not working.
|
Wed Mar 15, 2017 2:57 pm |
Replies: 3 |
Views: 1982 |
|
 |
Oh, that's cool.
When is .editorconfig file reloaded? Once after loading a Project or Workspace?
|
Mon Feb 20, 2017 9:20 am |
Replies: 3 |
Views: 1982 |
|
 |
... Sometimes it could be helpful to define Editor Settings depending on the File Type.
For example:
Makefiles use <tab> Characters. (We uses Gnu Make to translate our lessc Files).
.php ...
|
Thu Oct 27, 2016 10:08 am |
Replies: 11 |
Views: 2078 |
|
 |
Hmm.. Actually it does not matter if you edit File A or B.
I've just seen that breaking a file and saving it moves cursor to execution point.
Anyone?
Yes ... this Problem appeared after one o ...
|
Thu Oct 27, 2016 10:06 am |
Replies: 5 |
Views: 2072 |
|
 |
As far I'm aware, there are no php statements/functions to check namespace aliases. How do you do this in Watch?
If I define something like that:
namespace Blih\Blah;
class Blub {
s ...
|
Fri Sep 30, 2016 2:22 am |
Replies: 5 |
Views: 2072 |
|
 |
The evaluation of Namespace Aliase (use Statements) does not properly work.
It Results in an "Uncaught exception Error". In the watch list, the mouse over evaluation so as the immediate e ...
|
Mon Jul 04, 2016 12:07 pm |
Replies: 6 |
Views: 1532 |
|
 |
debugger.enabled can be set via phpvalue in httpd.conf
An what about cli Scripts? Is it possible to disable debugger for a certain script?
|