|
I want to know if there is any way by which I can paste yanked text to the command window. For eg. if I have yanked a word and I want to grep it in some location I cant simply paste the word using 'p'. However if I copy it to clipboard, Shift-Insert will...
Started by Canopus on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Stackoverflow.com/questions/101258/in-vim-is-there-a-way-to-paste-text-in-the-search-line
<C-R>.
|
|
When I'm doing something that needs admin privileges on my OS X Snow Leopard computer, the prompt shows up and works correctly, but the text is unreadable (some special character is repeated instead of "regular" text):
I'm not allowed to post images yet...
Answer Snippets (Read the full thread at superuser):
If you....
That dialog box uses Helvetica.
If you've installed Microsoft Office then that's a prime candidate .
Onyx can clean up the caches for you, but you'll have to weed out bad fonts yourself .
This is most likely a font or font cache corruption issue .
|
|
Hi,
I've have some javascript code that transforms XML with XSLT. I now want the user to be able to save that new XML (either by prompting them or throwing the new XML up as a file or something so that the user can then save it. Anybody know how to do...
Started by dman on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
It works by putting all with the right content-disposition header, giving the user the open/save download prompt.
In their default text editor, where they can tweak it and/or copy it into their app).
|
Ask your Facebook Friends
|
I have a command line program, which outputs logging to the screen.
I want error lines to show up in red. Is there some special character codes I can output to switch the text color to red, then switch it back to white?
I'm using ruby but I imagine this...
Started by Orion Edwards on
, 14 posts
by 14 people.
Answer Snippets (Read the full thread at stackoverflow):
The standard C/C++ specification for outputting to the command.
Ruby-on-rails/colorizing-console-ruby-script-output/
I think setting console text color is pretty is the property for setting text color.
|
|
I like to know if there is a way to read the user input inside a batch file, because i have a file named: "fif.bat" that recives two parameters (just call them paramA and paramB ) so i execute the file like this:
fif paramA paramB
I have to change paramA...
Started by lk on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You can prompt for user input in a batch file using SET /P for example:
SET /P paramB="Prompt.
|
|
I am trying to prompt the user to enter a string of text. Is there available with python tkinter a Javascript like prompt?
Started by MitMaro on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Unfortunately this isn't in the main....
Yes, use tkSimpleDialog.askstring.
You can use a tkSimpleDialog.
One of those situations where I find it after the question has been posted and since I had trouble finding the answer I will keep the question up .
|
|
How Can I remove the Script Prompt: in Javascript "Prompt"
Started by deepak on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I'm going to assume you mean the "Script Prompt:" text label in the prompt window that appearsYou can't, when you use a prompt dialog it is up to the browser to show the window and the message.
|
|
Hi Geniuses!
I'm using a text box prompt to allow my users to enter as large a comment as they'd like into a certain report field. I cannot figure out how to wordwrap, so the field does not become longer than the page.
Can someone tell me how I would ...
Started by TWalla on
, 5 posts
by 2 people.
Answer Snippets (Read the full thread at ittoolbox):
To solve this problem I put the text item inside of a block, and sized the block..
Http://businessintelligence.ittoolbox.com/groups/t echnical-functional/cognos8-l/text of wrapping.
|
|
I have a folder full of media that I want to export to a list (csv, doc, xml, whatever...). When I navigate in Command Prompt to that folder, I can use "dir" to display the files in that directory. I want to export that list. How can I do this from command...
Started by GiH on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
You can do whatever you want.
Dir > textfile.txt
will export (pipe) it to a plain text file.
|
|
I want to pause input in a shell script, and prompt the user for choices. The standard 'Yes, No, or Cancel' type question. How do I accomplish this at a typical bash prompt?
Started by Myrddin Emrys on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
The best way to illustrate its use.
The simplest and most widely available method to get user input at a shell prompt is the ' read ' command.
That shows what happens if you cut and paste from unix text.
|