|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
qtpov-0.2
http://www.buckosoft.com/qtpov/
Finish Find / Find in Files / Replace.
http://www.buckosoft.com/qtpov/find/
Adds a bookmark system.
http://www.buckosoft.com/qtpov/bookmarks/
Configurable shortcuts/hotkeys.
http://www.buckosoft.com/qtpov/configure/keys.php
--
dik
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 12/13/2017 10:17 PM, dick balaska wrote:
> qtpov-0.2
I like this picture
http://www.buckosoft.com/qtpov/g/qtpovRenderViewUndocked.png
--
dik
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Am 14.12.2017 um 04:17 schrieb dick balaska:
> Adds a bookmark system.
> http://www.buckosoft.com/qtpov/bookmarks/
Bookmarks are cool.
Do they stick around when you close and re-open a file?
> Configurable shortcuts/hotkeys.
> http://www.buckosoft.com/qtpov/configure/keys.php
While configurable keys are good, the example you're showing already
highlights the drawbacks of the approach you (and too many other pieces
of software) are using: Why force users to choose between F3 and Ctrl+K
for the "Move to next find" function, when you could assign the function
to /both/ keys?
(And no, computer games' half-assed approach of providing /two/ key
bindings per function doesn't nail it. I'd love to see a genuine 1:N
mapping, as supported e.g. by Microsoft Word. Don't tell me Microsoft
can create better UIs than you ;))
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 12/14/2017 01:19 AM, clipka wrote:
> Am 14.12.2017 um 04:17 schrieb dick balaska:
>
>> Adds a bookmark system.
>> http://www.buckosoft.com/qtpov/bookmarks/
>
> Bookmarks are cool.
> Do they stick around when you close and re-open a file?
But of course! My goal is, exit and restart and you are exactly in the
state you left it.
The part I think is cool is it remembers the docking state and size of
all of the windows/widgets.
Eclipse's bookmarks can get confused about the line they live on. I
always gave them a pass on that. But after writing it, it's like a
single 4 variable formula!
if (bmLine > cursorLine)
bmLine += newLineCount-oldLineCount;
>
>
>> Configurable shortcuts/hotkeys.
>> http://www.buckosoft.com/qtpov/configure/keys.php
>
> I'd love to see a genuine 1:N
> mapping, as supported e.g. by Microsoft Word.
I can create M shortcuts/keys and connect them to N functions.
At first I was thinking I need to see an example of a configuration UI.
But I got something...
> Don't tell me Microsoft
> can create better UIs than you ;))
How dare you, sir!
I was gonna say, "Well, my goal is to make it work first, and then
polish it". but instead I'll go with
Sir! How dare you?
Now I have to do this stupid thing that only half interests me, when I
would much rather select a block of text and type Ctrl-/ to comment it
out. (Or select text and type Tab and have it indent instead of
replacing the selection with a tab. That's irksome... Stupid program.)
And for Ctrl-/ it made me realize; I never use the menus for
Copy/Paste/Shift. But I do use the menus to see what features an editor
supports and what hotkey it is. So I need to add a menu for
Cut/Copy/Paste. Frowny face because I have to control it (Paste is
dimmed if the buffer is empty.)
--
dik
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Am 14.12.2017 um 10:12 schrieb dick balaska:
> I was gonna say, "Well, my goal is to make it work first, and then
> polish it". but instead I'll go with
>
> Sir! How dare you?
>
> Now I have to do this stupid thing that only half interests me, when I
> would much rather select a block of text and type Ctrl-/ to comment it
> out. (Or select text and type Tab and have it indent instead of
> replacing the selection with a tab. That's irksome... Stupid program.)
So long as you have a UI for a more sophisticated mapping firmly on the
radar, and are just keeping things simple for the beginning, I'm happy.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
qtpov 0.3 for Ubuntu 16 and Windows
http://www.buckosoft.com/qtpov/
Insert Menu - with token substitution
http://www.buckosoft.com/qtpov/insertText/
Advanced editing - indent/unindent blocks, toggle comments
Lots of menus (that do the same thing as the keys)
A stupid tutorial describing the minimum clicking and typing to get from
download to a rendered file.
http://www.buckosoft.com/qtpov/tutorial/
--
dik
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I needed a color_map. Rather than spend 2 minutes typing
color_map{[0 color rgb<1.0000, 0.0000, 0.0000>]
[1 color rgb<0.0000, 1.0000, 0.0000>]
instead I spent several days writing a colormap editor. :)
http://www.buckosoft.com/qtpov/colormapEditor/
--
dik
Rendered 344576 of 345600 pixels (99%)
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |