We Recommend

Effective Tcl/Tk Programming: Writing Better Programs with Tcl and Tk Effective Tcl/Tk Programming: Writing Better Programs with Tcl and Tk
Shows how to build Tcl/Tk applications effectively. Teaches how to: create interactive displays with canvas widget, create customized editors with the text widget, handle data structures, interface with existing applications and more.


Posted By

buscarini on 05/14/08


Tagged

textmate


Versions (?)


Hacer que un snippet ponga la primera letra mayúscula


Published in: Other 


  1. ${1/./\u$0/}

Report this snippet 

You need to login to post a comment.