Pablo Tesone
Pablo Tesone
In the Repository Window, remote entries in the tree should show a tooltip with the address of the remote, and it should be shown in the info panel also.
Steps to Reproduce. - Try to do a commit, this will open the commit window. - Enter some text in the message box. - Use right / left keys to...
Maybe we can reuse the add repository widgets.
  

Add: - Collapse all button - Expand all button - Select all button - De-select all button

As @estebanlm said, that is right. This API should be used only when need to have things that don't need to scale. If they are needed we have to keep...
Example: ``` object casa { var costo var presupuesto_maximo method costos(persona, cant_ambiente, cant_pisos) { costo = empleados.sum({per=>persona.presupuesto(cant_ambiente,cant_pisos)}) return costo } method presupuestoMaximo(){ presupuesto_maximo = 0.20 * ahorros return presupuesto_maximo }...