June 21, 2002 Re: Prospective Editor for D? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Juan Carlos Arevalo Baeza | Not a prob Juan Carlos... BTW, have either you or Sean gotten any further with tweaking this bad boy up? I'm interested in getting a D lexer builed for it but have no idea where to begin. If either of you guys gan help me out with this I'd be forever grateful! Andrew "Juan Carlos Arevalo Baeza" <jcab@roningames.com> wrote in message news:aeomqu$h5o$1@digitaldaemon.com... | "Sean L. Palmer" <seanpalmer@earthlink.net> wrote in message | news:aeg9dk$kil$1@digitaldaemon.com... | | > It has a companion program called Filerx that does that stuff. It can | even | > convert old VC++ .DSP files. | > | > So far it seems a tad lacking... the editor is real nice, but can only | > handle 1 file open at a time. | | That's just because of the default config. You can change it in the | global options file. Just uncomment line 90: "buffers=10" and that allows | you up to 10 files. And you even get an extra menu entry :) | | I do agree it could be better, though. But the sources are fully | available, if I understand correctly. | | > It's still a great big step up from Notepad and batch files. I find it | > works in practice, but I think I still prefer Visual Studio. | | :) And, at least, it works much like VS in every aspect of editing and | navigating the text that I care about. And that's rare. | | Andrew, this was a really nice pointer. | | Salutaciones, | JCAB |
June 21, 2002 Re: Prospective Editor for D? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrew Edwards | "Andrew Edwards" <crxace13@comcast.net> wrote in message news:aevv92$2cd0$1@digitaldaemon.com... > BTW, have either you or Sean gotten any further with tweaking this bad boy > up? I'm interested in getting a > D lexer builed for it but have no idea where to begin. If either of you > guys gan help me out with this I'd be forever grateful! I've barely started using it. There's config file space to explore to bore a hippopotamus. Which is not bad, just a bit time consuming. I've just found out that some of the config settings are for use later in the config itself (like you would envionment variables in a shell script), and some others are actually used by the program. The online documentation lists which: http://www.scintilla.org/SciTEDoc.html It doesn't sound too difficult. Salutaciones, JCAB |
Copyright © 1999-2021 by the D Language Foundation