Launch File Highlighting in Eclipse
I am wondering if anyone knows how to get eclipse to see .launch files as if they where XML and perform syntax highlighting based off the xml style?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
I am wondering if anyone knows how to get eclipse to see .launch files as if they where XML and perform syntax highlighting based off the xml style?
Try:
1) install a XML editor plugin (search e.g. "Eclipse XML Editors and Tools")
2) configure File Associations (Window -> Preferences -> Gerneral -> Editors -> File Associations): Add "*.launch" and select the internal xml editor
You can see the .launch file but you cannot debug it in eclipse. At least, I could not find any solution. I am not sure though.
Asked: 2013-04-23 03:14:41 -0600
Seen: 751 times
Last updated: Nov 19 '16
How to use launchfiles in Eclipse for debugging
How to configure Eclipse to properly load a plugin?
How do I start a .launch file from Eclipse IDE
How to ensure make eclipse-project grabs all dependencies
Eclipse Eigen error parsing problem [closed]