• Login
Community
  • Login

could not open the project file

Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
4 Posts 2 Posters 279 Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P
    Pierre Huybens 0
    last edited by Jul 19, 2020, 5:37 AM

    Good Morning,
    I have an issue with the project. I have configured a set of file in the project # 1 very useful when accessing a set of files all the time. Now when I ask to open the project #1 nothing happen. Same if I try to open project#2 or 3 that I have never used. I got te same issue some time ago and the solution was to delete a configuration file. Unfortunately I did not write the solution and I do not remember the file name to delete.
    thanks for your help.

    E 1 Reply Last reply Jul 19, 2020, 6:27 PM Reply Quote 0
    • E
      Ekopalypse @Pierre Huybens 0
      last edited by Jul 19, 2020, 6:27 PM

      @Pierre-Huybens-0

      the config.xml contains a project panels tag like

          <ProjectPanels>
              <ProjectPanel id="0" workSpaceFile="D:\to_delete" />
              <ProjectPanel id="1" workSpaceFile="" />
              <ProjectPanel id="2" workSpaceFile="" />
          </ProjectPanels>
      

      As you see in the example, ProjectPanel 1 (0 in xml) points to a file D:\to_delete and if you open this file then you see the list of files assigned to the project.

      <NotepadPlus>
          <Project name="Project Name">
              <File name="mybatch.bat" />
          </Project>
      </NotepadPlus>
      
      P 1 Reply Last reply Aug 22, 2020, 3:14 PM Reply Quote 2
      • P
        Pierre Huybens 0 @Ekopalypse
        last edited by Aug 22, 2020, 3:14 PM

        @Ekopalypse thanks for you information Ekopalypse and sorry I was out for a while and did not reply to your post. indeed the file contains the path of the project file and this one exist but when I try to open from notepad++ nothing happen. the file contains indeed the path to the file I put to the project.
        <ProjectPanels>
        <ProjectPanel id=“0” workSpaceFile=“D:\saved\espaceNodepadd” />
        <ProjectPanel id=“1” workSpaceFile=“” />
        <ProjectPanel id=“2” workSpaceFile=“” />
        </ProjectPanels>

        c:\tmp>type D:\saved\espaceNodepadd
        <NotepadPlus>
        <Project name=“wiki”>
        <File name=“E:\WorkingFixedDoc\wiki\naswiki.txt” />
        <File name=“E:\WorkingFixedDoc\wiki\oslinux.txt” />
        <File name=“E:\WorkingFixedDoc\wiki\pi\security.txt” />
        <File name=“E:\WorkingFixedDoc\wiki\pi\wikiPi.txt” />
        <File name=“E:\WorkingFixedDoc\wiki\pi\pi_mailserver.txt” />
        <File name=“E:\WorkingFixedDoc\wiki\pi\pi2_software.txt” />
        <File name=“E:\WorkingFixedDoc\wiki\pi\security.txt” />
        <File name=“E:\WorkingFixedDoc\wiki\powershell.txt” />
        <File name=“E:\mydev\pythonExamples.txt” />
        <File name=“E:\WorkingFixedDoc\wiki\electronique.txt” />
        </Project>
        <Project name=“daily”>
        <File name=“E:\WorkingYearDoc\Trigonelles\Proximus\modemProximus.txt” />
        <File name=“C:\Windows\System32\drivers\etc\hosts.txt” />
        </Project>
        </NotepadPlus>

        1 Reply Last reply Reply Quote 0
        • P
          Pierre Huybens 0
          last edited by Aug 22, 2020, 3:19 PM

          solution , I delete the config.xml file and when restarting NPP a new one is created and now I can have view again the project window

          1 Reply Last reply Reply Quote 3
          • First post
            Last post
          The Community of users of the Notepad++ text editor.
          Powered by NodeBB | Contributors