Text Editors: Difference between revisions

From DataFlex Wiki
Jump to navigationJump to search
(New page: '''Text Editors''' are programs that allow manipulation of text files. Text editors range from low-tech ones such as '''Notepad''', through to complex ones such as '''Multi-Edit''', and d...)
 
m (Updated link)
Line 4: Line 4:
'''The Hammer''' is an [[Open Source]] text editor written in Dataflex.  It is designed with Dataflex users in mind, and as a result is one of the few editors that support code markup for VDF files.
'''The Hammer''' is an [[Open Source]] text editor written in Dataflex.  It is designed with Dataflex users in mind, and as a result is one of the few editors that support code markup for VDF files.


*[http://www.vdf-guidance.com/The_Hammer.asp?Page=THEHAMMER The Hammer at VDF-Guidance]
*[https://projects.vdf-guidance.com/projects/hammer The Hammer at VDF-Guidance]


==Notepad++==
==Notepad++==

Revision as of 17:16, 5 February 2020

Text Editors are programs that allow manipulation of text files. Text editors range from low-tech ones such as Notepad, through to complex ones such as Multi-Edit, and development based ones such as The Hammer.

The Hammer

The Hammer is an Open Source text editor written in Dataflex. It is designed with Dataflex users in mind, and as a result is one of the few editors that support code markup for VDF files.

Notepad++

Notepad++ is an Open Source text editor.

It's features include:

  • Syntax Highlighting and Syntax Folding
  • WYSIWYG
  • User Defined Syntax Highlighting
  • Auto-completion
  • Multi-Document
  • Multi-View
  • Regular Expression Search/Replace supported
  • Full Drag ‘N' Drop supported
  • Dynamic position of Views
  • File Status Auto-detection
  • Zoom in and zoom out
  • Multi-Language environment supported
  • Bookmark
  • Brace and Indent guideline Highlighting
  • Macro recording and playback

Other Text Editors