Hi,
Is there a way to exclude specific folders from the File Finder? I often search in project directories under Subversion and do not want to search in .svn.
Chris
Search found 12 matches
- Tue Feb 05, 2013 5:15 am
- Forum: General Support
- Topic: exclude folders in File Finder
- Replies: 1
- Views: 10032
- Fri Dec 21, 2012 4:51 am
- Forum: Beta Versions
- Topic: Version 14 - Beta 1
- Replies: 5
- Views: 67662
Re: Version 14 - Beta 1
And you did it again, Charles!! Excellent work. I am using the CSV option every day the last few weeks and it does everything I want. Also print and copy in a nice columnar format. It is even better than Excel for viewing, because it always shows the leading zeros that Excel strips. (How about porti...
- Mon Jan 03, 2011 3:13 am
- Forum: General Support
- Topic: regex multiline mode
- Replies: 1
- Views: 10103
regex multiline mode
Hi, Is multiline mode supported in regex? I tried (?s) and (?m) before the regex, but did not get the expected result. What I want to do is search a logfile for a text like this: UPDATE MDS_KAART SET NAAM = 'non-seminoma testis', where the text after NAAM is of a specific length. Lines are separated...
- Mon Nov 22, 2010 2:16 am
- Forum: General Support
- Topic: select text in large file
- Replies: 1
- Views: 9883
select text in large file
Hi,
When I want to select text in a large multi-chunk file, the selection To End only selects text to the end of the chunk and not to the end of the file, as I expect.
Or did I miss another option??
Chris
When I want to select text in a large multi-chunk file, the selection To End only selects text to the end of the chunk and not to the end of the file, as I expect.
Or did I miss another option??
Chris
- Fri Nov 19, 2010 2:16 am
- Forum: Suggestions
- Topic: close all editor windows
- Replies: 3
- Views: 57976
Re: close all editor windows
Sorry, I should have known. But for some reason it doesn't work when files are opened from a zipfile (or temp directory?). I use V as a viewer from within WinZip (Pro V15). When I have more than one file opened in the viewer, the Close All option is dimmed and does not work. WinZip extracts the file...
- Tue Nov 02, 2010 3:23 am
- Forum: Suggestions
- Topic: close all editor windows
- Replies: 3
- Views: 57976
close all editor windows
Would it be possible to add a function to close all open editor windows?
I open each file in a new window and now I have to close them one by one after I finish. A button or function to close all open V editor windows would help ...
Chris
I open each file in a new window and now I have to close them one by one after I finish. A button or function to close all open V editor windows would help ...
Chris
- Fri Oct 15, 2010 1:54 am
- Forum: General Support
- Topic: V slowing down Eclipse
- Replies: 3
- Views: 15321
Re: V slowing down Eclipse
Hi Charles,
I closed the Explorer pane for the instances of V that use the remote PC and that seems to work. Any idea why this might work??
Chris
I closed the Explorer pane for the instances of V that use the remote PC and that seems to work. Any idea why this might work??
Chris
- Mon Oct 11, 2010 11:11 pm
- Forum: General Support
- Topic: V slowing down Eclipse
- Replies: 3
- Views: 15321
V slowing down Eclipse
Hi, I have a problem with V together with Eclipse. I use Eclipse (3.6) on files that are on a remote Windows system (no FTP, connected via 'net use'). When I modify my file in Eclipse and press 'Save', the file is saved immediately. This is the normal process. But sometimes, when V is active, the pr...
- Wed Oct 06, 2010 11:04 am
- Forum: Suggestions
- Topic: replace option in GREP
- Replies: 4
- Views: 63448
Re: replace option in GREP
Yes, that is the idea. That way I don't have to use an editor to get the results in the format I want.
- Tue Oct 05, 2010 3:19 am
- Forum: Suggestions
- Topic: replace option in GREP
- Replies: 4
- Views: 63448
Re: replace option in GREP
Charles, I don't need any editing in existing files, but just modified results. With Grep and a regex I can select specific records from a file based on a value of a field. When I only need a part of those records, I can select that part by using a subpattern. With a replace option it would be possi...