KSP-KOS / EditorTools

Tools that make creating kOS scripts easier.
GNU General Public License v3.0
53 stars 43 forks source link

Notepad ++ #9

Closed Bear67 closed 9 years ago

Bear67 commented 9 years ago

When trying to Import the kerboscript.xml into the language tab I get a Failed Import. Using Notepad ++ 6.7.7

space-is-hard commented 9 years ago

Check the actual text of the .xml (you can open it in notepad++). Are there any dashes that precede any of the lines? It would look like:

-<NotepadPlus>
-<UserLang name="Kerboscript" ext="ks" udlVersion="2.1">
    <Settings>
        <Global caseIgnored="yes" allowFoldOfComments="no" foldCompact="no" forcePureLC="0" decimalSeparator="0" />
        <Prefix Keywords1="no" Keywords2="no" Keywords3="no" Keywords4="no" Keywords5="no" Keywords6="no" Keywords7="no" Keywords8="no" />
    -</Settings>
    -<KeywordLists>

and so on. If there are, delete them and try again.

Bear67 commented 9 years ago

ok, my bad, it would seem that you can't right click and select "Save as.." in order to download it. It's better to look at the raw file and select all to copy/paste it in order to get it. When you Right click save as, you get the current github web page in as what ever file name your trying to download. Import Successful.

space-is-hard commented 9 years ago

@erendrake - Can we push everything to master so that users can download it all as a .zip instead of having to copy/paste it into a new .xml?