Author Topic: Command Line Programming Editor?  (Read 6261 times)

dtruchan

  • Jr. Member
  • **
  • Posts: 89
    • View Profile
    • http://
Command Line Programming Editor?
« Reply #15 on: June 17, 2007, 06:50:59 am »
If your looking for a light CLI editor, you should try e3.

Quote
e3 is a full-screen, user-friendly text editor with an interface similar to that of either WordStar, Emacs, Pico, Nedit, or vi. It's heavily optimized for size and independent of libc or any other libraries, making it useful for mini-Linux distributions and rescue disks.

You can find a write-up here

sadly, there is no syntax highlighting.  
860 Debian EABI
Lexar Cards
WCF11 v2.5
Mittoni SD-CF Adapter
Gentoo

psycoman

  • Jr. Member
  • **
  • Posts: 75
    • View Profile
    • http://www.tuxforum.com.br
Command Line Programming Editor?
« Reply #16 on: June 18, 2007, 07:14:06 am »
you can try nano 2.x, it has syntax highlighting and easy to use.

kkazakov13

  • Sr. Member
  • ****
  • Posts: 408
    • View Profile
SL-C3200 ** FOR SALE :( **
https://www.oesf.org/forum/index.php?showtopic=25969

Canon K30225 CF wireless card
Taxan iTax-LAN10 wired card
My packages for customized pdaXrom beta 3

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
Command Line Programming Editor?
« Reply #18 on: June 18, 2007, 11:06:02 pm »
Quote
you can try nano 2.x, it has syntax highlighting and easy to use.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=163341\"][{POST_SNAPBACK}][/a][/div]
I've never gotten syntax highlighting to work in Nano. The option is -Y <str>, but I don't know what to put for the <str> part...
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo

tanjian2

  • Jr. Member
  • **
  • Posts: 98
    • View Profile
Command Line Programming Editor?
« Reply #19 on: June 19, 2007, 04:17:26 am »
Quote
Quote
you can try nano 2.x, it has syntax highlighting and easy to use.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=163341\"][{POST_SNAPBACK}][/a][/div]
I've never gotten syntax highlighting to work in Nano. The option is -Y <str>, but I don't know what to put for the <str> part...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=163364\"][{POST_SNAPBACK}][/a][/div]
I have never used nano - but looking at the source suggests that either -Y c or -Y cpp or even -Y cxx should work for you. Strange that you should have to specify it but then perhaps thats why its called 'nano'  - very little 'extra' functionality? Good luck.
SL-C3000(Spitz) - pdaXii13 5.5alpha + sound enhanced kernel - MD in 1 great big partition -  Ambicom CF Wifi + USB Ethernet  and NOW Zubuntu on a 4Gb SD

ernestus

  • Newbie
  • *
  • Posts: 49
    • View Profile
    • http://
Command Line Programming Editor?
« Reply #20 on: June 19, 2007, 07:59:02 am »
I used rhide long time ago, it's a clone of the good old Turbo C++ IDE, unfortunately, I've not found it in the Z repositories.
I wrote programs inside that IDE back in the days having 16Mb of RAM was only for rich people...
Well

Here is the link:
http://www.rhide.com/

and an animated screenshot (animated gif)
http://www.rhide.com/pics/menues.gif

You can compile and debug your programs very easily.

Related to this is SetEDIT, basically the editing component of rhide, but has evolved itself to become another IDE.
http://setedit.sourceforge.net/

here's a screenshot:
http://setedit.sourceforge.net/Snap2Fonts.gif
(Although the menus in the program show in Spanish, don't worry, it depends of your locale.)

Cheers
E
« Last Edit: June 19, 2007, 08:10:34 am by ernestus »
Zaurus SL-C3200 running pdaxii13.

psycoman

  • Jr. Member
  • **
  • Posts: 75
    • View Profile
    • http://www.tuxforum.com.br
Command Line Programming Editor?
« Reply #21 on: June 19, 2007, 08:09:19 am »
Quote
Quote
you can try nano 2.x, it has syntax highlighting and easy to use.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=163341\"][{POST_SNAPBACK}][/a][/div]
I've never gotten syntax highlighting to work in Nano. The option is -Y <str>, but I don't know what to put for the <str> part...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=163364\"][{POST_SNAPBACK}][/a][/div]


just copy nanorc to you home directory, but i do it with source compile, this install many syntax configs.

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
Command Line Programming Editor?
« Reply #22 on: June 19, 2007, 10:32:18 am »
Quote
Quote
Quote
you can try nano 2.x, it has syntax highlighting and easy to use.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=163341\"][{POST_SNAPBACK}][/a][/div]
I've never gotten syntax highlighting to work in Nano. The option is -Y <str>, but I don't know what to put for the <str> part...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=163364\"][{POST_SNAPBACK}][/a][/div]


just copy nanorc to you home directory, but i do it with source compile, this install many syntax configs.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=163390\"][{POST_SNAPBACK}][/a][/div]
I've built it with syntax stuff, so I should have the nanorc files. I'll give it a go.

Thanks.

EDIT: It works nicely, but I still like Vim a bit more for coding, now that I've gotten used to it.
« Last Edit: June 19, 2007, 10:46:46 am by Capn_Fish »
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
Command Line Programming Editor?
« Reply #23 on: June 21, 2007, 07:05:11 pm »
Sort of OT, but how about IDEs? Not necessarily console-based, but preferably easy to use, lightweight (for the Z), and not depend on too many things.

Thanks in advance.
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo

T3_slider

  • Full Member
  • ***
  • Posts: 125
    • View Profile
Command Line Programming Editor?
« Reply #24 on: June 21, 2007, 10:39:32 pm »
A very quick search turned up rhide: http://www.rhide.com/ (which I already knew about) and motor: http://thekonst.net/en/motor/

Both look similar (motor might be your best bet on the Z, but I haven't used it so I'm just guessing here). All of the X versions I saw looked pretty heavy for the Z.
Conics SL-C3200 running pdaXrom beta3 and XFCE with a Planex WiFi CF card.

Slackware rules!