Updating menu simplified and integration of Grafoscopio a interface updates.
This commit is contained in:
parent
1741d84242
commit
d57f3e5606
@ -170,7 +170,6 @@ GrafoscopioBrowser class >> startDockingBar [
|
|||||||
updateMenu
|
updateMenu
|
||||||
add: 'Documentación' target: GrafoscopioBrowser action: #updateDocumentation;
|
add: 'Documentación' target: GrafoscopioBrowser action: #updateDocumentation;
|
||||||
add: 'Grafoscopio' target: GrafoscopioBrowser action: #updateGrafoscopio;
|
add: 'Grafoscopio' target: GrafoscopioBrowser action: #updateGrafoscopio;
|
||||||
add: 'Interface Gráfica' target: GrafoscopioBrowser action: #updateUI;
|
|
||||||
add: 'Prerrequisitos' target: GrafoscopioBrowser action: #updatePrerrequisites;
|
add: 'Prerrequisitos' target: GrafoscopioBrowser action: #updatePrerrequisites;
|
||||||
add: 'Herramientas externas' target: GrafoscopioBrowser action: #messageNotImplementedYet;
|
add: 'Herramientas externas' target: GrafoscopioBrowser action: #messageNotImplementedYet;
|
||||||
add: 'Ruta a pandoc' target: GrafoscopioBrowser action: #configurePandoc;
|
add: 'Ruta a pandoc' target: GrafoscopioBrowser action: #configurePandoc;
|
||||||
@ -221,13 +220,15 @@ localRepository exists
|
|||||||
|
|
||||||
{ #category : #'as yet unclassified' }
|
{ #category : #'as yet unclassified' }
|
||||||
GrafoscopioBrowser class >> updateGrafoscopio [
|
GrafoscopioBrowser class >> updateGrafoscopio [
|
||||||
"Updates Grafoscopio with new versions of itself take from the source code repository"
|
"Updates Grafoscopio with new versions of itself take from the source code repository and the User Interface"
|
||||||
|
|
||||||
Gofer new
|
Gofer new
|
||||||
smalltalkhubUser: 'Offray' project: 'Grafoscopio';
|
smalltalkhubUser: 'Offray' project: 'Grafoscopio';
|
||||||
package: 'Grafoscopio';
|
package: 'Grafoscopio';
|
||||||
load.
|
load.
|
||||||
|
|
||||||
|
self updateUI.
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
{ #category : #'as yet unclassified' }
|
{ #category : #'as yet unclassified' }
|
||||||
|
Loading…
Reference in New Issue
Block a user