Replaced deprecated method from PhpGenerator.
Allow usage of nette/utils 4.0 and nette/php-generator 4.0
Merge pull request #126 from KacerCZ/nette-utils-4.0
Allow use of nette/utils 4.0
Allows usage of nette/utils and php/generator 4.0. Also replaces usage of methods deprecated in newer nette/php-generator.
change redis v6 auth data type param
Run tests on PHP 8.2
Adds PHP 8.2 to CI configuration.
Allow instalation of dealerdirect/phpcodesniffer-composer-installer
Merge pull request #125 from KacerCZ/patch-1
Run tests on PHP 8.2
Merge pull request #124 from conflictboy/redis-v6-auth-param
change redis v6 auth data type param
@qmegas That is what I tried, but inside existing PHP file. @troizet Thanks for comment about empty file.
Even in following code completion does not work:
<?php
echo '';
include ''
This variant of code works:
<?php
include ''
echo '';
Cusror is always inside quotes of include
.
I was not able to reproduce the issue. Files are offered for auto-completion after pressing Ctrl+Space even if there is no semicolon at the end of line.
Allow instalation of dealerdirect/phpcodesniffer-composer-installer
Adds PHP 8.2 to CI configuration.
Run tests on PHP 8.2
Adds PHP 8.2 to CI configuration.
Fixed reading extension config for session (RedisExtension.php)
Merge - Merges dataset. Left has higher priority than right one. Left must be taken from config file
Added support for PHP 8.1
Merge pull request #110 from zabous/patch-1
Fixed reading extension config for session (RedisExtension.php)
Merge pull request #112 from KacerCZ/php81-support
Added support for PHP 8.1
Add me to contributors
Merge pull request #116 from Jakub-Fajkus/contribadd
Add me to contributors
revert
Merge pull request #117 from Jakub-Fajkus/fix-ci-build
revert
PhpGenerator nově používá Dumper namísto helperu
Merge pull request #118 from Jakub-Fajkus/nette-php-generator
PhpGenerator nově používá Dumper namísto helperu
Fix configuration problems
Merge pull request #119 from Jakub-Fajkus/fix-configuration-problems
Fix configuration errors
Fix compatibility with Nette/Caching v3.1.3
Merge pull request #120 from jakubenglicky/fix_nette_caching
Fix compatibility with Nette/Caching v3.1.3
This seems like duplicate of #4610, what's the difference?
GoToType dialog checks source attribute before disassembling bytecode
Snapshot of APIs as of NetBeans 17
Merge pull request #5539 from jtulach/jtulach/GoToScala
GoToType dialog checks source attribute before disassembling bytecode
Merge pull request #5395 from neilcsmith-net/apis-nb170
Snapshot of APIs as of NetBeans 17
Update MavenCommandLineExecutor.java
Update issue forms for NB17 and fix for some GitHub changes in required values.
Merge pull request #5548 from graben/patch-1
Maven EventSpy not compatible < JDK 1.8
Merge pull request #5557 from neilcsmith-net/nb170-issues
Update issue forms for NB17 and fix for some GitHub changes
Remove non-working header from GitHub issues markdown.
Merge pull request #5562 from neilcsmith-net/nb170-issues
Remove non-working header from GitHub issues markdown.
Version: 4.0.0
Release notes for nette/utils 4.0.0 mention existence of Nette\Utils\Json::decodeFile()
.
This method is not present in version with 4.0.0, but was there in 4.0.0-RC4.
Return method back.
Allow package to be used with nette/utils 4.0.
Allow nette/utils 4.0
Allow package to be used with nette/utils 4.0.
Reproducible. Thanks for your report.
Group and define order for project actions.
Audits should not automatically change persistent project settings.
Fix spurious messages printed to the console.
Merge pull request #5507 from sdedic/lsp/project-actions-order
Group and define order for project actions.
Fix micronaut tests.
Merge pull request #5538 from sdedic/sdedic/fix-console-logs
Fix spurious messages printed to the console.
Update JSPPARSER to the Jakarta family (covers up to Jakarta EE 8) (#5495)
Fixed detection of duplicate types
Goes through all types and does not return on first error. Partial fix for #5072
Merge pull request #5521 from sdedic/oci/temporary-knowledgebase
Audits should not automatically change persistent project settings.
Merge pull request #5534 from KacerCZ/fix-duplicate-type-hint
Fixed detection of duplicate types
Thanks for the review.
Fixed detection of duplicate types
Goes through all types and does not return on first error. Partial fix for #5072
PR #5534 fixes reported errors.
Goes through all types and does not return on first error. Partial fix for #5072