Community
Participate
Working Groups
Created attachment 140880 [details] Keyword case refactoring patch Steps To Reproduce: 1. Apply the attached patch. 2. Run Eclipse Application with all Workspace plug-ins More information: Adds support for selecting multiple files in the package explorer: right-click > refactoring > unify keyword case. User then has choice to change all Fortran keywords to upper or lower case.
Hi Kurt, Can you please confirm that 1. you wrote 100% of the code without incorporating content from elsewhere or relying on the intellectual property of others, 2. you have the right to contribute the code to Eclipse, and 3. you have included the EPL license header in all source files? For #1, if you borrowed code from either Photran or CDT, that is fine, as long as you state that explicitly. Thanks. Jeff
(In reply to comment #1) 1. I wrote 100% of the code. Portions of the code are borrowed from or based on code elsewhere in Photran. This is noted in the header comments for files and/or methods which were borrowed. Otherwise this code was written without incorporating content from elsewhere or relying on the intellectual property of others. 2. I have the right to contribute the code to Eclipse; I've been hired by Ralph Johnson to work on the Photran project. 3. In addition, the EPL license header is included in all java source files included in this patch.
Created attachment 140889 [details] keyword case refactoring patch (updated) Please note the patch has been updated to remove warnings of unused imports and include several more header comments.
Entered as CQ 3433 https://dev.eclipse.org/ipzilla/show_bug.cgi?id=3433
CQ approved; committed to CVS.