Posts by Pedro Reis • 56 points
3 posts
-
0
votes2
answers186
viewsA: Make a group of lines remain compressed when opening and closing Sublime
Unfortunately in the standard version Sublime Text 2 does not record this, even because it would take up more memory space. However there are plugins like autocomplete that can help. But I don’t…
sublime-text-2answered Pedro Reis 56 -
3
votes4
answers8186
viewsA: How to schedule a recurring task on linux?
To schedule a task on Linux, you must use CRON. Cron can be interpreted as a Linux service that is loaded during the system boot process. It is a tool that allows programming the execution of…
-
1
votes1
answer144
viewsA: Syntax Highlight and Tinymce4
Tinymce, like all text editors for web page fields, converts the tags, <tag>, into special characters to be displayed in an HTML page. For example, if you enter the field with the following:…