Menu

How about a plug-in of compiler

2007-09-21
2012-11-14
  • Nobody/Anonymous

    when I finishing editing sources with notepad++,I have to turn to other application to compiler to compiler my program.why don't we start a project to make compiler of our own?
    of course I,as a green hand, don't know how difficult it is to make a compiler,but just imagin,how wonderful it is!
    best wish to our notepad++ and it's developers~
    a Chinese boy

     
    • Nobody/Anonymous

      All compilers are command line tools (or I think the most of them). What do you mean is to integrate some compilers in a own project pane with an additional output pane. I often think about to integrate MinGW into Notepad++. For example to build plugins for Notepad in Notepad ;).

      My next small plugin is an Output window plugin. This enables other plugins to send messages to a text box via the new messages. It can be used for compilers and a lot of other stuff.

      Best Regards
      Jens