|
Joined: Jul 2006
Posts: 4,212
Hoopy frood
|
OP
Hoopy frood
Joined: Jul 2006
Posts: 4,212 |
when trying to copy only one character with the mouse or with control + c, mirc doesn't copy the char in the clipboard,it's a little bit annoying :]
#mircscripting @ irc.swiftirc.net == the best mIRC help channel
|
|
|
|
Joined: Dec 2002
Posts: 3,547
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 3,547 |
I can't seem to confirm with ctrl + c but I can with the mouse.
mIRC 6.21.
|
|
|
|
Joined: Nov 2004
Posts: 842
Hoopy frood
|
Hoopy frood
Joined: Nov 2004
Posts: 842 |
I *think* I can re-produce both.
What do you do at the end of the world? Are you busy? Will you save us?
|
|
|
|
Joined: Jan 2003
Posts: 2,523
Hoopy frood
|
Hoopy frood
Joined: Jan 2003
Posts: 2,523 |
It's intentional, preventing you from accidentally overwriting your clipboard (it's easy to click and select one character by accident).
/.timerQ 1 0 echo /.timerQ 1 0 $timer(Q).com
|
|
|
|
Joined: Jul 2006
Posts: 4,212
Hoopy frood
|
OP
Hoopy frood
Joined: Jul 2006
Posts: 4,212 |
Yes someone say that to me after i posted it here, but when you realy want to copy only one char, then it can be annoying, i think it should work when using control + c at least 
#mircscripting @ irc.swiftirc.net == the best mIRC help channel
|
|
|
|
Joined: Dec 2002
Posts: 503
Fjord artisan
|
Fjord artisan
Joined: Dec 2002
Posts: 503 |
You can't CTRL+C from a window's text. You've never been able to.
Window-text copying has always been the highlighted text.
|
|
|
|
Joined: Dec 2002
Posts: 3,138
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 3,138 |
You can't CTRL+C from a window's text. You've never been able to. Ctrl+C when selecting seems deliberately set to behave as if the user had released the mouse button. Yes someone say that to me after i posted it here, but when you realy want to copy only one char, then it can be annoying, i think it should work when using control + c at least I agree.
|
|
|
|
Joined: Jul 2006
Posts: 4,212
Hoopy frood
|
OP
Hoopy frood
Joined: Jul 2006
Posts: 4,212 |
"You can't CTRL+C from a window's text. You've never been able to." hum after some test, it appear that you're right 
#mircscripting @ irc.swiftirc.net == the best mIRC help channel
|
|
|
|
Joined: Jan 2003
Posts: 1,063
Hoopy frood
|
Hoopy frood
Joined: Jan 2003
Posts: 1,063 |
Ctrl+C when selecting seems deliberately set to behave as if the user had released the mouse button.
as other people already said: CTRL+C does not work. it does appear to work because you have to use the mouse to select text and as soon as you release the mouse button the text is copied anyways, no matter if you use CTRL+C or not. if you hold CTRL while releasing the mouse button, colours are copied along with the text, which is the only function the CTRL key has here.
If it ain't broken, don't fix it!
|
|
|
|
Joined: Dec 2002
Posts: 3,138
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 3,138 |
Ctrl+C when selecting seems deliberately set to behave as if the user had released the mouse button.
as other people already said: CTRL+C does not work. it does appear to work because you have to use the mouse to select text and as soon as you release the mouse button the text is copied anyways, no matter if you use CTRL+C or not. if you hold CTRL while releasing the mouse button, colours are copied along with the text, which is the only function the CTRL key has here. You missed the point (although I'm not sure how). Selecting text and pressing, say, Ctrl+Y does nothing, but pressing Ctrl+C deselects the text and copies it to the clipboard. This is quite obviously deliberate behaviour and I'd like to see it modified to copy a single character, even if simply selecting a single character and releasing the mouse button does not.
|
|
|
|
Joined: Apr 2004
Posts: 871
Hoopy frood
|
Hoopy frood
Joined: Apr 2004
Posts: 871 |
Just to add, such functionality may be increasingly desirable with the introduction of UTF-8 support, which allows for languages that can represent whole words with a single character..
Saturn, QuakeNet staff
|
|
|
|
Joined: Sep 2005
Posts: 4
Self-satisified door
|
Self-satisified door
Joined: Sep 2005
Posts: 4 |
"I" is also a whole word in a single character but it doesn't make me want to copy it. In fact, I rather want not to, because I find it much more useful to be able to change my mind about copying something: by unmark down to one char. I guess ESC is just as simple, but you can't fight habit! :-) In such cases I just want to copy "I", I rather push "I" button. It kinda gives the same effect;-)
If copying a single char is motivated by the fact that some chars is not produceable by the keyboard, I don't see why copying two chars, paste it and delete the one you don't want, is not a sulution good enough.
Khaled, please don't make me have to change my habit about how I stop marking a text!
That said, it's not good coding practise to make a general marking tool that got an exeption for when there are cirtain amoung of chars marked. So you were a bad boy when you made this in the first place, Khaled. You're resposible for my bad habit! :-)
Conclusion: When mIRC doesn't copy a marked text when amoung of chars is one, should be considered a BUG!
Another thing. It would be nice if Khaled could add a char map for all possible chars sent on IRC that is not directly produced by a stadard keyboard key set, where it is possible to produce this char by clicking at it in this map. I'm thinking of something like what is popping up when ctrl + k is pressed. This is increasingly desirable now with UTF-8 support, and with this hook into Sats text, good night everyone.
|
|
|
|
Joined: Jul 2003
Posts: 655
Fjord artisan
|
Fjord artisan
Joined: Jul 2003
Posts: 655 |
I like it the way it is (not being able to copy a single character with just the highlight and release method), however hitting ctrl+c to do so could be quite useful for non english languages, utf-8, etc. (a single visual character in some languages is actually several physical characters on an english based keyboard)
Mulvarp, your post made almost no sense, you all but contradict yourself. And a charactor map can easily be found in your start menu under /accesseries/system tools/ or equivelent. I see no reason or advantage to integrating one into mirc (even most word processors dont do such a thing, with the exception of a few that are designed for ascii art)
"Allen is having a small problem and needs help adjusting his attitude" - Flutterby
|
|
|
|
Joined: Nov 2006
Posts: 1,559
Hoopy frood
|
Hoopy frood
Joined: Nov 2006
Posts: 1,559 |
Also, there are several addons out there who do what you request, e.g. this one here : it's listing chars and their ascii nums to a picwin, and it allows you to copy the num/char to your clipboard on click.
|
|
|
|
Joined: Jul 2006
Posts: 4,212
Hoopy frood
|
OP
Hoopy frood
Joined: Jul 2006
Posts: 4,212 |
In fact i just want to be able to copy one char because we're able to copy two char, i don't care about really copying only one char  i just post this behavior because i thought it was a bug. imo, would be great hold control when copying one char works
#mircscripting @ irc.swiftirc.net == the best mIRC help channel
|
|
|
|
Joined: Oct 2004
Posts: 8,330
Hoopy frood
|
Hoopy frood
Joined: Oct 2004
Posts: 8,330 |
I occasionally need just one character (usually a symbol that I want to use when I don't know the ALT code and don't feel like looking it up). But with just copying two characters and pasting that, then deleting one, it's not really noticeably slower, imo. 
Invision Support #Invision on irc.irchighway.net
|
|
|
|
Joined: Jul 2006
Posts: 4,212
Hoopy frood
|
OP
Hoopy frood
Joined: Jul 2006
Posts: 4,212 |
Yes, just copying two characters works but when i post this suggestion, i imagine the case that you have no keyboard and want to chat nevertheless, but you can't use "control" to copy only one char if you don't have keyboard :\ so i beleive that when this case will happen i should copy two char  .
#mircscripting @ irc.swiftirc.net == the best mIRC help channel
|
|
|
|
Joined: Jan 2003
Posts: 1,063
Hoopy frood
|
Hoopy frood
Joined: Jan 2003
Posts: 1,063 |
that or use the windows 'Onscreen Keyboard' found under accesibility options
If it ain't broken, don't fix it!
|
|
|
|
Joined: Jul 2006
Posts: 4,212
Hoopy frood
|
OP
Hoopy frood
Joined: Jul 2006
Posts: 4,212 |
Yes, the same thing have been done in mirc script 
#mircscripting @ irc.swiftirc.net == the best mIRC help channel
|
|
|
|
|