Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Intellij Community
Commits
1fb982c6
Commit
1fb982c6
authored
8 years ago
by
Vassiliy.Kudryashov
1
Browse files
Options
Download
Email Patches
Plain Diff
IDEA-169741 Find in Path popup: a more clear tooltip text for recursive search in subdirectories
parent
d23cdff3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
platform/lang-impl/src/com/intellij/find/impl/FindPopupDirectoryChooser.java
+1
-1
...src/com/intellij/find/impl/FindPopupDirectoryChooser.java
with
1 addition
and
1 deletion
+1
-1
platform/lang-impl/src/com/intellij/find/impl/FindPopupDirectoryChooser.java
+
1
-
1
View file @
1fb982c6
...
...
@@ -157,7 +157,7 @@ public class FindPopupDirectoryChooser extends JPanel {
private
class
MyRecursiveDirectoryAction
extends
ToggleAction
{
MyRecursiveDirectoryAction
()
{
super
(
FindBundle
.
message
(
"find.scope.directory.recursive.checkbox"
),
null
,
AllIcons
.
General
.
Recursive
);
super
(
FindBundle
.
message
(
"find.scope.directory.recursive.checkbox"
),
"Recursively"
,
AllIcons
.
General
.
Recursive
);
}
@Override
...
...
This diff is collapsed.
Click to expand it.
小 白蛋
@baidan
mentioned in commit
2ed2013f
·
2 years ago
mentioned in commit
2ed2013f
mentioned in commit 2ed2013f62dc3f875af5e20d2bfd852a5425bb8b
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment