Jessamine is basically a text editor and a scientific calculator for everyday use with a lot of useful features. You can have multiple sheets inside your jotter file, making it easy to store, arrange and retrieve information.
Be the first to post a text review of Jessamine. Rate and review a project by clicking thumbs up or thumbs down in the right column.
0.6.9 Changelog NEW: - Sum() and Prod() functions for calculator. Sum(abc) returns the sum of every defined constant that starts with abc. If you defined abc, abc1, abc4, abca, abc_66 constants, then Sum(abc) = abc + abc1 + abc4 + abca + abc_66. Prod(abc) returns the product of them. - Calculator Definitions Info: it lists every function and constant that is accessible from the point where you (right)clicked in the sheet. - Now you can change the default text color for new sheets, the text color of the sheetlist and the background color for calculator mode. - "Temporary Background Color" turned into "Change Sheet Background". Now the background color is saved with the sheet. (But keep in mind that if you print or export the sheet, the background will always be white.) Changes: - GREATLY improved SheetList filtering speed. - Text Only mode now leaves you really with the text only. No border around the textbox, and the scrollbar hides automatically showing only if you move the mouse to the left side (unless you turn off this behavior). - Ctrl+F12 toggles the menu & toolbar. (It leaves the SheetList visibility as it was.) - Moved DivRem(x;y) and Sign(x) to the new "Special" submenu in function menu. Bugfixes: - When you press enter on a line where is a constant definition, the line won't change anymore. For example in older versions a = 5 became a = 5 = 5. Now it's fixed. (But a = 4+5 still changes to a = 4+5 = 9.) - If you close Jessamine while in fullscreen mode, the last normal window size will now be saved. (Nothing was saved in this case until now, and it caused the size to be default next time.) - Find & Replace toolbox now opens in the middle of the main window. - The current sheet is saved, if you click in the SheetList Filter field. So the filter can find the newly added texts in the opened sheet. - The values weren't correctly passed for the user defined functions. For example where fx[x]=x*10, the fx(6+7) returned 76 incorrectly, because it calculated 6+7*10. Now it's corrected and calculates (6+7)*10 = 130.
0.6.9 Changelog NEW: - Sum() and Prod() functions for calculator. Sum(abc) returns the sum of every defined constant that starts with abc. If you defined abc, abc1, abc4, abca, abc_66 constants, then Sum(abc) = abc + abc1 + abc4 + abca + abc_66. Prod(abc) returns the product of them. - Calculator Definitions Info: it lists every function and constant that is accessible from the point where you (right)clicked in the sheet. - Now you can change the default text color for new sheets, the text color of the sheetlist and the background color for calculator mode. - "Temporary Background Color" turned into "Change Sheet Background". Now the background color is saved with the sheet. (But keep in mind that if you print or export the sheet, the background will always be white.) Changes: - GREATLY improved SheetList filtering speed. - Text Only mode now leaves you really with the text only. No border around the textbox, and the scrollbar hides automatically showing only if you move the mouse to the left side (unless you turn off this behavior). - Ctrl+F12 toggles the menu & toolbar. (It leaves the SheetList visibility as it was.) - Moved DivRem(x;y) and Sign(x) to the new "Special" submenu in function menu. Bugfixes: - When you press enter on a line where is a constant definition, the line won't change anymore. For example in older versions a = 5 became a = 5 = 5. Now it's fixed. (But a = 4+5 still changes to a = 4+5 = 9.) - If you close Jessamine while in fullscreen mode, the last normal window size will now be saved. (Nothing was saved in this case until now, and it caused the size to be default next time.) - Find & Replace toolbox now opens in the middle of the main window. - The current sheet is saved, if you click in the SheetList Filter field. So the filter can find the newly added texts in the opened sheet. - The values weren't correctly passed for the user defined functions. For example where fx[x]=x*10, the fx(6+7) returned 76 incorrectly, because it calculated 6+7*10. Now it's corrected and calculates (6+7)*10 = 130.
0.6.8 Changelog NEW: - Insert Braces button on Calculator Toolbar. - Justify text alignment. Changes: - Sort buttons moved to dropdown, because they are rarely needed. - Nested regions visibility changed in Calculator. You can access every constant and function which are inside, or accessible from the region that contains your current region, but you can't access others. (The same as the visibility in most programming languages.)
0.6.8 Changelog NEW: - Insert Braces button on Calculator Toolbar. - Justify text alignment. Changes: - Sort buttons moved to dropdown, because they are rarely needed. - Nested regions visibility changed in Calculator. You can access every constant and function which are inside, or accessible from the region that contains your current region, but you can't access others. (The same as the visibility in most programming languages.)
0.6.7 Changelog NEW: - "Remove Empty Lines": does what it says. Removes the empty lines from the selection or the whole document. - Nested regions now available in calculator. The root level (or global level) is also a region. In the root level everything can be accessed. In a nested region you can only access what is declared inside there. So to have a clean environment, create a new region anywhere! (More info in the new help.) - In calculator mode Ctrl+Left Windows Key calculates the line. The same as pressing the Calculate button, or pressing Enter without inserting new line. - Permanent constant/function definition in Options > Calculator Definitions. - Options button in the "standard" toolbar. - ASCII Font selection in the Options > Other Options. - Option to let the clipperbar fetch the texts you put on the clipboard. The new text will go to the first clipper, the others are shifted, and the original text of the fifth clipper is lost. (This option is in the clipper toolbar dropdown.) Changes: - Case changer menus moved from Format to Edit. - Text info now shows info for selection if there is any. - When opening an ASCII file, Word Wrap turns off automatically (to preserve the ascii arts). - Find and Replace shortcut: Ctrl+F Bugfixes: - SheetList won't disappear anymore when opening a jotter from argument (double click on file). It only disappears when only one text file is opened. - File lock is now fully functional. (One jotter can only be opened in one instance.) - Hopefully the file download notification (for the version checker) is fixed.
0.6.7 Changelog NEW: - "Remove Empty Lines": does what it says. Removes the empty lines from the selection or the whole document. - Nested regions now available in calculator. The root level (or global level) is also a region. In the root level everything can be accessed. In a nested region you can only access what is declared inside there. So to have a clean environment, create a new region anywhere! (More info in the new help.) - In calculator mode Ctrl+Left Windows Key calculates the line. The same as pressing the Calculate button, or pressing Enter without inserting new line. - Permanent constant/function definition in Options > Calculator Definitions. - Options button in the "standard" toolbar. - ASCII Font selection in the Options > Other Options. - Option to let the clipperbar fetch the texts you put on the clipboard. The new text will go to the first clipper, the others are shifted, and the original text of the fifth clipper is lost. (This option is in the clipper toolbar dropdown.) Changes: - Case changer menus moved from Format to Edit. - Text info now shows info for selection if there is any. - When opening an ASCII file, Word Wrap turns off automatically (to preserve the ascii arts). - Find and Replace shortcut: Ctrl+F Bugfixes: - SheetList won't disappear anymore when opening a jotter from argument (double click on file). It only disappears when only one text file is opened. - File lock is now fully functional. (One jotter can only be opened in one instance.) - Hopefully the file download notification (for the version checker) is fixed.
Be the first person to add a text review.
Copyright © 2010 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?
Thanks for your review!
Get credit for your review by logging in via OpenID. Click your account provider: