|
| 23 Aug 2012 12:15 PM |
Just asking.
I use TextWrangler, because you can choose a language (like Lua) and key words and stuff will be in different colors.
~This sig is false~ |
|
|
| Report Abuse |
|
|
|
| 23 Aug 2012 12:16 PM |
Notepad++ ftw.
>Much love, YaYaBinks3. |
|
|
| Report Abuse |
|
|
Legend26
|
  |
| Joined: 08 Sep 2008 |
| Total Posts: 10586 |
|
|
| 23 Aug 2012 12:17 PM |
| Word processors are horrible for code... |
|
|
| Report Abuse |
|
|
|
| 23 Aug 2012 12:24 PM |
To this day I have never heard someone say they use Word to type code.
The very thought makes my head go q.q |
|
|
| Report Abuse |
|
|
|
| 23 Aug 2012 12:25 PM |
@Legend:
TextWrangler is phenomenal with code.
TextWrangler: Pros: Works in Lua, and in many other types of code; highlights keywords, strings, comments, etc.; Folds blocks better Cons: Some keywords that are highlighted in RobloxStudio aren't in TextWrangler. |
|
|
| Report Abuse |
|
|
|
| 23 Aug 2012 12:25 PM |
pros: - cons: wastes disk space |
|
|
| Report Abuse |
|
|
|
| 23 Aug 2012 12:37 PM |
Notepad++ is a boss program. I use it for the markings in Lua, and sometimes even in different languages. (HTML, Batch etc.)
>Much love, YaYaBinks3. |
|
|
| Report Abuse |
|
|
myrkos
|
  |
| Joined: 06 Sep 2010 |
| Total Posts: 8072 |
|
|
| 23 Aug 2012 12:38 PM |
| Sublime Text 2 is where it's at. |
|
|
| Report Abuse |
|
|
Legend26
|
  |
| Joined: 08 Sep 2008 |
| Total Posts: 10586 |
|
| |
|
SN0X
|
  |
| Joined: 24 Oct 2011 |
| Total Posts: 7277 |
|
|
| 23 Aug 2012 12:49 PM |
"and key words and stuff will be in different colors."
lol'd
its syntax highlighting bro, and its not the most uncommon thing in the world |
|
|
| Report Abuse |
|
|
|
| 23 Aug 2012 01:15 PM |
| word makes letters go different colours you just need to change them manually |
|
|
| Report Abuse |
|
|
geicogeko
|
  |
| Joined: 27 Apr 2010 |
| Total Posts: 2727 |
|
|
| 23 Aug 2012 01:40 PM |
| Sublime Text 2, end of story. |
|
|
| Report Abuse |
|
|
|
| 23 Aug 2012 01:42 PM |
One of the following, randomly chosen most of the time: - IntelliJ IDEA + Lua plugin - SublimeText 2 - TextAdept (an editor written in C/Lua) |
|
|
| Report Abuse |
|
|
|
| 23 Aug 2012 05:30 PM |
| Roblox Studio, SublimeText 2, Notepad, WordPad, Eclipse |
|
|
| Report Abuse |
|
|
|
| 23 Aug 2012 06:12 PM |
"Some keywords that are highlighted in RobloxStudio aren't in TextWrangler."
What did you expect? Your not even in the same environment. |
|
|
| Report Abuse |
|
|
|
| 23 Aug 2012 06:14 PM |
| I use Notepad++ for just about everything. |
|
|
| Report Abuse |
|
|
agent767
|
  |
| Joined: 03 Nov 2008 |
| Total Posts: 4181 |
|
|
| 23 Aug 2012 06:20 PM |
Why would anyone use roblox studio to write scripts for roblox, it doesn`t make any sense! |
|
|
| Report Abuse |
|
|
|
| 23 Aug 2012 07:31 PM |
| I use SciTE. It comes with LuaForWindows, and predicts what you want to type, but doesn't insert it unless you press enter. It also has code highlighting, and will run your code. |
|
|
| Report Abuse |
|
|
Silvu
|
  |
| Joined: 05 Mar 2011 |
| Total Posts: 19434 |
|
|
| 23 Aug 2012 07:33 PM |
Geany is a good one
but it's actually an IDE |
|
|
| Report Abuse |
|
|
nate890
|
  |
| Joined: 22 Nov 2008 |
| Total Posts: 21686 |
|
|
| 23 Aug 2012 07:40 PM |
I have, installed on my computer: -Notepad++ -Sublime Text 2 -SciTE -Eclipse -Microsoft Visual Basic
I only _really_ use Sublime Text, Eclipse and occasionally SciTE. I don't Visual Basic, but I did at one point. |
|
|
| Report Abuse |
|
|
Silvu
|
  |
| Joined: 05 Mar 2011 |
| Total Posts: 19434 |
|
| |
|
SN0X
|
  |
| Joined: 24 Oct 2011 |
| Total Posts: 7277 |
|
|
| 24 Aug 2012 04:37 AM |
@XxMoNkEyMaNxX,
I do too.
It's simple and works, and has some good debbuging tools.
It's quite annoying when it suggests a variable and you want a new line though. But usually that prediction feature is extremely useful.
Can't get the C++ compiler to work. It says some DLL is missing, but I can't think what that would be :/
I also use it for Batch sometimes, but not that much.
Other than SciTE I use Notepad++, but it's not installed on my computer at the moment, so I just use an online IDE/text editor for languages other than C++, Lua or Batch.
I haven't tested Sublime Text 2 yet. I'm really interested in it though. It seems popular and of great quality judging by posts in this thread, and previous threads like this one. |
|
|
| Report Abuse |
|
|
|
| 24 Aug 2012 04:42 AM |
@SN0X I found that a good way to stop it from suggesting something on a new line was to put a comment containing alternative endings to the word. `--doz doa elsez elsea endz enda` else will no longer be suggested as elseif if you put this in :3 |
|
|
| Report Abuse |
|
|
SN0X
|
  |
| Joined: 24 Oct 2011 |
| Total Posts: 7277 |
|
|
| 24 Aug 2012 04:49 AM |
yay :D
but it also suggest variables, like, if i did this:
local mooow = 1 local mooo = 30
mooow = 1 + mooo
it would suggest "mooow" and when I press enter for new line, it would put that other variable there instead
ti's annoying when working with tables |
|
|
| Report Abuse |
|
|
| |
|