MSFN Forum: Free Windows Text Editor? - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Free Windows Text Editor? Rate Topic: -----

#1 User is offline   JedClampett 

  • Junior
  • Pip
  • Group: Members
  • Posts: 66
  • Joined: 29-August 11
  • OS:XP Home
  • Country: Country Flag

Posted 20 October 2011 - 07:07 AM

Can anyone please recommend a free Windows text editor? I'm running Vista and notepad is to basic for me. An editor that supports syntax highlighting for various programming languages would be OK. Also running on Linux would be a plus as well, but not absolutely neccessary.

TIA Jed :)


#2 User is offline   jaclaz 

  • The Finder
  • Group: Developers
  • Posts: 9,108
  • Joined: 23-July 04
  • OS:none specified
  • Country: Country Flag

Posted 20 October 2011 - 07:20 AM

View PostJedClampett, on 20 October 2011 - 07:07 AM, said:

Can anyone please recommend a free Windows text editor? I'm running Vista and notepad is to basic for me. An editor that supports syntax highlighting for various programming languages would be OK. Also running on Linux would be a plus as well, but not absolutely neccessary.

TIA Jed :)


Scintilla (Scite).
What else? ;):
http://www.scintilla.org/SciTE.html

And:
http://www.msfn.org/...st/page__st__34
http://www.distasis....pp/scitetip.htm

jaclaz

#3 User is offline   JedClampett 

  • Junior
  • Pip
  • Group: Members
  • Posts: 66
  • Joined: 29-August 11
  • OS:XP Home
  • Country: Country Flag

Posted 20 October 2011 - 07:41 AM

Thanks jaclaz.

I'll take a look at those ASAP.

Jed :)

#4 User is offline   submix8c 

  • Systems Annihilist
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,828
  • Joined: 14-September 05
  • OS:none specified
  • Country: Country Flag

Posted 20 October 2011 - 08:02 AM

Notepad++ isn't too bad (don't know what kind of syntax hilite you want...). Links to Linux versions....

#5 User is offline   Tripredacus 

  • K-Mart-ian Legend
  • Group: Super Moderator
  • Posts: 7,349
  • Joined: 28-April 06
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 20 October 2011 - 08:17 AM

View Postjaclaz, on 20 October 2011 - 07:20 AM, said:

Scintilla (Scite).
What else? ;):
http://www.scintilla.org/SciTE.html


For syntax highlighting, SciTE supports a lot of languages:

Spoiler


The # means it is commented out. This is located in the SciTEGlobal.properties file. I had to edit mine (on another PC) when I wanted to use SciTE for website editing, but my UltraEdit key couldn't be used because I already have it installed at home.

#6 User is offline   endlessness 

  • Newbie
  • Group: Members
  • Posts: 19
  • Joined: 18-May 11
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 20 October 2011 - 09:52 AM

I like Geany. It looks and feels much like the old Dev-C++ IDE.

http://www.geany.org

#7 User is offline   allen2 

  • Not really Newbie
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,439
  • Joined: 13-January 06

Posted 20 October 2011 - 01:32 PM

Why not vi ?

#8 User is offline   CoffeeFiend 

  • Coffee Aficionado
  • Group: Super Moderator
  • Posts: 5,260
  • Joined: 14-July 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 20 October 2011 - 03:32 PM

Another vote for Notepad++! It's lightweight, it has tabs, syntax highlighting, code folding, auto updates, many useful plugins, auto-completion (a bit like intellisense in VS -- just hit ctrl+space or ctrl+enter), vertical dotted lines with the indentation (curly braces), nice keyboard shortcuts for a lot of useful stuff (like Ctrl+K to comment out stuff, which is similar to ctrl+k + ctrl+c combo in VS, find in files and much, much more. IMO it totally pwnz SciTE.

Edit: HippoEDIT and E-TextEditor are also worth a shot (newer offerings)

#9 User is offline   bphlpt 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 462
  • Joined: 12-May 07
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 21 October 2011 - 02:11 AM

Some people think that Notepad++ is "heavier" than they want to load every time, and prefer Notepad2 or one of the mods for it since it is very light weight. The free version of Edit Pad is also nice, but I personally use the paid version, Edit Pad Pro.

