Menu

how can i create a new language?

2007-11-30
2012-11-13
  • Nobody/Anonymous

    hi there. notepad++ is really great i use it at work. my colleges all use eclipse but thats really bad.
    at home i create maps for the game armed assault. if u want to make a real good map u also have to create a lot of scripts. i would like to have synthax highlighting too for this game language. is there a (not so difficult) way to create it? i see there is a "user defined" option in the language selection menu but how can i define it?
    thank u for your help =)

     
    • fidvo

      fidvo - 2007-12-03
       
      • Stefan Bodingh

        Stefan Bodingh - 2007-12-04

        Your sample in User Language Define System Manual it seems like you have different options then I have in Notepad-plus-plus. Under the Language menu I have an option called “User Defined” and if I click on it nothings happen. I do not have a “Styler Configurator”.
        Can it be that half of my menus are in Swedish and half of them in English?
        How can I change to English?

         
        • Nobody/Anonymous

          In the View menu is the option User Define Dialog...

          The User Defined in the Language menu is simply to switch to the (general) User Defined language definition. Any language you create yourself will be added below this entry.

           
          • Epimetreus

            Epimetreus - 2007-12-04

            Is there a way to use an existing built-in language as the basis for a user-defined one? For example, I'd like to make a user-defined mod of C, without changing the C definitions. I know this can be done for auto-completion with .api files, but I can't find .myl files for the built-in languages.

            Thanks.