dprutean

Results 13 issues of dprutean

PostgreSQL reversed engineer schema includes nextval as a function, like below. Is it possible to support this? CREATE TABLE pagila_dev.actor ( actor_id integer DEFAULT nextval('pagila_dev.actor_actor_id_seq'::regclass) NOT NULL, first_name text NOT...

duplicate

I already have an console application written with JLine. Does it work to combine it with TerminalFX ?

I use OpenPdf to generate database diagrams with column tooltips like here: ![image](https://user-images.githubusercontent.com/4970910/72043687-12406900-32b2-11ea-8027-0b7d336ac6e3.png) using : ``` final PdfAnnotation annotation = PdfAnnotation.createStamp(writer, new Rectangle( rx, ry, rw, rh), text, "#Comment" );...

help wanted
question

It would be nice to implement a feature to minimize frames on left or the right of the main container. Something like IntelliJ has, so the user can easy restore...

Enhancement

Provide in the sample demo a test for embeded docking. I am looking for support for this, to have in one frame another docking manager, and having this implemented would...

I use the ChoiceDialog in cases where the number of items can be very large. Therefore I needed a filter on the items, each time the user types a key...

Hi, I want to implement your search plugin in my site. I understand that I can generate the search data file, but do you have any tips for how to...

I want to copy all files from a folder /src into the folder /dest on server. If I do ssh.run { session(remotes.webServer) { put from: "src/", into: 'dest/' } }...

I try to connect using exajdbc 10.0.15.jar to this container, but I got 'Connectivity failed' exception with no details. I use jdbc:exa:localhost:8899;schema=sys with user sys/exasol I created the container using:...

DbSchema is a MongoDb and database tool with ER diagrams, relational data browse and query builder. The user can explore MongoDb collections as entities in the diagram, each subdocument in...