Emerick Biron

Avatar
  • Total activity 4
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 2
  • Emerick Biron created a post,
    Answered

    Intellij plugin, directory open listener

    I am developing an intellij plugin which is in fact an icon pack. I would like to make sure that when folders are opened, their icons change and the same when we close them. How can I achieve this?...
  • Emerick Biron created a post,
    Answered

    Sql in intellij

    Hello, I work on a sql file in intellij and in this .sql file i create many table like this : CREATE TABLE chercheur (numc INTEGER,nom VARCHAR (20) NOT NULL ,prenom VARCHAR (20) NOT NULL,equipe VAR...