Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gradle options UI cleanup (Execution and Appearance panel). #5274

Merged
merged 1 commit into from
Jan 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
SettingsPanel.lblCategories.text=Categories:
SettingsPanel.jPanel1.border.title=Distribution
SettingsPanel.jPanel2.border.title=Global Execution Options
SettingsPanel.jPanel3.border.title=Project Options
SettingsPanel.jPanel4.border.title=Project Explorer
SettingsPanel.jPanel5.border.title=Build Output
SettingsPanel.jPanel7.border.title=Performance
SettingsPanel.jPanel8.border.title=Download Options
SettingsPanel.lblGradleUserHome.text=Gradle User Home:
SettingsPanel.lblGradleDistribution.text=Gradle Distribution:
SettingsPanel.btGradleUserHome.text=Browse...
Expand All @@ -32,14 +37,11 @@ SettingsPanel.cbConfigureOnDemand.text=Configure on Demand
SettingsPanel.cbPreferWrapper.text=Prefer to use Gradle Wrapper that Comes with the Project
SettingsPanel.cbStartDaemonOnStart.text=Start Gradle Daemon on IDE Start
SettingsPanel.lbVersionInfo.text=
SettingsPanel.jPanel4.border.title=Project Explorer
SettingsPanel.cbHideEmptyConfig.text=Hide 'Empty' Configurations
SettingsPanel.jPanel5.border.title=Build Output
SettingsPanel.cbAlwaysShowOutput.text=Always Show Build Output
SettingsPanel.cbReuseOutputTabs.text=Reuse Output Tabs
SettingsPanel.cbDisplayDescription.text=Use Project Description as Project Name
SettingsPanel.cbReuseEditorOnStackTrace.text=Reuse Editor Window When Exploring StackTrace
SettingsPanel.jLabel1.text=Performance:
SettingsPanel.cbOpenLazy.toolTipText=<html>This option makes IDE more responsive on project open action.<br/>\nSome plugins (like Scala) may problem when this option is enabled.
SettingsPanel.cbOpenLazy.text=Enable '&lazy' Source Group Initialization
SettingsPanel.cbPreferMaven.text=Prefer Maven Projects over Gradle (needs restart)
Expand All @@ -59,4 +61,4 @@ SettingsPanel.cbUseConfigCache.toolTipText=<html>This is an <b>incubating</b> fe
SettingsPanel.cbUseConfigCache.text=Use Configuration Cache
SettingsPanel.cbNoRebuild.text=<html><strike>Do not Rebuild Project Dependencies</strike>
SettingsPanel.cbNoRebuild.toolTipText=<html>This option was removed in Gradle 8.0 as this <b>can lead to wrong results</b>.<br/>\nNetBeans is going to remove it in version 20.<br/>Use with caution!
SettingsPanel.jLabel2.text=Network Proxy:
SettingsPanel.lbNetworkProxy.text=Network Proxy:
Loading