31
SlickEdit® / Re: command line and scroll bars blacked out
« Last post by Clark on September 20, 2023, 07:31:21 pm »Restart SlickEdit. I've seen this happen when monitor settings are changed. We don't have a fix for this.
/**
* configureDevice slot.
*
* <p>This slot runs in the worker thread context.
*
* <p>If <code>rDeviceConfigPath</code> is in XML format (*.xml
* or *.adcx), it is parsed for the the input and output
* VL definitions and converted to ASCII-HEX format where the
* file is used to initialize the AIT hardware.
*
* <p>If <code>rDeviceConfigPath</code> is in ASCII-HEX format
* (*.hex or *.adc), the file is converted to XML and parsed for
* input and output VL definitions. The ASCII-HEX file is then
* used to initialize the AIT hardware.
*
* <p>If the <code>rDeviceConfigPath</code> is located in the
* resource area of the application, we must firstly copy the
* file to the temp folder so it can read by the converter
* executable. The code uses the <code>QTemporaryFile</code>
* for this purpose.
*
* @param rDeviceConfigPath [in] XML or HEX Simulyzer device
* configuration path (filesystem or
* resource file).
*/
void handleConfigureDevice(const QFileInfo& rDeviceConfigPath);
CPATH="`realpath \"$0\"`"
VS_LAUNCH_BIN_NAME="`basename \"$CPATH\"`"
VS_LAUNCH_BIN_PATH="`dirname \"$CPATH\"`"
stromme@WORK:~/bin$ ls -la
total 44
drwxrwxr-x 2 stromme stromme 4096 Sep 18 11:17 .
drwxr-x--- 37 stromme stromme 4096 Sep 18 11:50 ..
lrwxrwxrwx 1 stromme stromme 13 Oct 27 2022 Grep -> /usr/bin/grep
lrwxrwxrwx 1 stromme stromme 23 Aug 10 16:56 old-slickedit-dir -> /opt/slickedit-pro2021/
lrwxrwxrwx 1 stromme stromme 30 Sep 18 11:08 slickedit-dir -> /opt/slickedit-pro2023beta2qt/
lrwxrwxrwx 1 stromme stromme 28 Sep 5 12:59 slickedit-dir.old -> /opt/slickedit-pro2023beta2/
-rwxrwxr-x 1 stromme stromme 15 Jan 24 2023 ubuntu_version
lrwxrwxrwx 1 stromme stromme 20 Sep 18 11:09 vs -> slickedit-dir/bin/vs
lrwxrwxrwx 1 stromme stromme 24 Aug 10 16:56 vsdiff -> slickedit-dir/bin/vsdiff
-rwxr-xr-x 1 stromme stromme 38 Aug 10 2022 vs-git
lrwxrwxrwx 1 stromme stromme 25 Aug 10 16:56 vsmerge -> slickedit-dir/bin/vsmerge
stromme@WORK:~$ vs newfile
/home/stromme/bin/vs: 49: exec: slickedit-dir/bin/vs_exe: not found
stromme@WORK:~$ cd bin
stromme@WORK:~/bin$ vs newfile
stromme@WORK:~/bin$