[Lazarus] IDE Project Options - icon needed

2018-11-19 Thread AlexeyT via lazarus
Button "Load default" in Icon group - needs new icon, which is used for 
"set default" buttons in IDE. it is brown curved arrow.


--
Regards,
Alexey

--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Long paths manifest

2018-11-19 Thread AlexeyT via lazarus

On 20.11.2018 1:17, Denis Kozlov via lazarus wrote:

Any thoughts on integrating


I'm making the patch. I dont know on which XML level to insert new XML 
part - inside  or out of it in the root?



    xmlns:ws2="http://schemas.microsoft.com/SMI/2016/WindowsSettings;>

true
    


--
Regards,
Alexey

--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Long paths manifest

2018-11-19 Thread Denis Kozlov via lazarus


Any thoughts on integrating the long paths manifest into Lazarus as a 
project option?



On 13/11/2018 07:49, Denis Kozlov wrote:

Hello,

Windows API is capable of working with extended-length path for a 
maximum total path length of 32,767 characters, thus, overcoming the 
infamous 260 characters path limitation (a.k.a. MAX_PATH). To specify 
an extended-length path, use the "\\?\" prefix. For example, 
"\\?\C:\Very\Long\Path".


According to Windows Docs, one can enable the new long path behavior 
per app via the manifest:

-

    xmlns:ws2="http://schemas.microsoft.com/SMI/2016/WindowsSettings;>

true
    

-

Has anyone had any experience with embedding such manifest? What would 
be the best way to add such a manifest to an application, currently?


Perhaps this could be added as an option in Lazarus IDE, similarly to 
the option for enabling themes support.


For the reference:
Windows Docs - Naming Files, Paths, and Namespaces - Maximum Path 
Length Limitation
https://docs.microsoft.com/en-us/windows/desktop/FileIO/naming-a-file#maximum-path-length-limitation 



Regards,
Denis


--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


[Lazarus] Text in console in/output mirrored

2018-11-19 Thread Vojtěch Čihák via lazarus

Hi,
 
it's funny, text is mirrored.
 
DebugLn('May the Force be with you.');
 
writes

.uoy htiw eb ecroF eht yaM
 
Lazarus 2.1.0 r59610 FPC 3.3.1 x86_64-linux-qt
 
V.

-- 
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus