Hi, Considering the fact that we're looking for a basic text editor I'd like to know w why notepad is so "horrible"
Best Regards, Hayden -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Kai Sent: Wednesday, January 12, 2011 1:14 AM To: Gamers Discussion list Subject: Re: [Audyssey] BGT problem! Greetings. It does work like that; In your text editor, you write a line of code, write a semicolon if applicable, then hit enter to "break a line" (which means to start a new line). Notepad is horrible. You should consider giving something like UltraEdit, TextPal, or (my personal favourite) Metapad a try. BGT's actually a nice, straightforward scripting language. Things could be worse: you could be having to deal with Python which uses spacing as a code delimiter. UltraEdit (RegExp capable): http://www.ultraedit.com/ TextPal: http://www.empowermentzone.com/palsetup.exe NoteTab (RegExp capable): http://www.notetab.com/ Metapad: http://liquidninja.com/metapad/ Round-up of code-friendly text editors (not guaranteed to be accessible): http://www.balkhis.com/web-designs-resources/15-outstanding-free-text-editor s-for-designers-coders/ Kai ----- Original Message ----- From: "Shiny protector" <[email protected]> To: "Gamers Discussion list" <[email protected]> Sent: Tuesday, January 11, 2011 10:48 PM Subject: Re: [Audyssey] BGT problem! >I wish the interface was like auto it. In autoit, you opened the program, >and you had this code line. Your at 1, then you could right your code and >press enter. I wish BGT worked like that, but ah well, I'll just have to >live with notepad. It never use to do the tab problem, I don't no what I >did to start the problem. > ----- Original Message ----- > From: "Thomas Ward" <[email protected]> > To: "Gamers Discussion list" <[email protected]> > Sent: Wednesday, January 12, 2011 1:12 AM > Subject: Re: [Audyssey] BGT problem! > > >> Hi Muhammed, >> >> You mind explaining that? I think I should make a few notes regarding >> programming anything in Notepad. If you have word wrap turned off the >> first thing you should do is maximize the window so the entire window >> is visible. If you are writing code in Notepad it is a good idea to >> make a manual line break after 80 characters as the text will simply >> scroll off the screen. Most of the time when programming my lines of >> code aren't that long so I make a manual line break after the >> statement anyway. Obviously, for other text documents you will want >> word wrap on to read them. >> >> On 1/11/11, Shiny protector <[email protected]> wrote: >>> Hi Thomas, >>> Um, after I turned off the word rap, it doesn't read things properly on >>> the >>> screen. >>> --- >>> Gamers mailing list __ [email protected] >>> If you want to leave the list, send E-mail to >>> [email protected]. >>> You can make changes or update your subscription via the web, at >>> http://audyssey.org/mailman/listinfo/gamers_audyssey.org. >>> All messages are archived and can be searched and read at >>> http://www.mail-archive.com/[email protected]. >>> If you have any questions or concerns regarding the management of the >>> list, >>> please send E-mail to [email protected]. >>> >> >> --- >> Gamers mailing list __ [email protected] >> If you want to leave the list, send E-mail to >> [email protected]. >> You can make changes or update your subscription via the web, at >> http://audyssey.org/mailman/listinfo/gamers_audyssey.org. >> All messages are archived and can be searched and read at >> http://www.mail-archive.com/[email protected]. >> If you have any questions or concerns regarding the management of the >> list, >> please send E-mail to [email protected]. > > > --- > Gamers mailing list __ [email protected] > If you want to leave the list, send E-mail to > [email protected]. > You can make changes or update your subscription via the web, at > http://audyssey.org/mailman/listinfo/gamers_audyssey.org. > All messages are archived and can be searched and read at > http://www.mail-archive.com/[email protected]. > If you have any questions or concerns regarding the management of the > list, > please send E-mail to [email protected]. --- Gamers mailing list __ [email protected] If you want to leave the list, send E-mail to [email protected]. You can make changes or update your subscription via the web, at http://audyssey.org/mailman/listinfo/gamers_audyssey.org. All messages are archived and can be searched and read at http://www.mail-archive.com/[email protected]. If you have any questions or concerns regarding the management of the list, please send E-mail to [email protected]. --- Gamers mailing list __ [email protected] If you want to leave the list, send E-mail to [email protected]. You can make changes or update your subscription via the web, at http://audyssey.org/mailman/listinfo/gamers_audyssey.org. All messages are archived and can be searched and read at http://www.mail-archive.com/[email protected]. If you have any questions or concerns regarding the management of the list, please send E-mail to [email protected].
