fdplugin-quicknavigate
fdplugin-quicknavigate copied to clipboard
Quick Navigate Plugin for FlashDevelop/HaxeDevelop
Restore caret position when navigate to already opened class
1. Ctrl-hover some keyword, mouse cursor is changed to hand cursor. Release `ctrl`, cursor stays hand, and keyword keeps highlight, until mouse is moved. Expected: change cursor back to normal...
``` public class Main extends Sprite { private var class1 : ClassForJump1; public function Main() { class1 = new ClassForJump1(); } } ``` This can be reproduced by pressing ClassForJump1...
When working with "mxml", you can not go to the definition Ctrl+click from MXML (F4 is worked). For example: IconButton.as ```actionscript package com { import spark.components.Button; public class IconButton extends...
Launched HaxeDevelop 5.2.0.3 for the first time, it offered to install plugins. When I selected QuickNavigate plugin, the error appeared http://prntscr.com/cpolmr
Hi! I could use RH to find class RESOURCE_HACKER or use RHS to find class RESOURCE_HACKER_SCRIPT but when I find RCO, the type explorer result list that contains REPEATED_COPY_OPTIONS, but...
Classes with an public namespace should be visible only to classes that "use" the namespace. So if I use Type Explorer when editting a class that doesn't use the namespace,...
QuickNavigate only works with Project Classpaths, doesn't work with Global Classpaths. Please fix this issue. Thanks!
Quick navigation by commands for the editor
Steps to reproduce: 1. Select a line of code. 2. Hold `Ctrl` and hover the mouse over some keyword in that line - keyword's background is highlighted. 3. Still holding...