[Github-comments] [geany/geany] Perhaps change fold/unfold to collapse/expand (#1793)

elextr notifications at xxxxx
Thu Mar 1 23:36:20 UTC 2018


Well, its a similar concept from differing domains, code editing, and tree viewing (commonly filesystems).

IME the former uses "fold/unfold" for the hiding of contiguous blocks of code whilst the latter uses "expand/collapse" for an information hierarchy.  Certainly the underlying widgets do so:

http://www.scintilla.org/ScintillaDoc.html#Folding

https://developer.gnome.org/gtk3/stable/GtkTreeView.html#gtk-tree-view-expand-all

Emacs, Qt creator use fold/unfold, Eclipse does not have folds on the text buffer, but shows the structure in a tree view in a separate pane and uses expand/collapse in that tree view to fold/unfold the text, yes it uses both terms to describe the action.

I think its fine for Geany to follow the historical usage and leave both terms.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1793#issuecomment-369769244
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180301/93e16aa1/attachment.html>


More information about the Github-comments mailing list