Browse Source

Versão com função e outline

Douglas Lima 6 years ago
parent
commit
188a94fe6a
3 changed files with 28 additions and 1 deletions
  1. 8 0
      css/ivprog-visual-1.0.css
  2. 1 1
      js/visualUI/functions_sidebar.js
  3. 19 0
      observacoes

+ 8 - 0
css/ivprog-visual-1.0.css

@@ -344,7 +344,15 @@ div.buttons_manage_columns {
 
 /* DOUGLAS */
 /*
+.div-over {
+	border-style: dotted;
+}*/
 
 .div-over {
 	outline: dashed 2px blue;
+}
+
+button.ui.segment {
+	margin-bottom: 0.5em;
+	margin-top: 0.5em;
 }

+ 1 - 1
js/visualUI/functions_sidebar.js

@@ -740,7 +740,7 @@ initVisualUI = function() {
         {type: Models.COMMAND_TYPES.writer, icon: "upload", text: LocalizedStrings.getUI('text_write_var')},
         {type: Models.COMMAND_TYPES.comment, icon: "quote left", text: LocalizedStrings.getUI('text_comment')},
         {type: Models.COMMAND_TYPES.attribution, icon: "arrow left", text: LocalizedStrings.getUI('text_attribution')},
-        {type: Models.COMMAND_TYPES.functioncall, icon: "hand point right", text: LocalizedStrings.getUI('text_functioncall')},
+        //{type: Models.COMMAND_TYPES.functioncall, icon: "hand point right", text: LocalizedStrings.getUI('text_functioncall')},
         {type: Models.COMMAND_TYPES.iftrue, icon: "random", text: LocalizedStrings.getUI('text_iftrue')},
         {type: Models.COMMAND_TYPES.repeatNtimes, icon: "sync", text: LocalizedStrings.getUI('text_repeatNtimes')},
         {type: Models.COMMAND_TYPES.whiletrue, icon: "sync", text: LocalizedStrings.getUI('text_whiletrue')},

+ 19 - 0
observacoes

@@ -0,0 +1,19 @@
+
+
+botar assinatura das funções funcao(tipo,tipo,tipo)
+
+blocos com funções específicas
+
+corrigir bug da função
+
+trocar nos parâmetros da função tipo na frente e rótulo depois
+
+clique pega clique solta
+
+tornar tipo como botão e não dropdown
+
+arraste de globais
+
+comentário descritivo sobre a assinatura da função
+
+