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

.launch is Eclipse xml file for saving run configurations #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/org.brainwy.liclipsetext.editor/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
<!-- Note: run the install.py to regenerate the actions contents! -->
<extension point="org.eclipse.core.contenttype.contentTypes">
<content-type base-type="org.eclipse.core.runtime.xml"
file-extensions="xml,xsd" file-names=".pydevproject,.project,.classpath"
file-extensions="xml,xsd" file-names=".pydevproject,.project,.classpath,.launch"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Paul, thanks for the pull request, still, this is automatically generated (see comment just above your change). You should just change https://github.com/fabioz/LiClipseText/blob/master/plugins/org.brainwy.liclipsetext.editor/install.py and re-run it with python (2.7).

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know Python and don't have it installed (on my Windows PC)

I guess this project README should hint clearly how to add a language support

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed, will improve the docs ;)

id="com.brainwy.liclipse.xml" name="Xml File" priority="normal"/>
</extension>
<!-- Note: run the install.py to regenerate the actions contents! -->
Expand Down