mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
devel/jetbrains-goland: Update to 2024.1.4
ChangeLog: https://youtrack.jetbrains.com/articles/GO-A-231735880 * 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 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 * Space 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: 279922 Reported by: dmitry.wagin@ya.ru (maintainer)
This commit is contained in:
parent
b0d11d42db
commit
7c04c91f8f
3 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= goland
|
||||
PORTVERSION= 2024.1.3
|
||||
PORTVERSION= 2024.1.4
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://download-cdn.jetbrains.com/go/
|
||||
PKGNAMEPREFIX= jetbrains-
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1718434170
|
||||
SHA256 (jetbrains/goland-2024.1.3.tar.gz) = 9937511083ab4bc0fb83463d1e0e7f2b054856c1e2064f43a7b1bd9ad899e3b3
|
||||
SIZE (jetbrains/goland-2024.1.3.tar.gz) = 888066781
|
||||
TIMESTAMP = 1719080297
|
||||
SHA256 (jetbrains/goland-2024.1.4.tar.gz) = f982476c9d870f1f354ab15135094cbde5c25c851ec21f424d0cd24149a12be6
|
||||
SIZE (jetbrains/goland-2024.1.4.tar.gz) = 889944003
|
||||
|
|
|
@ -21,7 +21,7 @@ share/applications/goland.desktop
|
|||
%%DATADIR%%/lib/app.jar
|
||||
%%DATADIR%%/lib/async-profiler.jar
|
||||
%%DATADIR%%/lib/bouncy-castle.jar
|
||||
%%DATADIR%%/lib/build-marker-GO-241.17890.21
|
||||
%%DATADIR%%/lib/build-marker-GO-241.18034.61
|
||||
%%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