IDE-type code editor

View: New views
6 Messages — Rating Filter:   Alert me  

IDE-type code editor

by Joe Emenaker :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Is there a particular code editor (ideally, with IDE-type features like:
being able to bind the maker/compiler to a keystroke, capturing of
compiler errors into a separate window, etc.) that people here are using
to work on the packages they maintain?

Given that there are some really nice features that we have available
nowadays (like CVS/SVN) which probably aren't available in a true
DOS-based editor, is it a better idea to use a Windows editor/IDE and
just instruct the compiler to build for DOS?

What is everyone else using to develop/debug their DOS apps here?

- Joe


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Freedos-devel mailing list
Freedos-devel@...
https://lists.sourceforge.net/lists/listinfo/freedos-devel

smime.p7s (4K) Download Attachment

Re: IDE-type code editor

by Gregory Pietsch :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

FreeDOS Edlin!

(Actually, I use the joe editor under Cygwin to do a lot of my
programming, and then make sure it compiles under MSVC 6.0 and
OpenWatcom with a DOS target before sending it out.)

Gregory Pietsch

Joe Emenaker wrote:

> Is there a particular code editor (ideally, with IDE-type features
> like: being able to bind the maker/compiler to a keystroke, capturing
> of compiler errors into a separate window, etc.) that people here are
> using to work on the packages they maintain?
>
> Given that there are some really nice features that we have available
> nowadays (like CVS/SVN) which probably aren't available in a true
> DOS-based editor, is it a better idea to use a Windows editor/IDE and
> just instruct the compiler to build for DOS?
>
> What is everyone else using to develop/debug their DOS apps here?
>
> - Joe
> ------------------------------------------------------------------------
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> ------------------------------------------------------------------------
>
> _______________________________________________
> Freedos-devel mailing list
> Freedos-devel@...
> https://lists.sourceforge.net/lists/listinfo/freedos-devel
>  


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Freedos-devel mailing list
Freedos-devel@...
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Re: IDE-type code editor

by lyricalnanoha-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



On Thu, 5 Nov 2009, Gregory Pietsch wrote:

> FreeDOS Edlin!
>
> (Actually, I use the joe editor under Cygwin to do a lot of my
> programming, and then make sure it compiles under MSVC 6.0 and
> OpenWatcom with a DOS target before sending it out.)

xDDD;

> Gregory Pietsch
>
> Joe Emenaker wrote:
>> Is there a particular code editor (ideally, with IDE-type features
>> like: being able to bind the maker/compiler to a keystroke, capturing
>> of compiler errors into a separate window, etc.) that people here are
>> using to work on the packages they maintain?
>>
>> Given that there are some really nice features that we have available
>> nowadays (like CVS/SVN) which probably aren't available in a true
>> DOS-based editor, is it a better idea to use a Windows editor/IDE and
>> just instruct the compiler to build for DOS?
>>
>> What is everyone else using to develop/debug their DOS apps here?
>>
>> - Joe

For the record, I use gedit for most stuff, but then go into DOS and do
the compilation with a DOS compiler.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Freedos-devel mailing list
Freedos-devel@...
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Re: IDE-type code editor

by Robert Riebisch :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Joe Emenaker wrote:

> Is there a particular code editor (ideally, with IDE-type features like:
> being able to bind the maker/compiler to a keystroke, capturing of
> compiler errors into a separate window, etc.) that people here are using
> to work on the packages they maintain?

Try <http://www.bttr-software.de/forum/board_entry.php?id=5355> or
<http://www.bttr-software.de/products/fed/>.

> What is everyone else using to develop/debug their DOS apps here?

Notepad2 on Windows plus some batch files.

Robert Riebisch
--
BTTR Software
http://www.bttr-software.de/

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Freedos-devel mailing list
Freedos-devel@...
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Re: IDE-type code editor

by dos386 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> What is everyone else using to develop/debug their DOS apps here?

FASM IDE (compiler hard merged in, cca 100 KiB total bloat), INFOPAD
(some bugs, doesn't like HDPMI32), FreeDOS EDIT (some bugs, 64 KiB
limit), Kinesics (needs HX, not feature rich).





--
~~~ wow ~~~

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Freedos-devel mailing list
Freedos-devel@...
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Re: IDE-type code editor

by tom ehlert :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


> Is there a particular code editor (ideally, with IDE-type features like:
> being able to bind the maker/compiler to a keystroke, capturing of
> compiler errors into a separate window, etc.) that people here are using
> to work on the packages they maintain?

> Given that there are some really nice features that we have available
> nowadays (like CVS/SVN) which probably aren't available in a true
> DOS-based editor, is it a better idea to use a Windows editor/IDE and
> just instruct the compiler to build for DOS?

> What is everyone else using to develop/debug their DOS apps here?

UltraEdit on Windows

Tom


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Freedos-devel mailing list
Freedos-devel@...
https://lists.sourceforge.net/lists/listinfo/freedos-devel