ProgerXP / Notepad2e

Word highlighting, simultaneous editing, split views, math evaluation, un/grep, comment reformatting, UAC elevation, complete regexps (PCRE), Lua lexers, DPI awareness and more (XP+)
Other
370 stars 52 forks source link

Left-click on file size in status bar to copy it #466

Closed ProgerXP closed 10 months ago

ProgerXP commented 1 year ago

After implementing #88, the file size status bar group became responding to LMB/RMB clicks. Currently they do nothing if no expression is being evaluated; let LMB copy the unformatted buffer length (number of bytes) to the clipboard in this case.

Note: #414 still does nothing if no expression is evaluated.

cshnik commented 1 year ago

Done.