T. Almroth

Results 41 issues of T. Almroth

Hi I would like to propose a change to proper HTML markup. To turn this: `...` Into: ``` ... ... ``` No sloppy coding like `` and ``, but instead...

enhancement request

I discovered something unusal. The `tbwchange` event acts like the input event and fires upon every `input` event rather than `change`. Is that by design? Thinking it should have been...

todo

A bunch of fixes, adjustments, and improvements to CSS. See list of commits

The dark modal is defined under the class `.trumbowyg-dark` but is output in the code at the end of ``. Therefore the `.trumbowyg-dark .trumbowyg-modal-box` have no effect. You could move...

Thanks for this lovely script that saved me tons of hours and seems to make no mistakes. Here is a fix for windows users: FOR /f "tokens=*" %a in ('dir...

.editorconfig is a well supported file fr defining code styles. I could not find any info of WinMerge supporting it as I am missing it in the list of all...

enhancement
text compare/merge

When reformatting/pretty printing the SQL, I think indentation is critical. This: ![image](https://user-images.githubusercontent.com/359192/175750730-6927b408-e86d-40b0-8a8e-9737d5586691.png) Is more useful like this: ![image](https://user-images.githubusercontent.com/359192/175750883-57af3a4e-8449-4c38-9b8b-88bbb420eec4.png) Instead of HeidiSQL 12.0.0.6468: ![image](https://user-images.githubusercontent.com/359192/175750909-03fd760b-b144-4c2e-bc56-da72925937f9.png) I understand it can be tricky to...

enhancement

**Preconditions** HeidiSQL 12.0.0.6468 Windows 11 64-bit **Describe the bug** Seting next auto increment value for SQLite table causes syntax error **To Reproduce** Assign a new auto increment value and click...

nettype-sqlite

**Preconditions** HeidiSQL 12.0.0.6468 Windows 11 64-bit **Describe the bug** Syntax error while creating two or more columns. **To Reproduce** Create a new columns and save. This produces a query like:...

nettype-sqlite

**Preconditions** HeidiSQL 12.0.0.6468 Windows 11 64-bit **Describe the bug** Syntax error while creating enum column. **To Reproduce** Create a new column by type enum. This produces the query: ``` ALTER...

nettype-sqlite