10/16/2008: How is a Use Case Different From a User Story?
http://alistair.cockburn.us/Elephant+carpaccio - Alistair provides a way to think about Use Cases and User Stories. In essence, he says that Use Cases provide the overall shape of the application while User Stories provide the details.
10/08/2008: How do I restore and change gedit key assignments?
Use the vi
editor to modify the .gnome2/accelsgedit
. Editing the file with gedit
does not work; the changes are not saved. I had reassigned my ^s
key away from File>Save. I order to get the key assignment back, I re-commented the following line:
(gtk_accel_path "<Actions>/GeditWindowActions/FileSave" "<Control>s")