Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Name:
Email:
Subject:
Message icon:

Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
What is the last letter in the word "SlickEdit":
How many LETTERS are in the following? "a1b2c3":
Which number is missing?  "12345689":

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: Lisa
« on: March 20, 2007, 09:45:58 PM »

I can't find the macro either but your post did ring a bell. I don't know if this will help or not. We have a feature that will create a file from a selection. Make a selection, then from the main menu select File > Write Selection (or use the gui_write_selection command). This displays an Open-style dialog that lets you specify a file name and location for the new file that will be created from the selection.

Also, if you haven't already, you may want to look in the Help Table of Contents > Macro Functions by Category > Window Functions.

Dan is a developer here at SlickEdit, so perhaps he will chime in with more useful information.

-Lisa

Posted by: timur
« on: March 20, 2007, 06:25:14 PM »

I remember there used to be a macro by some guy named Dan that would take the current selection, create a stand-alone detached window, and paste the selection into that window.  It was great for viewing code snippets.  I can't find the macro, and I can't find any info on creating the window.  Can anyone help?

The reason I ask is that I'd like to create a macro to opens the current file in a new window (not just a new buffer, but a new window that's detached from the rest of slickedit buffers).