thegooglecodearchive / editra-plugins

Automatically exported from code.google.com/p/editra-plugins
0 stars 1 forks source link

[Launch] Add default handlers for C and C++ #157

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What Plugin does this relate to? What version of the Plugin?
Launch (any version)

What steps will reproduce the problem?
1. Plugin Manager
2. Select "Launch"
3. Configure

What is the expected output? What do you see instead?
Two new default handlers should be added to better support C/C++ developers. 
One for "C" and another for "CPP". The first should default to "gcc -c" and the 
second to "g++ -c". This is similiar to what is done today with the Ada 
handler. GCC is a reasonable default as it is available for every platform, but 
can be easily modified for other compilers by the user without leaving the GUI.

What version of Editra are you using? On what operating system?
0.5.99 Windows 7 64-bit

Please provide any additional information below.

Having default handlers for C and CPP provides hooks for C/C++ developers to 
modify the actions for their particular compilers without having to add default 
stubs to launch.xml (a file which doesn't even exist by default).

Original issue reported on code.google.com by michael....@gmail.com on 1 Jan 2011 at 7:28

GoogleCodeExporter commented 9 years ago
Added for version 1.9 of Launch plugin

Original comment by CodyPrec...@gmail.com on 13 Jan 2011 at 4:04