Difference between revisions of "Z3 Editor"

From ZCubes Wiki
Jump to navigation Jump to search
Line 3: Line 3:
 
==Editor and Short cut Keys==
 
==Editor and Short cut Keys==
  
In the code editor. generally, you can type the function name (case sensitive), and shift+space will give you parameter expansion. Say CUBEROOT and Shit+Space will give you CUBEROOT(Number)
+
In the code editor. generally, you can type the function name (case sensitive), and Shift+Enter will give you parameter expansion. Say CUBEROOT and Shift+Enter will give you CUBEROOT(Number)
  
or PMT shift+space will give you PMT(Rate,NoPaymentPeriods,PresentValue,FutureValue,Type)
+
or PMT Shift+Enter will give you PMT(Rate,NoPaymentPeriods,PresentValue,FutureValue,Type)
  
 
Generally z^3 Editor automatically shows a listbox with likely functions that you could use given a few letters.
 
Generally z^3 Editor automatically shows a listbox with likely functions that you could use given a few letters.
  
Code expansion also works with things like for, ifelse, switch, zswitch, zif, etc.  Simply press shift+space after you type the term.  
+
Code expansion also works with things like for, ifelse, switch, zswitch, zif, etc.  Simply press Shift+Enter after you type the term.  
  
 
Say, type for and then press shift+space.
 
Say, type for and then press shift+space.
  
 
Errors are highlighted immediately to give you help with typing things in correctly.
 
Errors are highlighted immediately to give you help with typing things in correctly.

Revision as of 07:17, 13 July 2016


Editor and Short cut Keys

In the code editor. generally, you can type the function name (case sensitive), and Shift+Enter will give you parameter expansion. Say CUBEROOT and Shift+Enter will give you CUBEROOT(Number)

or PMT Shift+Enter will give you PMT(Rate,NoPaymentPeriods,PresentValue,FutureValue,Type)

Generally z^3 Editor automatically shows a listbox with likely functions that you could use given a few letters.

Code expansion also works with things like for, ifelse, switch, zswitch, zif, etc. Simply press Shift+Enter after you type the term.

Say, type for and then press shift+space.

Errors are highlighted immediately to give you help with typing things in correctly.