Search found 4 matches

by cerid
Sat Jun 17, 2017 11:53 am
Forum: Coding
Topic: Sublime Text 3 IDE
Replies: 4
Views: 2823

Re: Sublime Text 3 IDE

most importantly: This will not work on Sublime Text 2!
by cerid
Sat Jun 17, 2017 11:52 am
Forum: Coding
Topic: Sublime Text 3 IDE
Replies: 4
Views: 2823

Re: Sublime Text 3 IDE


Start a new project by going to project->add folder to project and selecting one of your folders containing a byond project.

You may have to use the view->syntax->open all with current extension as->Dream Maker->Dream Maker when viewing a .dm/.dme file to set up the syntax-highlighting

ctrl ...
by cerid
Sat Jun 17, 2017 3:35 am
Forum: Coding
Topic: Sublime Text 3 IDE
Replies: 4
Views: 2823

Re: Sublime Text 3 IDE

An initial release is ready.
https://github.com/cerid/sublime-dreams/archive/master.zip

Dowload the zip. Extract it. Rename the folder 'Dream Maker'
From Sublime Text 3 select Preferences->Browse Packages
Copy the 'Dream Maker' folder there
Restart sublime text 3

http://i.imgur.com/KCJvBoU.png
by cerid
Wed Jun 14, 2017 1:14 am
Forum: Coding
Topic: Sublime Text 3 IDE
Replies: 4
Views: 2823

Sublime Text 3 IDE

I have been working on an old and abandoned plugin from Sublime Text 2 to get it up-to-date with recent improvements in Sublime Text 3.
I'm approaching a stage where it will be ready for an initial release.

Sublime Text 3 is an IDE similar to notepad++, however it is cross platform. It has lots of ...