|
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 .
|
|
General OOC Prompts: IC Sandbox- Dialogue Prompts
Hey all,
I thought it might be fun to start a general OOC discussion thread where everyone could share extra stuff about their characters without filling up the RP threads with spam. Every once in a while...
Started by robokitty on
, 25 posts
by 6 people.
Answer Snippets (Read the full thread at modthesims):
That way everyone can prompt? (If it's too specific to....
Are text things welcome?
There's a bunch of OOC/ out-of-storyline things I've wanted to write for my want to write? I'd like to try to do something like a weekly(ish) prompt.
|
|
How To Change Command Prompt Text And Background Color In 7 Command Prompt in the latest version of Windows is more powerful than in earlier versions of Windows. Even though many users rarely open Command Prompt, some of you might be interested in customizing...
Started by razorsedge on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at virtualcustoms):
|
|
Hello All,
I have made a prompt and marked it in bold below. I would like text to appear after what the person has entered
At current it reads Hello (Name Prompt)
I would like it to appear saying something on the lines of Hello (Name Prompt) Enjoy The...
Started by احمد حسن on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at nahdacenter):
|
|
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.
|