Skip to content

Commit 93de863

Browse files
authored
New version: PureDevSoftware.10x version 1.0.343.0 (microsoft#275158)
1 parent 25bf37f commit 93de863

4 files changed

Lines changed: 130 additions & 0 deletions

File tree

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: PureDevSoftware.10x
5+
PackageVersion: 1.0.343.0
6+
InstallerType: burn
7+
Scope: machine
8+
FileExtensions:
9+
- 10x
10+
- 10x_settings
11+
- 10x_syntax
12+
- 10x_workspace
13+
- c
14+
- c++
15+
- cc
16+
- cp
17+
- cpp
18+
- cxx
19+
- h
20+
- h++
21+
- hh
22+
- hp
23+
- hpp
24+
- hxx
25+
- inl
26+
- sln
27+
ProductCode: '{3c1ca7c6-d77a-47a4-9c0e-2ba428575a33}'
28+
ReleaseDate: 2025-07-17
29+
AppsAndFeaturesEntries:
30+
- UpgradeCode: '{9B881BA1-7F62-4CA2-873C-5916760E4340}'
31+
Installers:
32+
- Architecture: x64
33+
InstallerUrl: https://www.puredevsoftware.com/download.php?file=10x_prev_versions/10xInstaller_1_0_343_0.exe&type=exe
34+
InstallerSha256: 2AA14A6A256910130D247AF283B49E5C2CD09F8FE59834368B5C26B38DF46022
35+
ManifestType: installer
36+
ManifestVersion: 1.10.0
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: PureDevSoftware.10x
5+
PackageVersion: 1.0.343.0
6+
PackageLocale: en-US
7+
Publisher: PureDev Software
8+
PublisherUrl: https://www.puredevsoftware.com/
9+
PublisherSupportUrl: https://www.10xeditor.com/contact.htm
10+
PrivacyUrl: https://www.10xeditor.com/10x_privacy_terms.htm
11+
Author: PureDev Software Limited
12+
PackageName: 10x
13+
PackageUrl: https://10xeditor.com/
14+
License: Proprietary
15+
LicenseUrl: https://www.puredevsoftware.com/terms.htm
16+
Copyright: Copyright 2025 PureDev Software
17+
CopyrightUrl: https://www.puredevsoftware.com/terms.htm
18+
ShortDescription: A High-Performance C++ Editor
19+
Description: |-
20+
There are many code editors and IDEs on the market, so why does the world need another editor? 10x is designed to be a fast and responsive editor, that understands C++ out of the box and performs well with the largest of codebases (>5 million loc).
21+
There are Editors/IDEs that can handle many languages and have plugins for every eventuality, but due to the sheer size and complexity of these IDEs, they can become unresponsive and start failing for very large projects.
22+
Conversely, there are many fast and lightweight code editors, but they often don't parse C++, or they require complicated setup with 3rd party parsers.
23+
10x is designed to fill the gap between a lightweight text editor and a full IDE. 10x has many of the features of an IDE but doesn't compromise on speed, even on the largest of projects.
24+
10x has a custom C++ parser that works out of the box, no setup required. The parser is fast and robust and incrementally parses as you type. It provides syntax highlighting, goto-definition, autocomplete and a lot more.
25+
There are many editors/IDEs that promise everything, but it often comes at a cost, either in terms of responsiveness, robustness, or complexity of setup. With 10x, there is no need to compromise. You get the features you need with a fast and responsive editing experience.
26+
10x is aimed predominantly at the professional developer working on large and complex C++ codebases where productivity is vital. 10x makes it easy to quickly navigate around a large project and find what you need. 10x keeps you in the flow.
27+
Coding at 60fps with instant workspace search is something you just have to experience. You may not think your current editor is slow until you try 10x.
28+
10x supports opening of Visual Studio projects, opening folders, and the creation of custom 10x workspaces.
29+
10x is currently Windows only. Support for other platforms is planned for the future.
30+
As well as a custom built C++ parser, 10x also has syntax highlighting for many other languages.
31+
10x also has a powerful python API, which allows functionality to be added using python scripts.
32+
Tags:
33+
- code
34+
- coding
35+
- develop
36+
- development
37+
- programming
38+
ReleaseNotes: |-
39+
Summary
40+
41+
Fixed perforce diff tool constantly opening
42+
43+
General Fixes
44+
45+
- Stopped the diff tool showing every time a file gets focus if P4DIFF environment variable is set
46+
ReleaseNotesUrl: https://10xeditor.com/versions.htm
47+
PurchaseUrl: https://10xeditor.com/pricing.htm
48+
Documentations:
49+
- DocumentLabel: Documentation
50+
DocumentUrl: https://10xeditor.com/10xDocumentation/10xDocumentation.htm
51+
- DocumentLabel: FAQ
52+
DocumentUrl: https://10xeditor.com/faq.htm
53+
ManifestType: defaultLocale
54+
ManifestVersion: 1.10.0
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json
3+
4+
PackageIdentifier: PureDevSoftware.10x
5+
PackageVersion: 1.0.343.0
6+
PackageLocale: zh-CN
7+
License: 专有软件
8+
ShortDescription: 高性能 C++ 编辑器
9+
Description: |-
10+
市场上已有众多代码编辑器和集成开发环境(IDE),为何还需要另一个编辑器?10x 被设计为一款快速响应的编辑器,它开箱即懂 C++,并能流畅处理超大规模代码库(>500 万行)。
11+
现有编辑器/IDE 虽然能支持多种语言并通过插件满足各种需求,但由于其庞大复杂的架构,在面对超大型项目时往往变得卡顿甚至崩溃。
12+
另一方面,虽然存在许多轻量快速的代码编辑器,但它们通常不具备 C++ 解析能力,或需要配置复杂的第三方解析器。
13+
10x 旨在填补轻量文本编辑器与全功能 IDE 之间的空白。它既具备 IDE 的诸多特性,又能在处理巨型项目时保持极速响应。
14+
10x 内置的自研 C++ 解析器无需配置即可工作,通过实时增量解析提供语法高亮、跳转定义、自动补全等核心功能。
15+
许多编辑器/IDE 承诺一切,但往往以牺牲响应速度、稳定性或配置复杂度为代价。10x 则无需妥协——在获得所需功能的同时,您将享受丝滑般的编辑体验。
16+
10x 专为处理大型复杂 C++ 代码库的专业开发者打造,通过高效的项目导航帮助开发者保持心流状态。
17+
以 60 帧速率编写代码,配合即时工作区搜索的体验,唯有亲身体验才能领会。在尝试 10x 之前,您可能从未察觉现有编辑器的迟缓。
18+
10x 支持直接打开 Visual Studio 项目、文件夹,并能创建自定义工作区。
19+
10x 目前仅支持 Windows 平台,未来计划扩展至其他系统。
20+
除自研 C++ 解析器外,10x 还支持多种其他语言的语法高亮。
21+
10x 还配备了强大的 Python API,允许通过脚本扩展功能。
22+
Tags:
23+
- 代码
24+
- 开发
25+
- 编程
26+
Documentations:
27+
- DocumentLabel: 文档
28+
DocumentUrl: https://10xeditor.com/10xDocumentation/10xDocumentation.htm
29+
- DocumentLabel: 常见问题
30+
DocumentUrl: https://10xeditor.com/faq.htm
31+
ManifestType: locale
32+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: PureDevSoftware.10x
5+
PackageVersion: 1.0.343.0
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)