Sum Lines plugin. Each time try to download, gives error. Click 'Try Again' and it installed.
Make selection in text, then from Plugin menu, select Sum Lines. It opens new tab, but tab is completely empty.
Ah... it only works with lines that contain nothing at all but numbers? And, it only works with normal selection, not column selection.
This:
1
2
49
83
279
Normal selection gives proper results. Column selection results show just one line.
This would be a really handy plugin, if lines could contain anything, say 'description/cost', and then user could column select just the 'cost' column and apply plugin.
plugin Sum Lines
So, if the file is this:Alexey wrote:Hm. I dont fully understand: give me example of such file to test.
1 hi
2 bye
49 good morning
83 good evening
279 good night
and normal-select the whole thing, then SUM gives just an empty tab.
But if the file is just numbers:
1
2
49
83
279
and normal-select the whole thing, then SUM works well. If column-select, then SUM shows results for just one line (instead of five).
Exactly! If the file is this:seems you want to sum Column selection.
Code: Select all
ITEM PRICE
------------ ------
Chair 100.00
Sofa 150.00
End Table 70.00
Coffee Table 80.00
Lamp 50.00
============ ======
?
-
- Posts: 1
- Joined: 06.11.2018 23:54