Which editor do you use for papyrus?

Post » Sat May 31, 2014 4:42 pm

Just out of curiosity i wanted to ask you guys which editor do you prefer for your papyrus scripts?

I tried a lot of editors actually and the one I sticked to use was Sublime Text, but when Atom got released i tried to shift to it, but due to some issues I recived with the windows version of it I just reverted back to the "good old" Sublime Text editor. Which one do you prefer and why?

User avatar
dell
 
Posts: 3452
Joined: Sat Mar 24, 2007 2:58 am

Post » Sat May 31, 2014 6:40 pm

The CK. It works fine.

User avatar
W E I R D
 
Posts: 3496
Joined: Tue Mar 20, 2007 10:08 am

Post » Sat May 31, 2014 10:11 pm

Notepad++, but I might try using Sublime Text. The main reason I started using Notepad++ is because I ended up running into the character limit of CK's editor. I'm watching a video on Sublime Text's features at the moment and I must say that the minimap feature could be really useful as I usually end up working on scripts that take up more space than I can fit on the screen at once.

EDIT: Is there an up-to-date package (Papyrus and SKSE) for Sublime Text 2?

User avatar
Robert Jr
 
Posts: 3447
Joined: Fri Nov 23, 2007 7:49 pm

Post » Sat May 31, 2014 7:11 pm

No there is no up-to-date package, but the "old" one works fine just doesn't support syntax highlight for the newer functions and snippets.

I might work on an updated version of it it is quite easy to do.

Edit: I recommend adjusting the papyrus.sublime-build file to allow building your source files directly from sublime

here is the one i use currently:

Spoiler
{"cmd": [ "D:\\Spiele\\Steam\\SteamApps\\common\\Skyrim\\Papyrus Compiler\\PapyrusCompiler.exe","$file","-i=D:\\Spiele\\Steam\\SteamApps\\common\\Skyrim\\Data\\Scripts\\Source;$file_path","-o=D:\\Spiele\\Steam\\SteamApps\\common\\Skyrim\\Data\\Scripts","-f=TESV_Papyrus_Flags.flg"],"file_regex": "(^.*\\.psc)\\(([0-9]*),([0-9]*)\\)","selector": "source.papyrus"}

With this build file you can store your source files outside of the Skyrim/Data folder :smile:

User avatar
Chris Ellis
 
Posts: 3447
Joined: Thu Jul 26, 2007 10:00 am

Post » Sun Jun 01, 2014 3:05 am

Perhaps we could coordinate the effort in order to get the package up to date quicker?

So I could store the source files in my DropBox folder and have them backed up automatically? Nice.

User avatar
GPMG
 
Posts: 3507
Joined: Sat Sep 15, 2007 10:55 am

Post » Sat May 31, 2014 9:23 pm

sounds good :thumbsup:

User avatar
Shiarra Curtis
 
Posts: 3393
Joined: Thu Jan 04, 2007 3:22 pm


Return to V - Skyrim