Most voted "sublime-text" questions
Sublime Text is a cross-platform text and source code editor written in C++ language. Initially, the program was intended to be an extension of Vim.
Learn more…57 questions
Sort by count of
-
-1
votes1
answer2601
viewsHow to compile code using Sublime?
I wonder if I can add a compiler to the sublime to compile things straight from the program, more practical like this.
-
-1
votes1
answer8459
viewsSublime Text does not appear menu bar on Ubuntu 16.04
I’m having trouble with the sublime text suddenly without realizing, the menu bar disappeared someone’s been through it?…
-
-1
votes1
answer4774
viewssudo subl - how to open sublime 3 by terminal on Ubuntu?
I performed the installation of Sublime Text 3 on Ubuntu 17.10. I can open the Sublime using the command subl in the terminal. However it does not work to open as sudo, when using the command…
-
-1
votes1
answer1695
viewsUninstall plugin in sublime
I need to remove the sublime SFTP plugin. I already uninstalled and installed again, and I’m deploying by Fillezila, but sublime keeps trying to connect to FTP every time... I need to remove this…
sublime-textasked 6 years, 8 months ago Charles Fay 1,197 -
-1
votes1
answer105
viewsFailed to read a file. php (lib Phpmailer)
Hello! I have the following form: <form role="form" method="post" action="send_email.php" id="formContato"> <div class="left"> <fieldset class="mail"><input…
-
-1
votes1
answer129
viewsRegex to return the line
Knowing that \n is a line break, have any do the reverse? I am using the Sublime as editor and my text is like this: 1, 2, 3, Turn into: 1,2,3, Is there any regex or other means to do so?…
-
-1
votes1
answer67
viewsSublime Text does not work properly
I installed Sublime Text on my linux. I opened the test.cpp file that contains the following code: #include <iostream> using namespace std; int main() { cout << "Hello World!" <<…