iTrace-NotepadPlusPlus (or iTrace-Notepad++) is a plugin for the Notepad++ Text Editor. The plugin will establish a connection to the iTrace-Core desktop application. Once connected to the Core, the plugin will accept eye-tracking information from the Core and translate it to editor-specific data and output said data to an XML file.
- Download the latest version of the plugin. It will be a .dll file.
- Open Notepad++, and select Plugins->Open Plugins Folder...
- Create a folder for the plugin. The folder must be named the same as the .dll file. By default, the folder should be named
iTrace-NPP
. - Drag and drop the .dll file in the folder.
- Restart Notepad++. The plugin should now be installed.
To use iTrace-Notepad++, make sure you have iTrace-Core installed.
- Open any files you wish to view in Notepad++.
- Run iTrace-Core and set up the parameters of your tracking session.
- Select Plugins->iTrace-NPP->Connect to iTrace Core. Alternatively, press
Alt+I
. - iTrace-Notepad++ should now be connected to iTrace-Core. A notification should appear in the bottom left notifying you of any errors in connecting.
- Once a tracking session is started, iTrace-Notepad++ will begin writing to a file in the location specified in iTrace-Core. When the tracking session is finished, two files will be present - one from iTrace-Notepad++ and the other from iTrace-Core.
If you want to build the plugin from source, follow these steps:
- Download or clone the source code.
- Open
/vs.proj/iTrace-NPP.vcxproj
using Visual Studio 2022. - The code should now be open in Visual Studio.
- To build the .dll file, select Build->Build Solution. The .dll will be created in
/vs.proj/x64/Debug/
.
After gathering your data, you can use our other tools iTrace-Toolkit and iTrace-Visualize to analyze and process the tracking sessions.