Skip to content

Releases: haidubogdan/netbeans-php-blade-plugin

Netbeans Blade Php release 2.5.0.5

27 Sep 06:36
Compare
Choose a tag to compare

Change Log

What's changed

syntax highlighting

  • simplifying freeze patch for php lexer embedding
  • creating a issue for Netbeans apache/netbeans#7803

Netbeans Blade Php release 2.5.0.4

13 Sep 13:04
Compare
Choose a tag to compare

Change Log

What's changed

syntax highlight

  • add more css @at rules

Netbeans Blade Php release 2.5.0.3

03 Sep 06:21
Compare
Choose a tag to compare

Change Log

What's changed

brace matching

  • back to start brace highlight for custom bloc directives

Netbeans Blade Php pre-release 2.5.0.2

14 Aug 06:33
Compare
Choose a tag to compare
Pre-release

Change Log pre release

What's changed

syntax highlighting

  • fix issue #67 broken highlighting for @continue, @break, ... directives

Netbeans Blade Php pre-release 2.5.0.1

09 Aug 05:08
Compare
Choose a tag to compare
Pre-release

Change Log pre release

What's changed

syntax highlighting

  • fix issue #66 bad highlighting inside blade echo tags

completion

  • avoid doing code completion inside string from blade echo tags

Netbeans Blade Php release 2.5.0.0

27 Jul 05:00
Compare
Choose a tag to compare

Change Log

What's changed

syntax highlight

  • fix IDE freeze (#65) on ternary operator, short if expr

code completion

  • fix static method completion with namespace context

Netbeans Blade Php release 2.4.9.9

23 Jul 04:33
Compare
Choose a tag to compare

Change Log

What's changed

go to file

  • limited @vite asset go to file

completion

  • limited @vite asset completion

php code

  • declaration finder fixes + refactor

Netbeans Blade Php pre-release 2.4.9.8

11 Jul 17:11
Compare
Choose a tag to compare
Pre-release

Change Log pre release

What's changed

lexer

  • fix comment highlight in directive php expression (#62)

completion

  • improvements on php namespace

Netbeans Blade Php pre-release 2.4.9.6

10 Jul 09:19
7a473d0
Compare
Choose a tag to compare
Pre-release

Change Log pre release

What's changed

formatting

  • fixes for livewire tag formatting

license

  • add header to licenses

completion

  • display class namespace on method completion

Netbeans Blade Php pre-release 2.4.9.5

05 Jul 04:47
Compare
Choose a tag to compare
Pre-release

Change Log pre release

What's changed

cleanup

  • removing unused code

license

  • add header to licenses

completion

  • patch to enable directive completion before a attr quote ex: attr="@a"
  • adding @class, @style, @required, @readonly, @checked to blade directive list