Delete all imd files in a directory
This snippet of code will delete al the IDEA files in an IDEA project folder.
- Read more about Delete all imd files in a directory
- Log in or register to post comments
Add Filename
This short script will add a filename field with the filename of the open file. A second script has been included that now allows you to do multiple files at the same time.
- Read more about Add Filename
- 2 comments
- Log in or register to post comments
Basic IDEAScript video from start to finish
In this video I walk you through creating a basic script from start to finish using a dialog box. I talk about what I think are the current best ways to use a dialog with a script.
- Read more about Basic IDEAScript video from start to finish
- 2 comments
- Log in or register to post comments
Add Counting Column
This script will add a new column that will count the number of records based on a field that is selected by the user.
- Read more about Add Counting Column
- 14 comments
- Log in or register to post comments
Count the number of time a certain item appears in an array
This snippet will take an array and a string value (you can easily change it to other formats) and count how many times an item appears in the array.
Matching Key Example
An example of how to create a dialog that emulates the matching dialog in IDEA.
- Read more about Matching Key Example
- 2 comments
- Log in or register to post comments
How to Internationalize and localize your scripts
Wikipedia defines internationalization and localization as:
- Read more about How to Internationalize and localize your scripts
- Log in or register to post comments
How to Internationalize and localize your scripts
Wikipedia defines internationalization and localization as:
- Read more about How to Internationalize and localize your scripts
- Log in or register to post comments
Normalize Field Name
This snippet will take a variable and translate it to how it would appear as an IDEA field name.
- Read more about Normalize Field Name
- 2 comments
- Log in or register to post comments
IDEA Quiz - 22nd October 2010
Quiz by the IDEA Data Analysis Software Users Group