On 12/07/2018 14:19, Michael Van Canneyt via Lazarus wrote:
It would be nice if the IDE could do this:
select a block of text, and choose 'Refactoring -> convert to pascal
string'
Currently I have a separate tool that does this (both ways: quote and
unquote, in case I need to re-rest an SQL
On Thu, 12 Jul 2018, Martin Frb via Lazarus wrote:
On 12/07/2018 14:36, Anthony Walter via Lazarus wrote:
How about something that takes the current caret position in the
source editor, the clipboard context, and inserts as a Pascal quoted
string that wraps with + at the end of line, and app
On 12/07/2018 14:36, Anthony Walter via Lazarus wrote:
How about something that takes the current caret position in the
source editor, the clipboard context, and inserts as a Pascal quoted
string that wraps with + at the end of line, and appropriate system
defined line break characters?
The c
It works, Thx
mvg
Frans van Leeuwen
M 06-51695390
Op 12-7-2018 om 13:43 schreef Rik van Kekem via Lazarus:
On 12-07-2018 12:51, frans via Lazarus wrote:
I use Lazarus 1.6.4 (temporarely) and lazarus 1.8.4 on Windows 10.
I need to use the LCL version but I can't get it to work properly.
I use t
On Thu, 12 Jul 2018, Anthony Walter via Lazarus wrote:
How about something that takes the current caret position in the source
editor, the clipboard context, and inserts as a Pascal quoted string that
wraps with + at the end of line, and appropriate system defined line break
characters?
The c
How about something that takes the current caret position in the source
editor, the clipboard context, and inserts as a Pascal quoted string that
wraps with + at the end of line, and appropriate system defined line break
characters?
The command for this would be in the menu as "Edit -> Paste as St
On Thu, Jul 12, 2018 at 9:19 AM, Michael Van Canneyt via Lazarus
wrote:
>
> I cannot imagine I am the only one with this need :)
+1
Of course you're not alone!
Marcos Douglas
--
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.laza
Hello,
The IDE contains a 'make resource string' refactoring option.
This requires the selection to be a pascal string.
However, I quite often find myself in the need to create a string constant
from arbitrary text:
I test an SQL statement in an SQL tool, and then I copy it to the pascal sour
On 12-07-2018 12:51, frans via Lazarus wrote:
I use Lazarus 1.6.4 (temporarely) and lazarus 1.8.4 on Windows 10.
I need to use the LCL version but I can't get it to work properly.
I use the following code:
{$IFDEF LCL_FULLVERSION > 108}
{$ELSE}
{$ENDIF}
Compiling the program give me the
Hi.
I use Lazarus 1.6.4 (temporarely) and lazarus 1.8.4 on Windows 10.
I need to use the LCL version but I can't get it to work properly.
I use the following code:
{$IFDEF LCL_FULLVERSION > 108}
{$ELSE}
{$ENDIF}
Compiling the program give me the message Warning include environment
"LCL
10 matches
Mail list logo