ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Other Software > Announce Your Software/Service/Product

High Speed Source Code Viewer [portable, freeware available]

(1/5) > >>

stahlworks:
Dear coders,

I want to introduce my source code viewer, Depeche View.

Main features:

* loads all text files of a folder into memory,
showing all content in one window, as if they were one large text.
* search as you type, across all files.
* may show only the result lines (filtered view).
* side by side view of same text in multiple windows.
* portable, without installation.
[attach=#1][/attach]

The freeware version, Depeche View Base, is available here:

http://stahlworks.com/dev/depeche-view.html

It allows to load up to 1000 files, and can be sufficient for medium size projects
if you always edit and compile within some IDE running in parallel.

Depeche View has a radical input concept different to any IDE or editor.

The most important moves are:

* SHIFT key and mouse click on a word searches it in the same window.
* RIGHT click on a word searches it in a different window.
* CONTROL click on a phrase or lines copies to clipboard.
* ALT click on a phrase creates a bookmark.
* left click on blank space, keep mouse button pressed,
then move the mouse vertical to surf through the text.
This requires a bit of training, but then it allows to click through
dependencies in software projects very fast.

I would be happy about any comment, especially about
the pros and cons of the user interface.

mouser:
Welcome to the site stahlworks, looks very interesting!

Are you the creator of all that art on the stahlworks page too?

capitalH:
If this works as I expect it to work, no more 'find "def primesbelow" *.py' from the command line!

stahlworks:
Yes, the whole site content is from me, therefore "Art and Technology".
I try to get some web hits through the desktop backgrounds and stuff.


You may type "dview . .py" to load all .py files, then type "def primesbelow" interactively.

The find command above can be reformulated using Swiss File Knife like:

--- ---sfk find -dir . -file .py -pat "def primesbelow" +view
or shorter, searching all text files of the current directory tree:

--- ---sfk ftext . "def primesbelow" +view

capitalH:
Wow sfk is a cool tool, thanks!

sfk replace    - replace words in binary and text files
and
sfk detab      - convert TAB characters to spaces

is really really usefull!

Navigation

[0] Message Index

[#] Next page

Go to full version