Skip to content

nsdk/Sublime-SplitJoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

sublime -> tools -> new plugin colar o código do arquivo JoinSplit.py e salvar

depois abrir o arquivo Default.sublime-commands que ficam em: preferences -> browser packages -> Default e adicionar as seguintes propriedades:

{ "caption": "LG Join selected lines", "command": "lg_joinsel" },
{ "caption": "LG Join trim selected lines", "command": "lg_joinseltrim" },
{ "caption": "LG Remover espacos extras", "command": "lg_removerespacos" },
{ "caption": "LG Remover quebras de linhas extras", "command": "lg_removerquebras" },
{ "caption": "LG Agrupar", "command": "lg_removerrepetidos" },
{ "caption": "LG Agrupar com count", "command": "lg_agruparcount" },
{ "caption": "LG Split", "command": "lg_splitsel" }

agora é só chamar o command pallete (ctrl + shift + P), que os comandos estarão disponiveis

About

Sublime Text plugin that lets you execute Split and Join selected text.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages