B4X FEED IDE: Find and Replace with CRLF, tab, etc

اطلاعات موضوع

درباره موضوع در تاریخ, در دسته b4xfeed ایجاد شده و آغاز کننده آن practicalsoftمی باشد و موضوع آن: IDE: Find and Replace with CRLF, tab, etc است. این موضوع تا کنون 33 بازدید کننده و, 0 پاسخ داشته و 0 بار پسندیده شده...
نام دسته b4xfeed
نام موضوع IDE: Find and Replace with CRLF, tab, etc
آغاز کننده موضوع practicalsoft
تاریخ شروع
پاسخ‌ها
0
بازدیدها
33
پسندها
0
آخرین ارسال توسط PracticalSoft
Jun 6, 2020
11,559
4,422
Often it is highly desirable to search for text that contains special characters (e.g., CRLF, tab, etc) and/or replace with text that includes such characters. For example, suppose one wants to insert a common sub call following the appearance of a Try block. It is possible to distinguish instances of "Try" from "End Try" by including the leading tab character in the search, and it's possible to replace this with Try followed by a carriage return and a new line of code. This can be done in Notepad++ as follows:

برای دیدن تصاویر باید ثبت نام کنید


For example, one can search for \n or \r in the text to match code that breaks across lines, or replace a line of code with two or more lines of code.

Right now, I copy the code to Notepad++, make the change, then copy it back, but would be awfully nice to have this feature integrated. Perhaps something comparable already exists in the IDE but I haven't found it.

 

عقب
بالا