Re: [Zim-wiki] New widget for inline ToC

2013-12-06 Thread Adrian Fita
This is nice! The old widget was a bit clunky.

2 questions:

 1. will the new ToC widget allow the text to wrap around it, in this
way having all the text visible?
 2. will the new ToC widget follow window resizing events, remaining in
the top-left corner when the window is maximized, for example?


On 12/06/2013 08:01 PM, Jaap Karssenberg wrote:
 Dear all,

 Just wanted to share a screenshot showing a new widget for the table
 of contents displaying headings used in the page.

 Patch is now in trunk, will be in next release.

 Regards,

 Jaap

-- 
Adrian Fita

___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp


Re: [Zim-wiki] Copy-pasing verbatim text pastes unwanted newline at the end

2013-04-25 Thread Adrian Fita
This happens when selecting individual lines as well, not only multiple
lines. And I select until the end of the line with Shift+End. Pressing
Shift+Right arrow to unselect the last newline actually unselects the last
character, so the selection doesn't contain the newline char at the end of
the line. But the pasted text contains a newline.

Thanks.

-- 
Fita Adrian


On Thu, Apr 25, 2013 at 1:33 AM, andré and...@laposte.net wrote:

 Adrian Fita a écrit :

  Hi.

 I'm using Zim 0.59 on Windows 7.

 So I write some text over multiple lines and then I format it as
 Verbatim with CTRL+T. All good so far. The problem I'm experiencing is
 when I copy-paste whole lines from the Verbatim formatted text. The
 pasted text contains an additional newline character at the end. This is
 very annoying (and possibly dangerous) when pasting in a terminal: the
 newline causes the pasted text to be run immediately without the
 possibility of editing it before.

 I think this is a bug, when I copy the text I don't copy the newline at
 the end of the line because I don't move the cursor at the beginning of
 the next line.

 I hope you understood what I mean, it's kind of hard to explain...

 Thanks,
 --
 Fita Adrian


 When you select, is the last line highlighted to the end of the line ?
 If so, you have selected the newline.

 To avoid selecting the last newline, when selecting hold the shift key and
 press the left arrow.
 The highlight should then terminate at the end of the text instead of end
 of line, indicating that the newline is no longer selected.

 Conversely, if you want to ensure that the newline is selected, sometimes
 one must press the right arrow so that the entire line is highlighted.

 Note that many other applications show the cursor at the beginning of the
 next line when the newline is selected.
 Personnally, I think Zim's display is more coherent, although it can be
 confusing at first.

 Regards

 --
 André

 __**_
 Mailing list: 
 https://launchpad.net/~zim-**wikihttps://launchpad.net/~zim-wiki
 Post to : zim-wiki@lists.launchpad.net
 Unsubscribe : 
 https://launchpad.net/~zim-**wikihttps://launchpad.net/~zim-wiki
 More help   : 
 https://help.launchpad.net/**ListHelphttps://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp


Re: [Zim-wiki] Copy-pasing verbatim text pastes unwanted newline at the end

2013-04-25 Thread Adrian Fita
On 25/04/13 09:38, andré wrote:
 Adrian Fita a écrit :
 This happens when selecting individual lines as well, not only multiple
 lines. And I select until the end of the line with Shift+End. Pressing
 Shift+Right arrow to unselect the last newline actually unselects the
 last character, so the selection doesn't contain the newline char at the
 end of the line. But the pasted text contains a newline.

 Thanks.

 --
 Fita Adrian

 
 Doesn't work like that on Linux.

Hm. I just tested in Linux (the same v0.59) and it happens in Linux as well.

Steps to reproduce:
1. write some lines in a page
2. select the lines and press Ctrl+T (or select Verbatim from the Format
menu)
3. Hit the Home key and copy-paste until the end of the line from the
Verbatim-formatted text in another text editor. The pasted text contains
a newline at the end

 What happens if you add a space at the end of the line, then unselect 
 the space ?

It happens even when I have space at the end and select until the end of
the line, then unselect the last space: the pasted text contains a new
line at the end. The newline is even present when I only select a part
of a line.

But I just figured something: if I don't select from the begining of the
line, the newline is not pasted. So it seems to be related with the
begining of the lines in Verbatim-formatted text.

 Or alternately, select the lines you want by placing the cursor at the 
 beginning of the line, using the down arrow to select the line(s) 
 wanted, then backspacing to the last caracter of the line ?
 (Just in case the shift-end code was still present when you used it.)
 
 Or again, using only the mouse to select the text, without using shift-end ?
 
 Regards

Selecting with the mouse is the same.

-- 
Adrian Fita

___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp


Re: [Zim-wiki] Copy-pasing verbatim text pastes unwanted newline at the end

2013-04-25 Thread Adrian Fita
On 25/04/13 21:25, Jaap Karssenberg wrote:
 May I suggest opening a bug report for this ?
 
 Regards,
 
 Jaap

Reported as Bug #1172862: https://bugs.launchpad.net/zim/+bug/1172862 .

Thanks,
-- 
Adrian Fita

___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp


[Zim-wiki] Copy-pasing verbatim text pastes unwanted newline at the end

2013-04-24 Thread Adrian Fita
Hi.

I'm using Zim 0.59 on Windows 7.

So I write some text over multiple lines and then I format it as Verbatim
with CTRL+T. All good so far. The problem I'm experiencing is when I
copy-paste whole lines from the Verbatim formatted text. The pasted text
contains an additional newline character at the end. This is very annoying
(and possibly dangerous) when pasting in a terminal: the newline causes the
pasted text to be run immediately without the possibility of editing it
before.

I think this is a bug, when I copy the text I don't copy the newline at the
end of the line because I don't move the cursor at the beginning of the
next line.

I hope you understood what I mean, it's kind of hard to explain...

Thanks,
-- 
Fita Adrian
___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp


Re: [Zim-wiki] How to copy-paste from Zim without the wiki code?

2013-03-26 Thread Adrian Fita
Thank you, I dind't notice this. But it doesn't seem to work: I selected
Text for the copy format to clipboard and I still get the wiki code
when pasting in a plain text editor.

Should I file a bug or is there something else that I'm missing. I'm
using v0.59 on Linux and v0.59 on Windows. On both OSes it's the same.

On 26/03/13 19:10, Syv Ritch wrote:
 Edit  Preferences  Editing  Default format for copying text to
 clipboard: Text

 On Tue, 26 Mar 2013 18:42:23 +0200
 Adrian Fita adrian.f...@gmail.com wrote:

 Hi.

 I'm using the Windows version (I think this works the same in
 Linux) of Zim and when I copy-paste a whole page (or one or more
 paragraphs with formatting) from Zim to a text editor, the copy
 operation outputs also the wiki-code from Zim. How can I avoid this?

 Thanks.
 -- 
 Fita Adrian
-- 
Adrian Fita


___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp


[Zim-wiki] Table of contents and view completed tasks

2012-04-25 Thread Adrian Fita

Hi. 2 quick ones:

1. Is there a way to add a table of contents on a page? I would find 
this very useful for large pages.
2. Is there a way to see the completed tasks (at least the ones that 
have a checked checkbox). I often write comments beneath them and I 
would find it useful to get back to them.


Thanks.
--
Fita Adrian

___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp