Giter Club home page Giter Club logo

Comments (4)

worksofliam avatar worksofliam commented on August 20, 2024

Right now, the object browser and database browser both use the library list for the library/schema list. This can change

from vscode-ibmi.

worksofliam avatar worksofliam commented on August 20, 2024

I will separate those lists out after the changes for #60 has been fixed+merged. Thanks!

from vscode-ibmi.

worksofliam avatar worksofliam commented on August 20, 2024

Now that different connections get their own settings, this will be possible. Below is a list of changes required. I will get around to it eventually, but here is a list of what's required if someone else does. Thanks!

Object Browser

  • New connection propertyobjectLibraryList for a list of libraries used by the Object Browser
  • Object Browser needs buttons to add to that libraries list
  • Object Browser needs context menu items to remove libraries (Right click on library -> Remove from list)

Database Browser

  • New connection propertyschemaList for a list of libraries used by the Database Browser
  • Database Browser needs buttons to add to that schemas list
  • Database Browser needs context menu items to remove schemas (Right click on library -> Remove from list)

Configuration additions

  • objectLibraryList and schemaList both need to be added to the code-for-ibmi.connectionSettings array properties in package.json (with defaults)
  • Configuration class needs to include these two properties in the class constructor (with the same defaults). For example:
this.objectLibraryList = base.objectLibraryList || [`QSYS2`];
this.schemaList = base.objectLibraryList || [`SAMPLE`, `QIWS`];

from vscode-ibmi.

worksofliam avatar worksofliam commented on August 20, 2024

I did it! 0.2.4 includes this fix. Object browser and database browser now get their own settings instead of using the library list.

image

image

from vscode-ibmi.

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.