Solved Eclipse help

Discussion in 'Plugin Development' started by ZodiacTheories, Jun 28, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    ZodiacTheories

    Hi, so when I was viewing a config file from my other plugin, I had to set my default text editor. So I set it to notepad. I was near the end of creating a plugin and all I had to do was create my plugin.yml. I usually have no problems, but Eclipse decided to make me type my plugin.yml in notepad, instead of their text editor thing. Now, when I try to export, it says that the jar doesn't contain plugin.yml.

    http://gyazo.com/cdfdf58b01134927a2b89cd0c4d87701

    http://gyazo.com/530ccdf901b25691ee3787f174bb2622
     
  2. Offline

    Gerov

    Make a .yml file on your desktop, rightclick it, press "Open with" and then press "Choose Default Program" and then choose what you want the .yml files to open in.
     
  3. Offline

    qlimax5000

    Move it from your package into the ArrowExploration folder

    Tip: to use eclipse's default editor simply drag the yml onto the code field

    EDIT: maybe put it in the src folder instead
     
  4. Offline

    AoH_Ruthless

    ZodiacTheories
    You accidentally moved the plugin.yml into your package.. it has nothing do with your text editor. I have always used notepad++ as my Yaml file editor, personally.
     
  5. Offline

    ZodiacTheories

  6. Offline

    qlimax5000

    ZodiacTheories
    Glad i could help. Please mark your thread as solved if you thinkit is

    Thread tools > Edit Thread > No Prefix (Dropdown menu) > Click the green Solved button > Save
     
  7. Offline

    ZodiacTheories

Thread Status:
Not open for further replies.

Share This Page