Skip to content

Commit

Permalink
Merge branch '188_goland' of https://github.com/Gua-tk/Linux-Auto-Cus…
Browse files Browse the repository at this point in the history
…tomizer into develop
  • Loading branch information
AleixMT committed Mar 1, 2024
2 parents 9ff28ba + b9a0c29 commit 470fd8f
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/core/feature_arguments.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ gitprompt_arguments=("git_prompt")
gmail_arguments=("gmail" "google_mail")
gnatGps_arguments=("gnatGps")
go_arguments=("go" "go_lang")
goland_arguments=("go_land")
google_arguments=("google")
googlecalendar_arguments=("google_calendar")
gpaint_arguments=("gpaint")
Expand Down
1 change: 1 addition & 0 deletions data/core/feature_keynames.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ sudoku
terminal
tweaks
go
goland
google
googlecalendar
chrome
Expand Down
22 changes: 22 additions & 0 deletions data/features/goland/goland.dat.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#!/usr/bin/env bash

goland_name="GoLand"
goland_description="Integrated development environment for the Go programming language"
goland_version="2023.3.4"
goland_tags=("editor" "IDE" "programming" "text" "customDesktop")
goland_systemcategories=("ComputerScience" "Debugger" "Development" "IDE" "WebDevelopment")
goland_icon="goland.svg"

goland_associatedfiletypes=("text/x-go")
goland_bashfunctions=("silentFunctionInWd")
goland_binariesinstalledpaths=("bin/goland.sh;goland")
goland_downloadKeys=("bundle")
goland_bundle_URL="https://download.jetbrains.com/go/goland-2023.3.4.tar.gz"
goland_keybindings=("goland;<Primary><Alt><Super>g;GoLand")
goland_launcherkeynames=("launcher")
goland_launcher_exec="goland %F"
goland_launcher_windowclass="jetbrains-goland"
goland_launcher_actionkeynames=("newwindow")

goland_launcher_newwindow_name="GoLand New Window"
goland_launcher_newwindow_exec="GoLand"
Empty file added data/features/goland/goland.md
Empty file.
3 changes: 3 additions & 0 deletions data/features/goland/goland.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 470fd8f

Please sign in to comment.