Page 1 of 1

Minetest primary source editing/coding program

PostPosted: Mon Oct 15, 2012 23:16
by OryHara
Hi all, I'm just wondering what everyone uses to code minetest or make mods for it

PostPosted: Tue Oct 16, 2012 00:57
by VanessaE
Just a text editor, a terminal to control things, and minetest.

PostPosted: Tue Oct 16, 2012 11:48
by Mito551
i'm using notepad++

PostPosted: Tue Oct 16, 2012 14:31
by PilzAdam
I use Kate (text editor with systax highlighting), Dolphin (a file manager) and Minetest (a engine for 3D block based games).

PostPosted: Tue Oct 16, 2012 15:03
by MarkTraceur
I've used

* Geany
* Emacs
* Gedit (for quick hacks)

PostPosted: Tue Oct 16, 2012 15:15
by xyz
vim

PostPosted: Tue Oct 16, 2012 15:41
by PilzAdam
xyz wrote:vim

You dont like GUI?

PostPosted: Tue Oct 16, 2012 16:24
by xyz
PilzAdam wrote:
xyz wrote:vim

You dont like GUI?

If you want GUI you may use gvim.

PostPosted: Wed Oct 17, 2012 17:25
by Menche
xyz wrote:
PilzAdam wrote:
xyz wrote:vim

You dont like GUI?

If you want GUI you may use gvim.

Vim/Gvim is my favorite :)

PostPosted: Wed Oct 17, 2012 20:59
by Rath
gedit

PostPosted: Sun Oct 21, 2012 08:39
by Neuromancer
For mods, I use LuaEdit

PostPosted: Sun Oct 21, 2012 10:13
by Calinou
On Windows: Notepad++.
On Linux: gedit and nano ("because I have two hands").

[edit] Erm, it's the other way around.