Hello,
Is it possible to type a non breaking space character ( ) and a soft hyphen character (­) in geany?
Thanks
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Am 19.04.2012 18:42, schrieb Luca Borrione:
Is it possible to type a non breaking space character ( ) and a soft hyphen character (­) in geany?
Sounds more like a problem with your keyboard layout than your editor :)
Regards, Daniel
- -- Daniel Horz jabber/mail/sip: daniel@vandenhorz.de
pgp key: https://daniel.vandenhorz.de/key.asc (5A6A89E3)
Hi,
I still have to find a keyboard with a non-breaking character in it! :)
I think there is a misunderstanding: I don't have to type * * (which is the html entity) .. I need the character itself. I wrote it only to be more clear, apparently without luck :)
Any editor has to deal with special characters:for example in Word you have to press CTRL+SHIFT+SPACEBAR to type a non-breaking space.
Have a look at http://support.microsoft.com/kb/211887
Open office does the same: if you open your libreoffice/openoffice writer you will find this shortcut looking at Tools > Customize > Keyboard > Insert > CTRL + SHIFT + SPACE
Furthermore in Windows to deal with it, you can (in any editor) press ALT + UNICODE of the character you need. In this way pressing ALT + 0192 leads you to insert a capital A with grave accent (which in html entity is À) If I remember right the unicode for a non-breaking space character is 160, so by typing ALT + 0160 I would have inserted it in Windows.
Have a look at http://tlt.its.psu.edu/suggestions/international/accents/codealt.html
If there's no way to insert it with a Geany shortcut, is there any ALT + UNICODE equivalent in Ubunutu? I'm on a Lubuntu 11.10 box by the way.
Cheers Luca
------- Original Message
Date: Thu, 19 Apr 2012 20:32:44 +0200 From: Daniel Horz daniel@vandenhorz.de To: geany@uvena.de Subject: Re: [Geany] How to type non-breaking space and soft hyphen in geany
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Am 19.04.2012 18:42, schrieb Luca Borrione:
Is it possible to type a non breaking space character ( ) and a soft hyphen character (­) in geany?
Sounds more like a problem with your keyboard layout than your editor :)
Regards, Daniel
Daniel Horz jabber/mail/sip: daniel@vandenhorz.de
------- End of Original Message
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Am 19.04.2012 21:13, schrieb Luca Borrione:
I think there is a misunderstanding: I don't have to type * * (which is the html entity) .. I need the character itself. I wrote it only to be more clear, apparently without luck :)
I was half-trolling you there given that i’m using neo2 (http://neo-layout.org) that has two non-breaking space variants built-in ;)
Any editor has to deal with special characters:for example in Word you have to press CTRL+SHIFT+SPACEBAR to type a non-breaking space.
Interesting. I didn’t know that was possible.
If there's no way to insert it with a Geany shortcut, is there any ALT + UNICODE equivalent in Ubunutu?
That should be possible with Compose (first google hit: http://www.hermit.org/Linux/ComposeKeys.html). I can’t really help you there, neo ships with its own compose definitions.
Cheers, Daniel
- -- Daniel Horz jabber/mail/sip: daniel@vandenhorz.de
pgp key: https://daniel.vandenhorz.de/key.asc (5A6A89E3)
Hello,
I just found how to replace ALT + UNICODE in Ubuntu It's by CTRL + SHIFT + U + UNICODE.
See http://ubuntuforums.org/showthread.php?p=9666010#post9666010
The difference is that in Windows I had to insert the decimal value (160) while here I have to insert the unicode itself (00A0)
See http://www.fileformat.info/info/unicode/char/A0/index.htm
I just did it and it works great. So at this point I'm just wondering if there's any easier way to insert it by using a shortcut in Geany like in ooo writer It's quite hard to remeber CTRL + SHIFT + U + 00A0 instead of CTRL + SHIFT + SPACE ;)
Thanks in advance for any tip Luca
------- Original Message
Date: Thu, 19 Apr 2012 21:13:49 +0200 From: Luca Borrione write@tiscali.it To: geany@uvena.de Subject: Re: [Geany] How to type non-breaking space and soft hyphen in geany
Hi,
I still have to find a keyboard with a non-breaking character in it! :)
I think there is a misunderstanding: I don't have to type * * (which is the html entity) .. I need the character itself. I wrote it only to be more clear, apparently without luck :)
Any editor has to deal with special characters:for example in Word you have to press CTRL+SHIFT+SPACEBAR to type a non-breaking space.
Have a look at http://support.microsoft.com/kb/211887
Open office does the same: if you open your libreoffice/openoffice writer you will find this shortcut looking at Tools > Customize > Keyboard > Insert > CTRL + SHIFT + SPACE
Furthermore in Windows to deal with it, you can (in any editor) press ALT + UNICODE of the character you need. In this way pressing ALT + 0192 leads you to insert a capital A with grave accent (which in html entity is À) If I remember right the unicode for a non-breaking space character is 160, so by typing ALT + 0160 I would have inserted it in Windows.
Have a look at http://tlt.its.psu.edu/suggestions/international/accents/codealt.html
If there's no way to insert it with a Geany shortcut, is there any ALT + UNICODE equivalent in Ubunutu? I'm on a Lubuntu 11.10 box by the way.
Cheers Luca
------- End of Original Message
On Thu, 2012-04-19 at 21:13 +0200, Luca Borrione wrote:
If there's no way to insert it with a Geany shortcut
There is: Ctrl-Shift-u<number> should do the job.
See also the manual, here:
http://www.geany.org/manual/current/index.html#inserting-unicode-characters
Best Regards, Dominic