Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 What happened to surround selection and "
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

jslapointe
Junior Member

Canada
15 Posts

Posted - May 04 2004 :  08:54:47 AM  Show Profile
... It was very usefull, and it disapeared.

JS

Stephen
Tomato Guru

United Kingdom
781 Posts

Posted - May 04 2004 :  09:44:11 AM  Show Profile
It was removed because most people found it useless. It's far more common to want to replace a variable with a string literal, than surround an unquoted word with quotes (or vice versa).

In fact, in a previous thread, I twice asked people when this feature is ever useful. I got no answers. I'd still be interested to know.

Stephen Turner
ClickTracks http://www.clicktracks.com/
Winner: ClickZ's Best Web Analytics Tool 2003 & 2004
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - May 04 2004 :  11:18:46 AM  Show Profile
i had a small use for it while writing code to read in a data file.

the datafile holds 14 code lists. each code list is simply pairs of code & value. so i settled on the file format:

CODE_LIST_NAME|<code>|<value>

reading the file one line at a time i was then doing a strcmp on the CODE_LIST_NAME, and adding the code + value to a map. the storage was a map of map's, keyed on enum's, one per code list.

for simplicity my enum's are the same strings as in the data file, so i often wanted the same word both as a string and as an enum.

so this would have been useful while writing this code, but thats about it.

zen is the art of being at one with the two'ness
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000