Opened 6 years ago

Closed 5 years ago

#549 closed Bugs (fixed)

hyperlink style navigation - apple

Reported by: zeph1ro Owned by: mbowie
Priority: 5 Milestone: 1.2.0
Component: Preference Settings Version: 1.2.0-nightly
Keywords: editor,shortcuts Cc:

Description (last modified by ed_mann)

Phpeclipse in overriding eclipse preferences... so SWT.CRTL is assigned as default key intercepted to be used for the "hyperlink style navigation" ... i checked out the cvs repos of phpeclise and edited the code... but ... i was able just to substitute SW.CTRL with SWT.COMMAND ... useless... because when i left-click something else is intercepted...

why i do this? because on Apple ctrl+lclick is a shortcut to substitute rclick ...

same bug solved on eclipse... may be helpful to work on this... https://bugs.eclipse.org/bugs/show_bug.cgi?id=31249

Attachments (1)

osx-hyperlinks.diff (1.9 KB) - added by mbowie 5 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 Changed 6 years ago by pombredanne

Logged In: YES 
user_id=879778
Originator: NO

Thanks!
The solution suggested on the bug you linked to makes perfect sense.

comment:2 Changed 6 years ago by zeph1ro

Logged In: YES 
user_id=1264719
Originator: YES

great! 

tell me when i can checkout the plugin, i want to get back to work on eclipse 
... vim is nice but not so powerfull ;)

p.s. tell me if i can be of any help for testing the fix

comment:3 Changed 5 years ago by ed_mann

  • billable set to 0
  • Description modified (diff)
  • Keywords editor,shortcuts added
  • Milestone set to 1.2.x
  • os_platform set to Linux
  • Version changed from None to 1.2.0-nightly

Changed 5 years ago by mbowie

comment:4 Changed 5 years ago by mbowie

  • Owner changed from nobody to mbowie
  • Status changed from assigned to new

comment:5 Changed 5 years ago by mbowie

  • Status changed from new to assigned

comment:6 Changed 5 years ago by mbowie

  • Resolution changed from Accepted to fixed
  • Status changed from assigned to closed

Applied patch (with minor fuzz adjustments) in r1525. (See changeset for additional patch description.)

Note: See TracTickets for help on using tickets.