haidubogdan / netbeans-php-blade-plugin

Netbeans 18+ module plugin for php blade template files
Apache License 2.0
26 stars 4 forks source link

Weird highlight on double quotes #49

Closed parallels999 closed 5 months ago

parallels999 commented 5 months ago

image

@blade(['key' => "value"])
haidubogdan commented 5 months ago

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

parallels999 commented 5 months ago

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

haidubogdan commented 5 months ago

Sorry ... it might be a refactor bug

parallels999 commented 5 months ago

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

haidubogdan commented 5 months ago

~~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.

parallels999 commented 5 months ago

Also freezes when adding custom blade directive files

haidubogdan commented 5 months ago

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.

parallels999 commented 5 months ago

@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.

parallels999 commented 5 months ago

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