mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
devel/jetbrains-phpstorm: Update to 2024.1.4
ChangeLog: https://youtrack.jetbrains.com/articles/WI-A-231736133/PhpStorm-2024.1.4-241.18034.69-build-Release-Notes * Bug 2024.1 RC: "Write access is allowed inside write-action only" when trying to start run config * Bug CSS class auto-completion for Tailwind does not work when using a remote Node.js interpreter (Docker/ssh) * Bug Cancellation causes "Too complex" message * Bug Cannot update plugin from welcome screen: " Write-unsafe context! Model changes are allowed from write-safe contexts only" * Bug Code Style setting for colon between property name and value doesn't work in Vue component * Bug Database sessions's "Filter rows" is hiding unsubmitted changes * Bug Dump tools in container: can't restore from mysql dump file inside container filesystem * Bug Dump tools in container: passwords are not passed to dump tools * Bug Dump tools use invalid port when executable is in docker container * Bug Duplicated items when creating / dropping object in non default schema with disabled auto sync * Bug File Templates children are not loaded after IDE restart * Bug IDE cannot load inspection profile settings for inspections * Bug Inspections do not re-evaluate/refresh during editing * Bug Introspection of a family misses newly created tables * Bug Kubernetes: on reload content from cluster with button in editor for newly created resource get java.lang.Throwable: Light files should have PSI only in one project, * Bug MongoDB: Incorrect stub generation for files with more than one PsiFile * Bug Playwright tests are not running on WSL and Docker * Bug Project-wide analysis missing from problems tool window * Bug Run widget: chevron is shifted down * Bug There is not button (reload content from cluster) in kubernetes plugin in IntelliJ IDEA 2023 * Bug Unable to attach script to database session * Bug background of actions on main toolbar get stuck * IDE. Installation Try Ultimate: get rid of Start Trial confirmation dialog * Performance Caret movement / input lag when filename widget is shortened * Performance Getting types from TS Server blocks typing * Performance Global Slowdown since 2024.1.2. * Performance When both "show tool window names" and setting background images are enabled, it causes severe input lag and cursor movement lag * Task Update SDK in IDEA to 1.1.181286 * Usability Dump tools in container: file template resets on path selection * Usability Dump tools in container: notify user when dump is finished * Usability Dump tools in container: path to dump by default set to local file system * Usability Use the same wording for dump / restore tools context menu PR: 279923 Reported by: dmitry.wagin@ya.ru (maintainer)
This commit is contained in:
parent
6105a21583
commit
b0d11d42db
3 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= phpstorm
|
||||
PORTVERSION= 2024.1.3
|
||||
PORTVERSION= 2024.1.4
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://download-cdn.jetbrains.com/webide/
|
||||
PKGNAMEPREFIX= jetbrains-
|
||||
|
@ -35,7 +35,7 @@ NO_BUILD= yes
|
|||
SUB_FILES= ${PORTNAME} ${PORTNAME}.desktop pkg-message
|
||||
SUB_LIST= JAVA_HOME=${JAVA_HOME}
|
||||
|
||||
WRKSRC= ${WRKDIR}/PhpStorm-241.17890.8
|
||||
WRKSRC= ${WRKDIR}/PhpStorm-241.18034.69
|
||||
|
||||
_PTY4J_ARCH= freebsd/${ARCH:S/amd64/x86-64/}
|
||||
_SQLITE_ARCH= linux-${ARCH:S/amd64/x86_64/}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1718434238
|
||||
SHA256 (jetbrains/PhpStorm-2024.1.3.tar.gz) = d785599f7d6bfdfb746eec68d5e606fe6df370909138243c35c549b574759432
|
||||
SIZE (jetbrains/PhpStorm-2024.1.3.tar.gz) = 844945683
|
||||
TIMESTAMP = 1719080836
|
||||
SHA256 (jetbrains/PhpStorm-2024.1.4.tar.gz) = c6a9b57ecd8f588af512a1cba389738bd461531cab4f984ed9758abfdada822d
|
||||
SIZE (jetbrains/PhpStorm-2024.1.4.tar.gz) = 846910836
|
||||
|
|
|
@ -21,7 +21,7 @@ share/applications/phpstorm.desktop
|
|||
%%DATADIR%%/lib/app.jar
|
||||
%%DATADIR%%/lib/async-profiler.jar
|
||||
%%DATADIR%%/lib/bouncy-castle.jar
|
||||
%%DATADIR%%/lib/build-marker-PS-241.17890.8
|
||||
%%DATADIR%%/lib/build-marker-PS-241.18034.69
|
||||
%%DATADIR%%/lib/cds/classesLogAgent.jar
|
||||
%%DATADIR%%/lib/ext/platform-main.jar
|
||||
%%DATADIR%%/lib/external-system-rt.jar
|
||||
|
|
Loading…
Add table
Reference in a new issue