Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Name:
Email:
Subject:
Message icon:

Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
What is the last letter in the word "SlickEdit":
How many LETTERS are in the following? "a1b2c3":
Which number is missing?  "12345689":

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: toddmcc
« on: January 18, 2023, 10:42:29 PM »

Yeah it seems the quick search was attached to vhd so that was probably overriding the call 
Posted by: Dan
« on: January 18, 2023, 10:20:05 PM »

Was one of the bindings was for a specific mode?  Glad you got it worked out.
Posted by: toddmcc
« on: January 18, 2023, 10:18:34 PM »

Ahh I found it.  F3 had two mappings, quick search and find-next.  Find-next is what I was after.
Posted by: toddmcc
« on: January 18, 2023, 10:10:46 PM »

command quick search

Posted by: Dan
« on: January 18, 2023, 08:58:57 PM »

If you go to Help>What is Key... and press the F3 key, what command name does it say at the bottom of the editor?
Posted by: toddmcc
« on: January 18, 2023, 08:21:47 PM »

Hi Dan,
I am using the latest Slickedit version with an eclipse emulation.  Yes these are .vhd files.
Posted by: Dan
« on: January 18, 2023, 04:34:25 PM »

A few questions may shed some light on the subject:
  • What version of SlickEdit are you using?
  • What emulation are you using?
  • What type files are these?  I assume they have a .vhd or .vhdl extension, correct?
Posted by: toddmcc
« on: January 17, 2023, 08:34:11 PM »

Hello,
I am trying to replicate a feature that I used in UE that stores the text or item you are searching for in a buffer so that when you switch files an F3 continues looking using the same criteria.  When writing/debugging VHDL it is helpful because it allows you to follow the signal throughout the design.  Currently I can F3 in the file I am currently searching, but if I switch files it acts like it is switching to a separate buffer.  Anyone know how to enable this in SE?

Thanks,