Cheers and Regards

#10 User is offline   Glenn9999 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 595
  • Joined: 23-April 07

Posted 21 October 2011 - 02:48 AM

And let's not forget you can set it up to run a compiler on the file you have loaded, too.

#11 User is offline   JedClampett 

  • Junior
  • Pip
  • Group: Members
  • Posts: 66
  • Joined: 29-August 11
  • OS:XP Home
  • Country: Country Flag

Posted 21 October 2011 - 09:22 AM

Thanks for all the replies so far.

I think I will take a look at Notepad++ as it seems to be quite a decent editor for my needs!

Possibly Geany as well.

Jed :)

Edit: Notepad installed and working nicely from npp.5.9.4.Installer.exe

This post has been edited by JedClampett: 22 October 2011 - 12:16 PM


#12 User is offline   JedClampett 

  • Junior
  • Pip
  • Group: Members
  • Posts: 66
  • Joined: 29-August 11
  • OS:XP Home
  • Country: Country Flag

Posted 22 October 2011 - 12:20 PM

View Postallen2, on 20 October 2011 - 01:32 PM, said:

Why not vi ?


I dumped that in 1990 after finishing my HNC in commercial data processing. I think it ran on a VaX - not the hoover, but a server feeding 12 or more BSD UNIX workstations. IIRC the 286 AT PC's were running Windows 3.x and Microfocus COBOL workbench was the greatest thing since sliced bread!

Jed ;)

#13 User is offline   jaclaz 

  • The Finder
  • Group: Developers
  • Posts: 9,108
  • Joined: 23-July 04
  • OS:none specified
  • Country: Country Flag

Posted 23 October 2011 - 03:30 AM

But there is Winvi too ;):
http://www.winvi.de/en/

jaclaz

#14 User is offline   ScrewUpgrading 

  • Member
  • PipPip
  • Group: Banned
  • Posts: 285
  • Joined: 22-July 11

Posted 30 October 2011 - 09:43 PM

Ccy Text Editor
http://www.ccyjchk.c...text_editor.php


"Syntax highlighting for contents of Html, XML, C++, CSS, Delphi, Java, Fortran, Foxpro, Java, Javascript, KIX32, Perl, PHP, XQL, Pascal, Visual Basic, Assembly and Initial files. Can read Rich Text Format rtf files."

#15 User is offline   e-t-c 

  • WHS 2003 SP2
  • PipPip
  • Group: Members
  • Posts: 128
  • Joined: 13-March 06
  • OS:2003 x86
  • Country: Country Flag

  Posted 31 October 2011 - 01:39 PM

btw ...

Cream (incl. Vim) by Steve Hall http://cream.sourcef...t/download.html (WIN32 + LNX ) ca. 7,5 MB

PSPad by Jan Fiala CZ http://www.pspad.com/en/pspad.htm (WIN32) ca. 4,2 MB

ConTEXT by ConTEXT Project Ltd UK http://www.contexteditor.org/features (WIN32) ca. 2 MB
http://www.contexted...rg/highlighters

HiEditor by Antonis Kyprianou GR http://www.winasm.ne...?showtopic=2156 (WIN32)
Ultra fast Large File Text Editor with syntax highlight for programmers http://icfu.totalcmd...ls/HiEditor.zip (62 KB) ^^

This post has been edited by e-t-c: 31 October 2011 - 02:15 PM


#16 User is offline   pointertovoid 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 355
  • Joined: 16-January 09

Posted 08 November 2011 - 08:21 AM

Mine is Metapad:
http://www.liquidnin...etapad/faq.html

- it's free, multilingual, fast, runs on W95 to Seven, offers fixed width fonts
- it brings what I need (keyboard shortcuts, remnant window size and place)
- but not what I don't need (coloration of syntax words
- some half-evolved features, like blocs de-indentation, lowercase/title, line feed suppression
- the Faq tells how Metapad can replace notepad on W95 to Vista (Seven?) - I mean, replace the .exe, to catch all calls to an editor

Beyond that, it's a matter of needs, taste, habits...

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy