> What are you all using to edit your gamemodes_server.txt files? Currently > I'm trying to add some custom maps but keeping the different levels > organized is getting infuriating. Right now I'm using Notepad++ on > Windows, > which at least gives me a red vertical line to follow when I click on a > specific curly brace, but I want to be able to navigate between levels > with > the keyboard. What tools are you all using to keep your sanity (regardless > of platform)?
I use vi ;) Or more correctly, vim (enhanced vi). (Linux thing) If I'm not mistaken, in vim, if you are in a file that it understand the syntax of, when your cursor is on a curly brace, you can type the % key and it will take you to what it thinks is the matching close/open. I wouldn't be surprised if your editor has something similar especially since it can highlight it for you. > > > > -- > > Bryan > > _______________________________________________ > Csgo_servers mailing list > [email protected] > https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers _______________________________________________ Csgo_servers mailing list [email protected] https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers
