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

Go to source code of packages and open manual of packages #2

Closed
ghost opened this issue Jan 28, 2017 · 1 comment · Fixed by #1191
Closed

Go to source code of packages and open manual of packages #2

ghost opened this issue Jan 28, 2017 · 1 comment · Fixed by #1191
Assignees
Labels
enhancement New feature or (non bug related) change to the program.
Milestone

Comments

@ghost
Copy link

ghost commented Jan 28, 2017

I wrote a few methods which will help implementing the 'Go to Source Code' action.
For example in \usepackage{tikz} when one navigates to tikz and presses CTRL+B the source file should be opened.
To get this behaviour working I wrote one method for \usepackage*{packageName} one for \documentclass*{className} and one for included filenames using \include or \input or similar.
For each of these functions it is additionally needed to first look in the same folder as the tex file if the file exists there.

I also implemented a function which opens the manual file for packageName maybe this could be implemented too.

@stenwessel
Copy link
Member

Looks great! We will try to get this working with the IntelliJ SDK

@stenwessel stenwessel self-assigned this Feb 1, 2017
@stenwessel stenwessel added the enhancement New feature or (non bug related) change to the program. label Feb 1, 2017
@HannahSchellekens HannahSchellekens added the low-priority At least it's better than wontfix... label May 3, 2017
@PHPirates PHPirates removed the low-priority At least it's better than wontfix... label Apr 8, 2019
@PHPirates PHPirates added this to the b0.6.9 milestone Jan 19, 2020
@slideclimb slideclimb assigned slideclimb and unassigned stenwessel Jan 19, 2020
@slideclimb slideclimb mentioned this issue Jan 19, 2020
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or (non bug related) change to the program.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants