Entries with tag "STARLIMS"
August 10, 2008
Tags:
Django,
Projects,
Python,
STARLIMS,
STARLIMS Web Utilities,
V10
STARLIMS Web Utilities is a web application that automates some of the daily tasks a STARLIMS developer is faced with.
Features:
-
Builder app - creates STARLIMS applications based on pre-defined templates
You can use it online if your STARLIMS system is exposed to the internet or you can download it to run it locally.
August 10, 2008
Tags:
Projects,
Python,
STARLIMS,
STARLIMS Utilities,
V10,
WxPython
STARLIMS Utilities is a set of tools designed to increase the productivity of STARLIMS developers.
Features:
-
STARLIMS Import Conflicts Viewer - shows the differences between items in a STARLIMS package and the ones in a STARLISM dictionary (items compare status, item differences); it's meant to be used before importing a package into a dictionary. It allows the developers to take decisions on which items to import and which to manually merge
-
STARLIMS Dictionary Differences Viewer - shows the differences between items in 2 STARLIMS dictionaries; it's meant to be used when synchronizing dictionaries to identify what needs to be updated and how
Download latest version
Change log:
1.2
-
Added support for R2 STARLIMS application servers (unicode data types in the dictionary)
1.1
-
Added support for external diff viewer. Set the "external_viewer" config value to the command to be run. The config file ("STARLIMSUtils.cfg") is located in the installation folder. (Example: to run Beyond Compare, set the command to '"c:\program files\beyond compare 2\bc2.exe" %(source)s %(destination)s')
1.0
August 10, 2008
Tags:
Projects,
Python,
Scintilla,
SEE,
STARLIMS,
V9,
WxPython
SEE (STARLIMS Enhanced Editor) is an advanced code editor for SSL (STARLIMS Scripting Language). SEE can be used only with STARLIMS version 9.
Features:
-
Auto completion for in-line SQL statements - column names in SELECT clauses (Screenshot)
-
Auto completion for in-line SQL statements - table names in FROM clauses (Screenshot)
-
Auto completion for in-line SQL statements - column names in WHERE clauses (Screenshot)
-
Auto completion for user-defined function names (Screenshot)
-
Auto completion for local variables and parameters (Screenshot)
-
Auto completion for STARLIMS keywords (Screenshot)
-
Auto completion for STARLIMS functions (Screenshot)
-
Syntax highlighting
-
Smart indenting
Download SEE
After you download the zip archive you must extract its content to a folder of your choice. If you choose to extract to the STARLIMS v9 instalaltion folder (usually c:\STARLIMS9) then you can click on the "External Editor" button in a STARLIMS code editor window and SEE will be launched. Otherwise you can launch SEE by running the "notepad.exe" executable from the folder where you unpacked the downloaded archive.