[bug #24751] Gorm should be able to update existing class files

2018-01-24 Thread Gregory John Casamento
Update of bug #24751 (project gnustep): Status:None => Wont Fix Open/Closed:Open => Declined ___ Follow-up Comment #4: This is an

[bug #24751] Gorm should be able to update existing class files

2008-12-02 Thread Gregory John Casamento
Update of bug #24751 (project gnustep): Item Group: Bug = Change Request ___ Reply to this item at: http://savannah.gnu.org/bugs/?24751 ___

[bug #24751] Gorm should be able to update existing class files

2008-11-05 Thread Richard Frith-Macdonald
Follow-up Comment #1, bug #24751 (project gnustep): This was something I considered when I first wrote Gorm, but the variety of ways in which an ObjC source file can be written (when you add in the complications of the use of the C preprocessor and conditional compilation etc) mean that it's

[bug #24751] Gorm should be able to update existing class files

2008-11-05 Thread Gregory John Casamento
Follow-up Comment #2, bug #24751 (project gnustep): I agree with Richard. Adding this functionality to Gorm would mean that the source code generator, which is currently very simple, would need to load your code, parse it and figure out where the beginning and ending of each method is,

[bug #24751] Gorm should be able to update existing class files

2008-11-05 Thread Sebastian Reitenbach
Follow-up Comment #3, bug #24751 (project gnustep): Hi, thanks for your replies to this request. I don't know how the actual code generator works, but I think it is just creating the class files, adding the outlets and actions to a template, and writes them to the place specified by the user.

[bug #24751] Gorm should be able to update existing class files

2008-11-04 Thread Sebastian Reitenbach
URL: http://savannah.gnu.org/bugs/?24751 Summary: Gorm should be able to update existing class files Project: GNUstep Submitted by: buzzdee Submitted on: Wed 05 Nov 2008 07:32:37 AM GMT Category: Gorm