Posts by André • 98 points
4 posts
-
8
votes5
answers25409
viewsA: Shortcut to rename, overwrite, or replace words or variables alike in Sublime Text 3
Alt + F3 selects all words equal at once. Ctrl + D increments the selection to the nearest (next and not previous) if you do not want to change all.
sublime-textanswered André 98 -
0
votes1
answer38
viewsA: call variables of another definition and continue
If someone has this same problem, I solved by studying about the variables and discovered the Class Variable, which is defined by @@. In this case, for my code to be functional, I did the following:…
-
0
votes1
answer38
viewsQ: call variables of another definition and continue
I have some variables that repeat a lot and I would like to group them into one definition, to be called by several other definitions. Example: module Andre module Dialogos def self.um puts "estou…
-
-1
votes1
answer119
viewsA: Sublimerepl does not run the code
I think the problem is to point out where python is installed. Check that the python installation folder is specified in the system variables. See attached image - click here. Do some simple…