Showing posts with label console. Show all posts
Showing posts with label console. Show all posts

2011-08-14

Plugin Updates for Makagiga 4.x, part 1

New Plugins

  • Garland Theme 0.9 (blue, green)
  • Presentation Mode 1.0 - the old View|Presentation from Makagiga 3.x
  • Calendar ("cal" Console command)

Updated Plugins

  • Login 2.0
  • RTF Document 1.0.2
  • Digital Clock 1.0.7
  • quickQuit 1.0.2
  • All Internet Search plugins

Work in Progress Plugins

2009-06-04

Console: A simple Calculator

Upcoming v3.6 includes a new JavaScript Expression evaluator.

How To

  1. Open the Console (Ctrl+Shift+K, Tools -> Console)
  2. Type the following command (equal sign first): =<JavaScript Expression>

Example 1 - basic expression

=2+2

Example 2 - variables

=foo=15; 1337*(42+foo)

foo is a user defined variable (type =foo to display its value).

See all JavaScript Operators.