On 11/7/05, Roy, Ansuman <[EMAIL PROTECTED]> wrote: > I have a query regarding the kupu and bxe that comes integrated with lenya > Does these editors have a find and replace functionality? > if yes then how to integrate that??
I am surprised that any text editors do not have find/replace. That was an early assignment in "Introduction to C" when I was in college, and took very few lines of code to implement. Microsoft Notepad did not add that functionality until MSWindows2000, so maybe it is not a required feature. Notepad was also missing Select All (CTRL-A), so use CTRL-Home + CTRL-SHIFT-End. For techies, a workaround for Kupu on MSWindows is: - Show Source - CTRL-A, CTRL-X (The right-click copy/paste functions have been disabled in Kupu, so use the keyboard.) - Open Wordpad (or Notepad if using MSWindows after Win2K) - Paste - Replace the text. - Select All (see above), Copy - Kupu: CTRL-V (Paste, without using the mouse) I would not attempt to teach that to a non-techie. There is a chance the global replace could destroy a link or other HTML, so be careful. For a long-term solution, file an enhancement request with Kupu. solprovider --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
