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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
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