bin/gbuild-to-ide |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3288fba8ad31c21e6e8cebf605efda544f031156
Author:     Mike Kaganski <mike.kagan...@collabora.com>
AuthorDate: Fri Jan 19 19:51:10 2024 +0600
Commit:     Mike Kaganski <mike.kagan...@collabora.com>
CommitDate: Fri Jan 19 17:17:42 2024 +0100

    Rename natstepfilter file, to make it not hidden on Linux
    
    It turns out, that this also works, despite all the documentation
    refers to it as '.natstepfilter'.
    
    Change-Id: I17ab0662a3de0e0f7db72e31f5e7ed0f00823447
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162311
    Reviewed-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
    Tested-by: Jenkins

diff --git a/bin/gbuild-to-ide b/bin/gbuild-to-ide
index 8989a31c57cf..2d9aee089654 100755
--- a/bin/gbuild-to-ide
+++ b/bin/gbuild-to-ide
@@ -1016,7 +1016,7 @@ class 
VisualStudioIntegrationGenerator(IdeIntegrationGenerator):
             natvis_path = os.path.join(gbuildparser.srcdir, 
'solenv/vs/LibreOffice.natvis')
             f.write('          %(natvis)s = %(natvis)s
' % {'natvis': natvis_path})
             # The natstepfilter file allows to skip specific functions when 
stepping into in debugging
-            natstepfilter_path = os.path.join(gbuildparser.srcdir, 
'solenv/vs/.natstepfilter')
+            natstepfilter_path = os.path.join(gbuildparser.srcdir, 
'solenv/vs/LibreOffice.natstepfilter')
             f.write('          %(natstepfilter)s = %(natstepfilter)s
' % {'natstepfilter': natstepfilter_path})
             f.write('  EndProjectSection
')
             f.write('EndProject
')
diff --git a/solenv/vs/.natstepfilter b/solenv/vs/LibreOffice.natstepfilter
similarity index 100%
rename from solenv/vs/.natstepfilter
rename to solenv/vs/LibreOffice.natstepfilter

Reply via email to