Block cursor for Eclipse
Can you configure the cursor in Eclipse to be a (possibly non-blinking) block, instead of a (blinking) bar?
I am running Xfce 4.10.
eclipse cursor
|
show 5 more comments
Can you configure the cursor in Eclipse to be a (possibly non-blinking) block, instead of a (blinking) bar?
I am running Xfce 4.10.
eclipse cursor
1
Most applications control the appearance of the cursor within their windows.
– Thomas Dickey
Mar 9 '16 at 23:24
@ThomasDickey Therefore it is not a system-wide Accessibility option like in Microsoft Windows?
– Elena
Mar 9 '16 at 23:49
1
This depends on the application. The window manager has nothing to say about that. There may be a central setting for e.g. all applications built with a specific set of GUI libraries (no matter what window manager you run them under) but not for applications while running under a specific window manager (no matter what GUI libraries the application uses). So what application are you interested in?
– Gilles
Mar 9 '16 at 23:54
@Elena, the mention of a blinking underline sounds like a terminal emulator. Those all differ in how and what they can change.
– Thomas Dickey
Mar 10 '16 at 0:02
@Gilles I am interested in Eclipse.
– Elena
Mar 10 '16 at 0:05
|
show 5 more comments
Can you configure the cursor in Eclipse to be a (possibly non-blinking) block, instead of a (blinking) bar?
I am running Xfce 4.10.
eclipse cursor
Can you configure the cursor in Eclipse to be a (possibly non-blinking) block, instead of a (blinking) bar?
I am running Xfce 4.10.
eclipse cursor
eclipse cursor
edited Mar 10 '16 at 0:22
Gilles
534k12810801597
534k12810801597
asked Mar 9 '16 at 23:19
ElenaElena
8591631
8591631
1
Most applications control the appearance of the cursor within their windows.
– Thomas Dickey
Mar 9 '16 at 23:24
@ThomasDickey Therefore it is not a system-wide Accessibility option like in Microsoft Windows?
– Elena
Mar 9 '16 at 23:49
1
This depends on the application. The window manager has nothing to say about that. There may be a central setting for e.g. all applications built with a specific set of GUI libraries (no matter what window manager you run them under) but not for applications while running under a specific window manager (no matter what GUI libraries the application uses). So what application are you interested in?
– Gilles
Mar 9 '16 at 23:54
@Elena, the mention of a blinking underline sounds like a terminal emulator. Those all differ in how and what they can change.
– Thomas Dickey
Mar 10 '16 at 0:02
@Gilles I am interested in Eclipse.
– Elena
Mar 10 '16 at 0:05
|
show 5 more comments
1
Most applications control the appearance of the cursor within their windows.
– Thomas Dickey
Mar 9 '16 at 23:24
@ThomasDickey Therefore it is not a system-wide Accessibility option like in Microsoft Windows?
– Elena
Mar 9 '16 at 23:49
1
This depends on the application. The window manager has nothing to say about that. There may be a central setting for e.g. all applications built with a specific set of GUI libraries (no matter what window manager you run them under) but not for applications while running under a specific window manager (no matter what GUI libraries the application uses). So what application are you interested in?
– Gilles
Mar 9 '16 at 23:54
@Elena, the mention of a blinking underline sounds like a terminal emulator. Those all differ in how and what they can change.
– Thomas Dickey
Mar 10 '16 at 0:02
@Gilles I am interested in Eclipse.
– Elena
Mar 10 '16 at 0:05
1
1
Most applications control the appearance of the cursor within their windows.
– Thomas Dickey
Mar 9 '16 at 23:24
Most applications control the appearance of the cursor within their windows.
– Thomas Dickey
Mar 9 '16 at 23:24
@ThomasDickey Therefore it is not a system-wide Accessibility option like in Microsoft Windows?
– Elena
Mar 9 '16 at 23:49
@ThomasDickey Therefore it is not a system-wide Accessibility option like in Microsoft Windows?
– Elena
Mar 9 '16 at 23:49
1
1
This depends on the application. The window manager has nothing to say about that. There may be a central setting for e.g. all applications built with a specific set of GUI libraries (no matter what window manager you run them under) but not for applications while running under a specific window manager (no matter what GUI libraries the application uses). So what application are you interested in?
– Gilles
Mar 9 '16 at 23:54
This depends on the application. The window manager has nothing to say about that. There may be a central setting for e.g. all applications built with a specific set of GUI libraries (no matter what window manager you run them under) but not for applications while running under a specific window manager (no matter what GUI libraries the application uses). So what application are you interested in?
– Gilles
Mar 9 '16 at 23:54
@Elena, the mention of a blinking underline sounds like a terminal emulator. Those all differ in how and what they can change.
– Thomas Dickey
Mar 10 '16 at 0:02
@Elena, the mention of a blinking underline sounds like a terminal emulator. Those all differ in how and what they can change.
– Thomas Dickey
Mar 10 '16 at 0:02
@Gilles I am interested in Eclipse.
– Elena
Mar 10 '16 at 0:05
@Gilles I am interested in Eclipse.
– Elena
Mar 10 '16 at 0:05
|
show 5 more comments
3 Answers
3
active
oldest
votes
Short answer: no
Long:
From comments, OP clarified that the question was about Eclipse. The clue that the question was about the application's cursor (displayed as a part of the graphics within the window) rather than the desktop cursor was the comment about the blinking bar. Desktop cursor themes do not blink, and rarely are just a bar.
If Eclipse supported a change of cursor shape, that would be in one of the Preferences tabs, e.g., for the editor. OP does not find it there.
Web searches for the cursor shape in Eclipse only find comments that the shape is determined by whether you are in insert- or replace-mode. Seeing that, it appears that Eclipse does not allow this feature to be user-customized.
In a check with OSX, I see a feature in
- General
- Editors
- Text Editors
- Accessibility
as Use Custom Caret and Enable thick caret, which are both checked by default. But there is no check-box for blink.
add a comment |
Double click on "Smart Insert" and then again double click on "Smart Insert" in eclipse as shown in the image. You will get a non-blinking cursor.
This worked for me in eclipse on windows. No other OS settings were changed for doing this.
Double-clicking on Start Insert changes the mode do Overwrite. It that mode you have a square cursor by default, but you are also overwriting text instead of inserting! So this answer does not work.
– Lii
Jan 17 at 13:51
add a comment |
As @Thomas Dickey has specified in his answer. No, there isn't. But, I have found a roundabout way of doing it on windows 10 and it works for me at least.
- You have to enable global block cursor in windows 10,
by changing the cursor thickness under Cursor & pointer size settings and dragging the scrollbar to the right until you find the size suitable to your liking.
You can also find the setting by directly typing "cursor & pointer" in the windows 10 search bar and clicking on the result that shows up. - After doing that, Open Eclipse,
go to Window > Preferences > General > Editors > Text Editors > Accessibility
and disable the "use custom caret" in eclipse.
You can also search for the settings in the preferences search bar by directly typing "Accessibility".
Doing this will disable eclipse's custom cursor and use the window's default. Thus, giving you the result that you desired(?).
I hope this helps.
New contributor
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f268785%2fblock-cursor-for-eclipse%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Short answer: no
Long:
From comments, OP clarified that the question was about Eclipse. The clue that the question was about the application's cursor (displayed as a part of the graphics within the window) rather than the desktop cursor was the comment about the blinking bar. Desktop cursor themes do not blink, and rarely are just a bar.
If Eclipse supported a change of cursor shape, that would be in one of the Preferences tabs, e.g., for the editor. OP does not find it there.
Web searches for the cursor shape in Eclipse only find comments that the shape is determined by whether you are in insert- or replace-mode. Seeing that, it appears that Eclipse does not allow this feature to be user-customized.
In a check with OSX, I see a feature in
- General
- Editors
- Text Editors
- Accessibility
as Use Custom Caret and Enable thick caret, which are both checked by default. But there is no check-box for blink.
add a comment |
Short answer: no
Long:
From comments, OP clarified that the question was about Eclipse. The clue that the question was about the application's cursor (displayed as a part of the graphics within the window) rather than the desktop cursor was the comment about the blinking bar. Desktop cursor themes do not blink, and rarely are just a bar.
If Eclipse supported a change of cursor shape, that would be in one of the Preferences tabs, e.g., for the editor. OP does not find it there.
Web searches for the cursor shape in Eclipse only find comments that the shape is determined by whether you are in insert- or replace-mode. Seeing that, it appears that Eclipse does not allow this feature to be user-customized.
In a check with OSX, I see a feature in
- General
- Editors
- Text Editors
- Accessibility
as Use Custom Caret and Enable thick caret, which are both checked by default. But there is no check-box for blink.
add a comment |
Short answer: no
Long:
From comments, OP clarified that the question was about Eclipse. The clue that the question was about the application's cursor (displayed as a part of the graphics within the window) rather than the desktop cursor was the comment about the blinking bar. Desktop cursor themes do not blink, and rarely are just a bar.
If Eclipse supported a change of cursor shape, that would be in one of the Preferences tabs, e.g., for the editor. OP does not find it there.
Web searches for the cursor shape in Eclipse only find comments that the shape is determined by whether you are in insert- or replace-mode. Seeing that, it appears that Eclipse does not allow this feature to be user-customized.
In a check with OSX, I see a feature in
- General
- Editors
- Text Editors
- Accessibility
as Use Custom Caret and Enable thick caret, which are both checked by default. But there is no check-box for blink.
Short answer: no
Long:
From comments, OP clarified that the question was about Eclipse. The clue that the question was about the application's cursor (displayed as a part of the graphics within the window) rather than the desktop cursor was the comment about the blinking bar. Desktop cursor themes do not blink, and rarely are just a bar.
If Eclipse supported a change of cursor shape, that would be in one of the Preferences tabs, e.g., for the editor. OP does not find it there.
Web searches for the cursor shape in Eclipse only find comments that the shape is determined by whether you are in insert- or replace-mode. Seeing that, it appears that Eclipse does not allow this feature to be user-customized.
In a check with OSX, I see a feature in
- General
- Editors
- Text Editors
- Accessibility
as Use Custom Caret and Enable thick caret, which are both checked by default. But there is no check-box for blink.
edited Mar 10 '16 at 0:45
answered Mar 10 '16 at 0:38
Thomas DickeyThomas Dickey
52.8k596170
52.8k596170
add a comment |
add a comment |
Double click on "Smart Insert" and then again double click on "Smart Insert" in eclipse as shown in the image. You will get a non-blinking cursor.
This worked for me in eclipse on windows. No other OS settings were changed for doing this.
Double-clicking on Start Insert changes the mode do Overwrite. It that mode you have a square cursor by default, but you are also overwriting text instead of inserting! So this answer does not work.
– Lii
Jan 17 at 13:51
add a comment |
Double click on "Smart Insert" and then again double click on "Smart Insert" in eclipse as shown in the image. You will get a non-blinking cursor.
This worked for me in eclipse on windows. No other OS settings were changed for doing this.
Double-clicking on Start Insert changes the mode do Overwrite. It that mode you have a square cursor by default, but you are also overwriting text instead of inserting! So this answer does not work.
– Lii
Jan 17 at 13:51
add a comment |
Double click on "Smart Insert" and then again double click on "Smart Insert" in eclipse as shown in the image. You will get a non-blinking cursor.
This worked for me in eclipse on windows. No other OS settings were changed for doing this.
Double click on "Smart Insert" and then again double click on "Smart Insert" in eclipse as shown in the image. You will get a non-blinking cursor.
This worked for me in eclipse on windows. No other OS settings were changed for doing this.
edited Aug 2 '17 at 14:25
Stephen Rauch
3,338101428
3,338101428
answered Aug 2 '17 at 13:59
Ashish JainAshish Jain
1
1
Double-clicking on Start Insert changes the mode do Overwrite. It that mode you have a square cursor by default, but you are also overwriting text instead of inserting! So this answer does not work.
– Lii
Jan 17 at 13:51
add a comment |
Double-clicking on Start Insert changes the mode do Overwrite. It that mode you have a square cursor by default, but you are also overwriting text instead of inserting! So this answer does not work.
– Lii
Jan 17 at 13:51
Double-clicking on Start Insert changes the mode do Overwrite. It that mode you have a square cursor by default, but you are also overwriting text instead of inserting! So this answer does not work.
– Lii
Jan 17 at 13:51
Double-clicking on Start Insert changes the mode do Overwrite. It that mode you have a square cursor by default, but you are also overwriting text instead of inserting! So this answer does not work.
– Lii
Jan 17 at 13:51
add a comment |
As @Thomas Dickey has specified in his answer. No, there isn't. But, I have found a roundabout way of doing it on windows 10 and it works for me at least.
- You have to enable global block cursor in windows 10,
by changing the cursor thickness under Cursor & pointer size settings and dragging the scrollbar to the right until you find the size suitable to your liking.
You can also find the setting by directly typing "cursor & pointer" in the windows 10 search bar and clicking on the result that shows up. - After doing that, Open Eclipse,
go to Window > Preferences > General > Editors > Text Editors > Accessibility
and disable the "use custom caret" in eclipse.
You can also search for the settings in the preferences search bar by directly typing "Accessibility".
Doing this will disable eclipse's custom cursor and use the window's default. Thus, giving you the result that you desired(?).
I hope this helps.
New contributor
add a comment |
As @Thomas Dickey has specified in his answer. No, there isn't. But, I have found a roundabout way of doing it on windows 10 and it works for me at least.
- You have to enable global block cursor in windows 10,
by changing the cursor thickness under Cursor & pointer size settings and dragging the scrollbar to the right until you find the size suitable to your liking.
You can also find the setting by directly typing "cursor & pointer" in the windows 10 search bar and clicking on the result that shows up. - After doing that, Open Eclipse,
go to Window > Preferences > General > Editors > Text Editors > Accessibility
and disable the "use custom caret" in eclipse.
You can also search for the settings in the preferences search bar by directly typing "Accessibility".
Doing this will disable eclipse's custom cursor and use the window's default. Thus, giving you the result that you desired(?).
I hope this helps.
New contributor
add a comment |
As @Thomas Dickey has specified in his answer. No, there isn't. But, I have found a roundabout way of doing it on windows 10 and it works for me at least.
- You have to enable global block cursor in windows 10,
by changing the cursor thickness under Cursor & pointer size settings and dragging the scrollbar to the right until you find the size suitable to your liking.
You can also find the setting by directly typing "cursor & pointer" in the windows 10 search bar and clicking on the result that shows up. - After doing that, Open Eclipse,
go to Window > Preferences > General > Editors > Text Editors > Accessibility
and disable the "use custom caret" in eclipse.
You can also search for the settings in the preferences search bar by directly typing "Accessibility".
Doing this will disable eclipse's custom cursor and use the window's default. Thus, giving you the result that you desired(?).
I hope this helps.
New contributor
As @Thomas Dickey has specified in his answer. No, there isn't. But, I have found a roundabout way of doing it on windows 10 and it works for me at least.
- You have to enable global block cursor in windows 10,
by changing the cursor thickness under Cursor & pointer size settings and dragging the scrollbar to the right until you find the size suitable to your liking.
You can also find the setting by directly typing "cursor & pointer" in the windows 10 search bar and clicking on the result that shows up. - After doing that, Open Eclipse,
go to Window > Preferences > General > Editors > Text Editors > Accessibility
and disable the "use custom caret" in eclipse.
You can also search for the settings in the preferences search bar by directly typing "Accessibility".
Doing this will disable eclipse's custom cursor and use the window's default. Thus, giving you the result that you desired(?).
I hope this helps.
New contributor
New contributor
answered 2 mins ago
cribabycribaby
1
1
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f268785%2fblock-cursor-for-eclipse%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Most applications control the appearance of the cursor within their windows.
– Thomas Dickey
Mar 9 '16 at 23:24
@ThomasDickey Therefore it is not a system-wide Accessibility option like in Microsoft Windows?
– Elena
Mar 9 '16 at 23:49
1
This depends on the application. The window manager has nothing to say about that. There may be a central setting for e.g. all applications built with a specific set of GUI libraries (no matter what window manager you run them under) but not for applications while running under a specific window manager (no matter what GUI libraries the application uses). So what application are you interested in?
– Gilles
Mar 9 '16 at 23:54
@Elena, the mention of a blinking underline sounds like a terminal emulator. Those all differ in how and what they can change.
– Thomas Dickey
Mar 10 '16 at 0:02
@Gilles I am interested in Eclipse.
– Elena
Mar 10 '16 at 0:05