
|
|
FAQ about repSL |
|
|
|
| Online Technical Support |
|
|
|
Help Desk & Assistance |
|
|
|
Contacts |
|
|
|
Italiano |
|
|
|
|
|
repSL Developer
repSL Developer is the Integrated Development Environment (IDE) available to edit, debug and test your repSL scripts.
Even if .rsl files are plain text files (they can be opened with a common text editor like Windows Notepad), using repSL Developer will certainly save your time in projecting new reports.
|
See more snapshots...
As weel as the editor area, the interface offers panels and menu that provides useful tools and information about language, script and current execution.
|
|
|
|
| SCRIPT EDITOR AREA |
Script Editor offers all the features required by expert software developers: |
Zoom Picture |
|
Syntax highlighting let a clear interpretation of the code |
|
Automatic code lines numbering |
|
Code Assistant and keyword completion during typing |
|
Bookmarks e Breakpoints for debug phase |
|
Check of syntax, flow execution and Action parameters |
|
Editor splitting to compare different parts of large scripts. |
|
Also: Markers, Find&Replace tool, Automatic Indentation, Automatic inserting of remarks, …
Chipering of .rsl script content!
Script files chipering and dechipering features of repSL Developer let user protect .rls files content by any unauthorized editing and let private information hiding (remote databases logins and passwords, server names, IP addresses, ...).
While repSL Engine is granted to execute an encoded script, only the script creator can edit it providing the password he assigned to the file. |
| DEBUGGER |
|
Code debugging in repSL Developer is very efficient.
User can insert breakpoints, execute script in step-by-step mode, break, restore and abort execution at anytime.
Debug panel features allow user to track action activities, watch values contained in system or user defined variables, information returned by data source queries and results after local data post-processing. |
| LANGUAGE REFERENCE |
|
Developer helps non-skilled users in repSL
code writing.
While user types a language keyword (Action,
Function, System Variable, …)
Reference Panel shows in real time a complete help page with syntax
to be used, errors to be avoid and a lot of code
samples.
Reference Browser allows navigating,
hierarchically and quickly, language
keywords so to find easily all the
functionalities required by the user.
Reference pages are activated simply
with double-clicks on a known keyword in
the editor area. |
A very complete interface
|
The Log Panel keeps detailed trace of actions during a script execution |
|
The Output Window can be used as standard output for any message to the user |
|
Color Palette let the user select just the same colors available in Microsoft Excel |
|
Template Capturing utility makes report creation even simpler. |
|
|
|
|