Discussion of chess software programming and technical issues.
Moderators: hgm, Dann Corbit, Harvey Williamson
Forum rules
This textbox is used to restore diagrams posted with the [d] tag before the upgrade.
-
Cardoso
- Posts: 320
- Joined: Thu Mar 16, 2006 6:39 pm
- Location: Portugal
- Full name: Alvaro Cardoso
-
Contact:
Post
by Cardoso » Sat Mar 06, 2021 11:55 pm
Hi,
does anyone knows a free text viewer with navigation pane?
The idea is to have a file navigation pane and as we move through the text files in a folder (using the cursor arrow keys) we could see the text file on another pane immediately displayed.
Many years ago I had a tiny utility like that I think it was X-Find from Xteq but stop working properly on windows 10.
I could do such an utility but I'm so lazy
thanks,
Alvaro
-
Ferdy
- Posts: 4602
- Joined: Sun Aug 10, 2008 1:15 pm
- Location: Philippines
Post
by Ferdy » Sun Mar 07, 2021 12:09 am
Try
vscode. You can press "split editor right" icon to view different files.
-
F. Bluemers
- Posts: 868
- Joined: Thu Mar 09, 2006 10:21 pm
- Location: Nederland
-
Contact:
Post
by F. Bluemers » Sun Mar 07, 2021 8:40 am
The Xfind.exe works if I rightclick and start the problem solver.
Windows will then use win8 compat mode.
Trying to install it with the .ini does not seem to do anything.
Best
-
Cardoso
- Posts: 320
- Joined: Thu Mar 16, 2006 6:39 pm
- Location: Portugal
- Full name: Alvaro Cardoso
-
Contact:
Post
by Cardoso » Sun Mar 07, 2021 5:06 pm
Thank you all.
The idea is to quickly navigate through games from a test match as the match goes on. I want a fast way of looking at the result of each game, which is at the top of each game file.
X-find almost works, because every time I select a file the focus switches from the file navigation pane to the file display pane.
So I have always to use the mouse to come back to select another file.
All I wanted is to use just the up and down arrow keys to quickly move through the games and have a glance at the top section of each game.
Again thanks I'm going to test each suggestion.
best regards,
Alvaro
-
Ferdy
- Posts: 4602
- Joined: Sun Aug 10, 2008 1:15 pm
- Location: Philippines
Post
by Ferdy » Mon Mar 08, 2021 1:16 am
Cardoso wrote: ↑Sun Mar 07, 2021 5:06 pm
Thank you all.
The idea is to quickly navigate through games from a test match as the match goes on. I want a fast way of looking at the result of each game, which is at the top of each game file.
X-find almost works, because every time I select a file the focus switches from the file navigation pane to the file display pane.
So I have always to use the mouse to come back to select another file.
All I wanted is to use just the up and down arrow keys to quickly move through the games and have a glance at the top section of each game.
Again thanks I'm going to test each suggestion.
best regards,
Alvaro
In vscode you can open the files first, then you can navigate thru the files by the keys Ctrl+Tab. Hold the Ctrl key and press Tab repeatedly or press the Up/Down arrow key to select the specific file.
Notepad++ is also a good text viewer/editor, but vscode can handle 1Gb file just fine.
vscode shortcuts
-
Roland Chastain
- Posts: 474
- Joined: Sat Jun 08, 2013 8:07 am
- Location: France
- Full name: Roland Chastain
-
Contact:
Post
by Roland Chastain » Tue Mar 09, 2021 12:42 pm
Cardoso wrote: ↑Sun Mar 07, 2021 5:06 pm
The idea is to quickly navigate through games from a test match as the match goes on. I want a fast way of looking at the result of each game, which is at the top of each game file.
Hello Alvaro! After reading this discussion I decided to polish a little tool that I have made. In case you wish to take a look, it's here:
https://github.com/rchastain/textview
Regards.
Roland
Qui trop embrasse mal étreint.
-
Roland Chastain
- Posts: 474
- Joined: Sat Jun 08, 2013 8:07 am
- Location: France
- Full name: Roland Chastain
-
Contact:
Post
by Roland Chastain » Sat Mar 13, 2021 6:39 pm
Hello!
A new version of
TextView is available.
- New project icon
- Automatic conversion of text encoding to UTF-8
- Buttons for increasing or decreasing font size
- Button for starting another instance of TextView
Download
Any comment or suggestion is welcome.
Regards.
Roland
Qui trop embrasse mal étreint.