Terms in Graph Data and Tree Data

Graph is the generalized version of tree, and tree is the special case in graph. Terms in graph and tree are different too, to avoid confusi...

25 June, 2025

Some Light-weight Code Editors and Their Sepecfic Powers

These are the top 2 light-weight code editors:
  • Sublime: For coding, with OutlineX pluging for showing regions in file, and Sublime has unique feature to show the same file (clone_file) in multiple tabs to track logic
  • VS Code: For DevOps, with ready multiple tabs for terminals of all types 
Other notable light-weight code editors:
  • Notepad++: Legend in the past
  • PSPad: With a lot of features
  • GEdit: Popular on Linux but quite basic
Other editors:
  • Atom, Brackets, TextMage, Geany, Scribes, Komodo, Coda, Bluefish

No comments:

Post a Comment