Questions tagged as 'sublimetext3'

1
answer

Problem with area.addText (char ...) JAVA

I try to read a file from java, and add it to a JTextArea: if (e.getSource() == go) { try { String strA = field1.getText(); FileReader archr1 = new FileReader(strA); int valor = archr1.read();...
asked by 21.05.2018 / 12:09
2
answers

execution of python in sublime text3, does not show results in lower console

good afternoon, my problem is something I have not got in google, I have sublime text 3 with python 2.7x and when executing any program sublime text does not show me the steps of the program, just shows that I finish, any suggestions?     
asked by 10.08.2017 / 20:26
1
answer

Sublimetext 3 plugin to show errors [closed]

What plugin in sublimetext3 tells me that there is an error in php html and css syntax? If it is possible to say what the error is. I installed sublimelinter but I do not know if I installed it wrong or had to install another package it di...
asked by 11.05.2017 / 17:19
1
answer

Laravel autocompletion does not work in Sublime Text on Windows 10

Hello I present a small problem with this editor, in ubuntu used it and the auto completed laravel was successful apart from autocomplete the code made me the call of class in use /iluminate/response; I did not hav...
asked by 27.01.2016 / 20:04
0
answers

sublime text 3 python error (sublime rpel)

Hello good afternoon I tell you my problem, the sublime rpel ran me correctly until without much thought I moved the folder where I installed the pyyhon (Python27), from that moment (after installing and desisntalar the sublimerpel, the sublime...
asked by 26.10.2018 / 21:16
1
answer

I have python 3.7 but in sublime text the version that loads is 2.7 in linux mint

I use linux mint1.8 and when I use the sublime text editor and load python to use it I get version 2.7 of python, and I already updated python on my pc to 3.7 but in the editor it remains the same, I uninstalled it and install again and stay the...
asked by 22.10.2018 / 16:27
1
answer

How to re-size an image in laravel?

This is the function that I have that saves the image everything works fine, but I want to know how I can do to resize the images and fill the images to not distort, like adding a margin, either vertically or horizontally according to as necessa...
asked by 25.09.2018 / 13:16
0
answers

Sublime Text 3 error: Attribute error (str object has not attribute items

in Sublime Text 3, when selecting any of the options, tools / SublimeREPL / Python / I get the following error message: Attribute error (str object has not attribute items thank you very much     
asked by 05.08.2018 / 20:17
1
answer

Open PHP file in SublimeText in web browser

I have a question and even though I'm looking for it I can not find the form, I'm developing a small web, I used to use Netbeans, I have several pages that are not HTML, but php, the detail is that now that I'm moving to SublimeText I find a way...
asked by 25.08.2018 / 22:37
2
answers

I have a problem with Python 3.7 and Sublime when using "input"

1) Enter the following code in Sublime Text 3 print(5) edad = int(input("Ingrese su edad: ")) print(edad) 2) By console I get the following: 5 Ingrese su edad: And regardless of the number you enter, the program does not do anything el...
asked by 12.09.2018 / 23:51