Search found 3 matches

by bvk
26 Jul 2015 23:51
Forum: Wishes
Topic: Better RegEx Support
Replies: 21
Views: 5561

Regular expression improvements--PCRE

PERL-compatible regular expressions The "regex search and replace" feature would work much better for power users with a PCRE tool that: 1. Has a separate search and replace input field, not ">" to separate them. 2. Accepts buffer commands like replacing V(\d\d\d)\.WAV with VA\1....
by bvk
03 Jan 2010 07:51
Forum: Wishes
Topic: Fast context buttons
Replies: 6
Views: 1633

Fast context buttons

One thing that would really help is having the idea of "Context buttons" that allow you to quickly change contexts. For example, If I am taking care of digital photos, I will want the SD card reader open and network drives where I keep the photos open. If I'm designing a circuit board, I w...
by bvk
05 Oct 2009 17:16
Forum: Wishes
Topic: FTP support
Replies: 47
Views: 21003

Re: FTP support

I for one, would like it too. But it's not as simple as many would think. First, FTP sends both data and passwords in the clear and can be real difficult to implement through a proxy or firewall. Do you use active? Or passive? for a reasonable client youw would probably want to inmplement both. What...