ALT + Left/Right produce special character

When using ALT + Left/Right to navigate after jumping with CTRL+Click, a special character is inserted after releasing ALT-Button.

Steps to reproduce:

  1. Post the following code (no need to compile)

CREATE OR REPLACE PACKAGE BODY test_package AS
PROCEDURE test_procedure AS BEGIN NULL; END test_procedure;
BEGIN
test_procedure();
END;

  1. Ctrl+Click the call of test_procedure (jumps to declaration).

  2. Use ALT+Left to navigate back
    When releasing the ALT-Key, the following character is inserted: :diamonds:

Using ALT+Right afterwards adds this one: :spades:

That’s what the code looks like afterwards:

CREATE OR REPLACE PACKAGE BODY test_package AS
:spades:PROCEDURE test_procedure AS BEGIN NULL; END test_procedure;
BEGIN
test_proc♦edure();
END;

Peter,

What is your locale set to? What about your keyboard?

Thanks,

Brad

From: Peter Lang [mailto:bounce-PeterLang@toadworld.com]

Sent: Friday, November 29, 2013 6:43 AM

To: toadoraclebeta@toadworld.com

Subject: [Toad for Oracle - Beta Discussion Forum] ALT + Left/Right produce special character

ALT + Left/Right produce special character

Thread created by Peter Lang

When using ALT + Left/Right to navigate after jumping with CTRL+Click, a special character is inserted after releasing ALT-Button.

Steps to reproduce:

  1. Post the following code (no need to compile)

CREATE OR REPLACE PACKAGE BODY test_package AS

PROCEDURE test_procedure AS BEGIN NULL; END test_procedure;

BEGIN

test_procedure();

END;

  1. Ctrl+Click the call of test_procedure (jumps to declaration).

  2. Use ALT+Left to navigate back

When releasing the ALT-Key, the following character is inserted: :diamonds:

Using ALT+Right afterwards adds this one: :spades:

That’s what the code looks like afterwards:

CREATE OR REPLACE PACKAGE BODY test_package AS

:spades:PROCEDURE test_procedure AS BEGIN NULL; END test_procedure;

BEGIN

test_proc♦edure();

END;

To reply, please reply-all to this email.

Stop receiving emails on this subject.

Or
Unsubscribe from Toad for Oracle - Beta
notifications altogether.

Toad for Oracle - Beta Discussion Forum

Flag
this post as spam/abuse.

I cannot reproduce. Is CTRL+Clicking first a required step? What if you use the toolbuttons to navigate forward and back instead of ALT+[Left|Right]? They are the blue circles with left and right arrows in them.

Michael

On 11/29/2013 06:42 AM, Peter Lang wrote:

ALT + Left/Right produce special character

Thread created by Peter Lang
When using ALT + Left/Right to navigate after jumping with CTRL+Click, a special character is inserted after releasing ALT-Button.

Steps to reproduce:

  1. Post the following code (no need to compile)

CREATE OR REPLACE PACKAGE BODY test_package AS

PROCEDURE test_procedure AS BEGIN NULL; END test_procedure;

BEGIN

test_procedure();

END;

  1. Ctrl+Click the call of test_procedure (jumps to declaration).
  1. Use ALT+Left to navigate back

When releasing the ALT-Key, the following character is inserted: :diamonds:

Using ALT+Right afterwards adds this one: :spades:

That's what the code looks like afterwards:

CREATE OR REPLACE PACKAGE BODY test_package AS

:spades:PROCEDURE test_procedure AS BEGIN NULL; END test_procedure;

BEGIN

test_proc♦edure();

END;

To reply, please reply-all to this email.

Stop receiving emails on this subject.

Or
Unsubscribe from Toad for Oracle - Beta
notifications altogether.

Toad for Oracle - Beta Discussion Forum

Flag
this post as spam/abuse.