haidubogdan/netbeans-php-blade-plugin

Weird highlight on double quotes

Closed this issue · 9 comments

image

@blade(['key' => "value"])

I've did a revert on v.2.1.80, but with a small change on the lexer I hope #25 is still fixed

I don't know if it is my netbeans that is causing problems.
image

Sorry ... it might be a refactor bug

Something is not working on v.2.1.80, reverting to v.2.1.60
I don't go beyond Background Scanning Proyects...

I had a similar thing also ... after a computer reboot, the Project scanning finished successfully.
Indeed there is some kind of Memory / Thread leak, which can be researched and maybe it is also IDE related.

I have a similar situation, but it seems to be triggered after the Project is loaded.

Also freezes when adding custom blade directive files

Sorry, for the inconvenience . I've published v.2.2.1.2 version in which I try to optimize this. It is still a work in progress.

@media is css

<style>
    @media(min-width:992px){
       .test{margin-left:0px;}
    }
</style>
@if(!isset($isTemplate))
  @if(!Request::is('login'))

image

The latest version takes a long time to flag an error after typing a line.

The latest version looks more stable,
but when there are more than one custom blade directive file, it only takes into account the last file, the ones before this are not added to the syntax
UPDATE: CTRL + Click works, the problem is only the warning