vscode is resource heavy in my opinion but works well if you configure it wellKindermaus wrote: ↑Thu May 07, 2020 6:49 pm I use Sublime Text for Lua! It's really good in my opinion. VS Code is probably ultimately better though. I'm just used to Sublime Text.
Search found 39 matches
- Tue Dec 01, 2020 1:11 pm
- Forum: General
- Topic: What code editor do you use ?
- Replies: 195
- Views: 318229
Re: What code editor do you use ?
- Tue Dec 01, 2020 1:08 pm
- Forum: General
- Topic: What code editor do you use ?
- Replies: 195
- Views: 318229
Re: What code editor do you use ?
one difference is the weightCanadianGamer wrote: ↑Tue Dec 20, 2016 2:11 am My favorite text editor is Atom. It's open source, it is extremely customizable and can do pretty much everything that Sublime can.
Re: Obey?
How is it still a thing
- Mon Nov 30, 2020 3:00 pm
- Forum: Libraries and Tools
- Topic: [Notepad++] Launch Project From Any File
- Replies: 3
- Views: 14649
Re: [Notepad++] Launch Project From Any File
You could also bind a key to current file's folder with CMD, and then run love . or lovec . commands if you added the LOVE location in your environment variables list.
- Mon Nov 02, 2020 2:06 pm
- Forum: Libraries and Tools
- Topic: turtle.lua - Drawing library
- Replies: 16
- Views: 32177
Re: turtle.lua - Drawing library
That is really cool, I like iet!
- Fri Oct 30, 2020 6:12 pm
- Forum: Libraries and Tools
- Topic: Luaseq - Asynchronous helper library
- Replies: 9
- Views: 18919
Re: Luaseq - Asynchronous helper library
you could use uppercase
- Sun Feb 02, 2020 11:07 am
- Forum: Support and Development
- Topic: "Not enough space" error when printing a string
- Replies: 12
- Views: 12502
Re: "Not enough space" error when printing a string
I insist that you head over to Wikipedia and study carefully the article about UTF-8 encoding. Weird that other function does work which inserts a string in given position works which is almost the same. I'm pretty sure inserting to an index that would be between two bytes of a multibyte character ...
- Sun Feb 02, 2020 6:44 am
- Forum: Support and Development
- Topic: "Not enough space" error when printing a string
- Replies: 12
- Views: 12502
- Sat Feb 01, 2020 8:01 pm
- Forum: Support and Development
- Topic: "Not enough space" error when printing a string
- Replies: 12
- Views: 12502
Re: "Not enough space" error when printing a string
Guys why doesn't this work? Checking the reference manual, i didn't see any utf8.sub function there. ( http://www.lua.org/manual/5.3/manual.html#6.5 - löve implements this itself fully as its own utf-8 lib) Also, shouldn't step be math.floor-ed? at some point? not sure if it's a good idea to pass i...
- Sat Feb 01, 2020 6:12 pm
- Forum: Support and Development
- Topic: "Not enough space" error when printing a string
- Replies: 12
- Views: 12502
Re: "Not enough space" error when printing a string
Guys why doesn't this work? str = [[Popiš památku je název soutěže pro nové i zkušené wikipedisty, která se koná od 15. ledna do 15. února 2020, tedy jeden měsíc. Aktuální, již třetí ročník soutěže pořádá opět spolek Wikimedia Česká republika. Partnerem soutěže je portál PROPAMÁTKY.]] local utf8 = r...