Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve navigation feature #38

Closed
10 tasks done
junichi11 opened this issue Jul 2, 2013 · 2 comments
Closed
10 tasks done

Improve navigation feature #38

junichi11 opened this issue Jul 2, 2013 · 2 comments

Comments

@junichi11
Copy link
Owner

Now, Go to view can move only view file for action name. If user use render method, wrong view file is opened. So I would like to improve this feature. And I would like to add more "go to" feature. e.g. ClassName <=> ClassNameTest. If multiple items are found, plugin will be displayed a popup list.

Proposal from user

  • Model -> Controller
  • Model -> Behavior
  • Model -> Fixture
  • Controller -> View (method name, $view, render())
  • Contorller -> Model
  • Controller -> Component, Helper
  • View -> Controller
  • View -> View (View::extend())
  • View -> Element (If use hyperlink navigation, can jump to the element file now)
  • TestCase -> Fixture

@nojimage Thanks a lot!

Usage

  • [Ctrl + Shift + G ] [T] Go To TestCase
  • [Ctrl + Shift + G ] [F] Fixture
  • [Ctrl + Shift + G ] [M] Model
  • [Ctrl + Shift + G ] [C] Controller
  • [Ctrl + Shift + G ] [V] View
  • [Ctrl + Shift + G ] [H] Helper
  • [Ctrl + Shift + G ] [P] Component
  • [Ctrl + Shift + G ] [B] Behavior
  • [Ctrl + Shift + G ] [S] Smart Go To

cakephp-netbeans-smart-go-to

@ghost ghost assigned junichi11 Jul 3, 2013
@junichi11
Copy link
Owner Author

I provide new nbm for testing. Please notice that this is not implemented all yet.

https://bitbucket.org/junichi11/cakephp-netbeans/downloads
org-cakephp-netbeans-0.8.8.1-for-testing-issue38.nbm

@junichi11
Copy link
Owner Author

I have uploaded new nbm for testing.

https://bitbucket.org/junichi11/cakephp-netbeans/downloads
org-cakephp-netbeans-0.8.8.3-for-testiong-issue38.nbm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant