Wed Aug 07, 2024 3:29 am |
Replies: 3 |
Views: 2089 |
|
|
Another one like the second, on the plus sign:
.testaco_tog:has(+ .testaco.on)::before
|
Wed Aug 07, 2024 3:27 am |
Replies: 3 |
Views: 2089 |
|
|
Another one:
.list td:has(.colortag)
On the dot . .
|
Wed Aug 07, 2024 3:26 am |
Replies: 3 |
Views: 2089 |
|
|
Also, another bug with the :has selector:
select:has(option[value="_"])
gives a non existent error on square bracket.
|
Wed Aug 07, 2024 3:24 am |
Replies: 3 |
Views: 2089 |
|
|
Just to report a bug in parsing a CSS3 :has selector:
.btnspacer:nth-child(2n+1):has(+ .prevnextrec)
Gives an error on the + sign, but the selector is perfectly fine and ...
|
Wed Aug 07, 2024 3:20 am |
Replies: 0 |
Views: 2530 |
|
|
Hello!
Just wanted to report a bug in parsing of css expressions when the expression contains a var():
flex-basis:calc((100% - ((var(--news-cols-count) - 1) * var ...
|
Wed Aug 07, 2024 2:21 am |
Replies: 2 |
Views: 8102 |
|
|
Current version 21018 still does not recognize the let keyword.
|
Wed Aug 07, 2024 2:20 am |
Replies: 4 |
Views: 6270 |
|
|
Still the same in version 21018.
|
Wed Jul 31, 2024 3:38 am |
Replies: 0 |
Views: 8425 |
|
|
In the search in files dialog, add a selection alongside "project" / "open files" / "directory" for "current file".
This would be great, since the interface ...
|
Wed Jul 31, 2024 3:27 am |
Replies: 2 |
Views: 8102 |
|
|
While I second your request for recognition of the let keyword and other additions to JavaScript's latest standards, I think that the ` char is not the ' char, and the first one that you're using is a ...
|
Wed Jul 31, 2024 3:22 am |
Replies: 0 |
Views: 1283 |
|
|
Where can be found a complete list of all supported commend line parameters for phped.exe?
Thanks!
|
Wed Jul 31, 2024 3:13 am |
Replies: 3 |
Views: 20116 |
|
|
Nice info, thanks!
But someone does know where a FULL LIST of phped command line options can be found?
The manual inside PhpED does not contain it, and I cannot manage to find it anywhere else. ...
|
Tue Jul 30, 2024 6:22 pm |
Replies: 3 |
Views: 20116 |
|
|
Hi!
I had the very same problem, and so I wrote a simple AutoIt script which can be compiled under Windows to do exactly this:
edit.exe path/to/script.php#33
will open the file in PhpED and g ...
|