mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-296079 Misleading verbiage on Non-Project Protected File open modal
GitOrigin-RevId: b876099e659a711ae39d08c5ad166394a62875a4
This commit is contained in:
committed by
intellij-monorepo-bot
parent
13bf81d759
commit
0191ea091b
@@ -2168,10 +2168,11 @@ http.multirange.response.doesnt.contain.boundary=HTTP multirange response bounda
|
||||
http.multirange.response.doesnt.include.line.separator=HTTP multirange response doesn't include line separator
|
||||
|
||||
x.and.y={0} and {1}
|
||||
button.i.want.to.edit.choice.this.file.anyway=I want to edit {0, choice, 1#this file|2#these files} anyway
|
||||
button.i.want.to.edit.choice.this.directory.anyway=I want to edit {0, choice, 1#this directory|2#these directories} anyway
|
||||
button.i.want.to.edit.all.files.in.choice.this.directory=I want to edit all files in {0, choice, 1#this directory|2#these directories}
|
||||
button.i.want.to.edit.any.non.project.file.in.current.session=I want to edit any non-project file in the current session
|
||||
label.i.want.to.edit.choice=Allow editing until IDE restart:
|
||||
button.i.want.to.edit.choice.this.file.anyway={0, choice, 1#This file|2#These files}
|
||||
button.i.want.to.edit.choice.this.directory.anyway={0, choice, 1#This directory|2#These directories}
|
||||
button.i.want.to.edit.all.files.in.choice.this.directory=All files in {0, choice, 1#this directory|2#these directories}
|
||||
button.i.want.to.edit.any.non.project.file.in.current.session=Any non-project file
|
||||
interpreter.default.name=Remote {0} interpreter
|
||||
tooltip.shared.folders.from.vagrantfile=Shared folders from Vagrantfile:
|
||||
tooltip.from.deployment.configuration=From deployment configuration:
|
||||
|
||||
+12
-4
@@ -8,7 +8,7 @@
|
||||
<properties/>
|
||||
<border type="none"/>
|
||||
<children>
|
||||
<grid id="2f133" layout-manager="GridLayoutManager" row-count="3" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
|
||||
<grid id="2f133" layout-manager="GridLayoutManager" row-count="4" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
|
||||
<margin top="0" left="0" bottom="0" right="0"/>
|
||||
<constraints>
|
||||
<grid row="2" column="0" row-span="1" col-span="1" vsize-policy="1" hsize-policy="3" anchor="2" fill="1" indent="0" use-parent-layout="false"/>
|
||||
@@ -18,7 +18,7 @@
|
||||
<children>
|
||||
<component id="e62df" class="javax.swing.JRadioButton" binding="myUnlockOneButton">
|
||||
<constraints>
|
||||
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
|
||||
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="1" use-parent-layout="false"/>
|
||||
</constraints>
|
||||
<properties>
|
||||
<selected value="false"/>
|
||||
@@ -27,7 +27,7 @@
|
||||
</component>
|
||||
<component id="592c9" class="javax.swing.JRadioButton" binding="myUnlockAllButton" default-binding="true">
|
||||
<constraints>
|
||||
<grid row="2" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
|
||||
<grid row="3" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="1" use-parent-layout="false"/>
|
||||
</constraints>
|
||||
<properties>
|
||||
<text resource-bundle="messages/IdeBundle" key="radio.button.unlock.all"/>
|
||||
@@ -35,13 +35,21 @@
|
||||
</component>
|
||||
<component id="4ff89" class="javax.swing.JRadioButton" binding="myUnlockDirButton">
|
||||
<constraints>
|
||||
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
|
||||
<grid row="2" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="1" use-parent-layout="false"/>
|
||||
</constraints>
|
||||
<properties>
|
||||
<selected value="false"/>
|
||||
<text resource-bundle="messages/IdeBundle" key="radio.button.unlock.dir"/>
|
||||
</properties>
|
||||
</component>
|
||||
<component id="bb1b5" class="javax.swing.JLabel">
|
||||
<constraints>
|
||||
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
|
||||
</constraints>
|
||||
<properties>
|
||||
<text resource-bundle="messages/IdeBundle" key="label.i.want.to.edit.choice"/>
|
||||
</properties>
|
||||
</component>
|
||||
</children>
|
||||
</grid>
|
||||
<component id="dbd63" class="javax.swing.JLabel" binding="myListTitle">
|
||||
|
||||
Reference in New Issue
Block a user