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

No symbols are shown with legacy parser #3052

Closed
mjainQA opened this issue Sep 6, 2017 · 2 comments
Closed

No symbols are shown with legacy parser #3052

mjainQA opened this issue Sep 6, 2017 · 2 comments
Assignees
Milestone

Comments

@mjainQA
Copy link

mjainQA commented Sep 6, 2017

Short Summary

No symbols are shown when legacy parser is selected in code browser.

Steps to Reproduce

  1. Open any file with code methods and variables in it.
  2. Click on cog button on under symbol browser
  3. Select Use legacy parser

Expected results

Actual results

Platform Information

Komodo Edit or IDE?
Komodo Version?
Operating System (and version)?
RC2:

Komodo IDE, version 11.0.0, build 90653, platform macosx.
Built on Tue Sep 5 16:05:14 2017.

Additional Information

image

@Naatan
Copy link
Member

Naatan commented Sep 7, 2017

To be clear, symbols show fine. The issue here is that they aren't showing on one particular syntax:

function hello(name) {

}

@Naatan Naatan self-assigned this Sep 7, 2017
@Naatan Naatan added this to the 11.0.1 milestone Sep 7, 2017
@Naatan Naatan assigned mitchell-as and unassigned Naatan Sep 29, 2017
@mitchell-as
Copy link
Contributor

Fixed via https://github.com/Komodo/KomodoIDE/commit/6a52d295ac6fa65b3c10c803ffc4697d1e0152cd.

Note that not all languages have legacy symbol browsers. Only a select few. In this case, it needs to be JavaScript, not NodeJS.

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

3 participants