Re: [Freedos-devel] Some questions about my write text editor for the FreeDOS project

2013-02-01 Thread Tom Ehlert
> Hi all. I can be add the comment highlighting for the lines starts at
> #, ', //, /* end at */, and so from { to }. It's a good?
no. comments are language specific. and

   "/*

does NOT start a comment.

>  So, I can add
> the keyboard layout switching into the editor.for many languages
> (setting getted from the ELMEDIT.INI (yes, my editor called as "ELM
> EDITOR" - ELM ("береста", "beresta", "rvanaya beryozovaya kora") - elm
> has used by Slavic people in the ancient times for writing letters and
> other writing issues, such as parchment (aka "pergament") in the
> ancient Greek and Rome civilizations)). Or use the system keyboard
> input, switched by the KEYB utility?
having 2 different keyboard drivers at the same time (system keyb and
editors) is most likely a bad idea.

Tom


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
___
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel


Re: [Freedos-devel] Some questions about my write text editor for the FreeDOS project

2013-02-03 Thread dos386
> Hi all. I can be add the comment highlighting for the lines starts at
> #, ', //, /* end at */, and so from { to }. It's a good?

Comments are language-specific. So either allow to select language
(+ possible auto-detect by file extension or content), or to manually
set comment syntax.

Check out INFOPAD http://ladsoft.tripod.com/cc386.htm

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
___
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel