News:

SMFNew Installed

+-+-

User+-

Welcome, Guest.
Please login or register.
 
 
 

Login with your social network

Forgot your password?

Site Stats+-

Members
Total Members: 728
Latest: Cho
New This Month: 0
New This Week: 0
New Today: 0
Stats
Total Posts: 10932
Total Topics: 795
Most Online Today: 389
Most Online Ever: 854
(September 18, 2024, 07:49:37 am)
Users Online
Members: 0
Guests: 255
Total: 255

Author Topic: Text & Code Editors  (Read 2272 times)

0 Members and 106 Guests are viewing this topic.

Text & Code Editors
« on: »
Using a Text Editor in combination with GUTS is a good practice. Using plain old Notepad is not the best option. You're better off choosing a more powerful editor, which can search and replace text across multiple files, has syntax highlighting and other useful features.

In this post I'll make a list of suggested text editors to use. I'll write up a short description for each later. Please post links to other good editors you know.

Editor list:

Notepad ++

Sublime Text

Geany

Vim
« Last Edit: August 18, 2014, 04:06:30 pm by Wolven »

Share on Bluesky Share on Facebook


Re: Text & Code Editors
« Reply #1 on: »
A good text replacement tool is Rename Master.

Has a nifty UI for selecting files, groups of files and various actions to perform on them (remove, replace, etc.)


Re: Text & Code Editors
« Reply #2 on: »
Look how old this thread is!!!  :D


Recently I've started messing with Microsoft Visual Studio Code editor (VS Code).
Visual Studio Code redefines AI-powered coding with GitHub Copilot for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform -...
code.visualstudio.com


VS Code works on the different platforms. I think it has some potential.  I like the "side by side" window view when comparing files. I wish it had a tab view, but I'm hoping that will be implemented soon.

I decided it needed an Ogre3d syntax highlighter. Fortunately, VS Code uses the same tmLanguage definitions as sublime. After poking around a bit I got the highlighting working for the material files.

If anyone else wants to try it out, I've attached a zip of the Ogre 3d extension I put together.
I got the tmLanguage definition from here: https://github.com/TheSHEEEP/ST-OgreScripts

I was thinking I could make a syntax highlighting extension for the various torchlight ascii files if there is interest.
« Last Edit: February 13, 2016, 10:20:08 am by Vkoslak »

Re: Text & Code Editors
« Reply #3 on: »
Whoah this is impressive Vkoslak! Thanks for this!

and Welcome Back!


 

Recent Topics+-