dirigible icon indicating copy to clipboard operation
dirigible copied to clipboard

Eclipse Dirigible™ Project

Results 328 dirigible issues
Sort by recently updated
recently updated
newest added

When you have an entity which has predefined entries provided by CSVIM you cannot add new entries until the sequence generator reach value which is not already used. For example:...

component-core
component-database
component-template
database

I want to be able to close all dialogs using the escape key from the keyboard. For example, the following dialog ![image](https://github.com/eclipse/dirigible/assets/5058839/1380ec71-4a13-440c-afe8-9b8d9137b436) ![image](https://github.com/eclipse/dirigible/assets/5058839/dd5e7e9c-d11d-4d24-b7b9-2947e529697d)

component-ide
web-ide
usability
priority-low
efforts-low

When I create a column which is calculated and not null, I'm not able to save the create form. ![image](https://github.com/eclipse/dirigible/assets/5058839/edecbb18-2bb4-470e-b59e-d6bea88b3feb) To enable the form I have to make the column...

bug
component-ide
web-ide
usability
priority-high
efforts-medium
component-template
edm

Add datasource property in CSVIM Editor Related to: - #3452

enhancement
component-ide
web-ide
IDE

Add search file by name functionality to the editor like the one in VSCode so that I can open a file from the workspace. Otherwise, I have to navigate to...

web-ide
usability
priority-low
efforts-high

Add problems view with all TypeScript problems in the current file like the one in the VSCode ![image](https://github.com/eclipse/dirigible/assets/5058839/addd306f-6f31-42d1-b157-9af5c9eda6f5) Currently, nothing is visualized in problems ![image](https://github.com/eclipse/dirigible/assets/5058839/190535ea-1baf-4722-af38-2d65c654cbc9)

enhancement
component-ide
web-ide
usability
IDE

[DAO API](https://www.dirigible.io/api/database/dao/) should support entities with composite primary key. For example [the following table](https://github.com/opencart/opencart/blob/3.0.3.8/upload/install/opencart.sql#L2642): ```sql CREATE TABLE `oc_product_description` ( `product_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(255) NOT...

component-database
component-template
edm
database

I would like to have auto-complete for my files in the workspace when adding import ![image](https://github.com/eclipse/dirigible/assets/5058839/0001ce6a-fdce-47ac-b506-26315e4f87b4)

component-ide
web-ide
usability
priority-medium
efforts-high

If you have the following TS file with dash in its name, you cannot import it ![image](https://github.com/eclipse/dirigible/assets/5058839/b5b130e3-1276-4d38-8496-f7fdf1f9731b) ```java 2024-02-08 14:23:51.922 [ERROR] [http-nio-8080-exec-4] o.a.c.c.C.[.[.[.[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context...

component-engine
component-core
lang-javascript
lang-typescript

Will be really useful if we visualize the icons in the dropdown ![image](https://github.com/eclipse/dirigible/assets/5058839/0cd976d8-3845-40d7-a791-195c73deae7f)

enhancement
usability
edm