Skip to content

Conversation

@AlexAndBear
Copy link
Contributor

@AlexAndBear AlexAndBear commented Jun 23, 2025

Description

Add support for additional text-based file types

🖍️ Markup & Web

  • .html
  • .css
  • .scss
  • .sass
  • .less

💻 Scripts & Source Code

  • .c
  • .cpp
  • .java
  • .sh
  • .bat
  • .asm
  • .ts
  • .tsx
  • .jsx
  • .vue

⚙️ Config & Environment

  • .yml
  • .yaml
  • .toml
  • .ini
  • .conf
  • .env

📊 Structured Data

  • .csv
  • .tsv
  • .xml

📄 Other Text Formats

  • .log
  • .rtf
  • .ics
  • .dockerfile
  • .makefile

Related Issue

How Has This Been Tested?

  • test environment:
  • test case 1:
  • test case 2:
  • ...

Types of changes

  • Bugfix
  • Enhancement (a change that doesn't break existing code or deployments)
  • Breaking change (a modification that affects current functionality)
  • Technical debt (addressing code that needs refactoring or improvements)
  • Tests (adding or improving tests)
  • Documentation (updates or additions to documentation)
  • Maintenance (like dependency updates or tooling adjustments)

Copilot AI review requested due to automatic review settings June 23, 2025 16:57
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR expands file type support in the text editor by updating the file extension configuration.

  • Added a range of new extensions for markup, scripting, configuration, and other text formats.
  • Adjusted import order for improved organization.

Copy link
Contributor

@kulmann kulmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥳

@kulmann kulmann merged commit ef1d9ca into main Jun 24, 2025
20 of 21 checks passed
@kulmann kulmann deleted the text-editor-add-more-supported-formats-2 branch June 24, 2025 03:50
@github-project-automation github-project-automation bot moved this from In Progress to Done in OpenCloud Team Board Jun 24, 2025
@openclouders openclouders mentioned this pull request Jun 23, 2025
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Allow edit and display of text files with non .txt extension

4 participants