Giter VIP home page Giter VIP logo

Comments (2)

Ant-f avatar Ant-f commented on June 10, 2024

If I understand correctly, what you’re describing doesn’t sound like it was intentionally by design as such.

Working Files List uses the Visual Studio automation object to both find out about any files that are open, and to manipulate (e.g. open in the editor/close) them. The file groups are the names of the parent projects, as discovered though the automation object; if a file does not belong to any project, it will belong to Miscellaneous Files. [For example, if you open a text file in Visual Studio from Windows Explorer, it should open in a new instance of Visual Studio under the group Miscellaneous Files].

Occasionally there are some files that Working Files List cannot manipulate (e.g. maybe the file was deleted externally from Visual Studio while the solution was still open). In order to avoid having orphaned entries in Working Files List, it removes any entries that might be problematic.

This does seem different from issue #14, as from what I understand iostream does not reappear. It seems more like, for whatever reason, Working Files List cannot find/access iostream. I haven’t worked much with C++ lately so sorry if the answers to these questions are obvious; could it be that iostream is in a system folder (e.g. Program Files) that Visual Studio doesn’t have access to [maybe try running Visual Studio as an administrator]? Alternatively, could it be that iostream doesn’t exist as a file on disk [e.g. it might be a file within memory, extracted from a .dll library]?

from workingfileslist.

Ant-f avatar Ant-f commented on June 10, 2024

Closing issue after eight days of inactivity; will reopen if necessary.

from workingfileslist.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.