search
HomeWeb Front-endH5 TutorialHBuilder 编辑器有什么故事?

HBuilder 编辑器有什么故事?

回复内容:

作为主创团队,说下我们的想法。
DCloud公司是为HTML5而生的一家创业公司。
HTML5要想普及,需要解决很多问题。业内俗称HTML5有“性工能”障碍,因为HTML5的性能、工具、能力都比不过原生。
DCloud为此推出了3个产品:HBuilder开发工具、HTML5plus增强浏览器引擎、mui前端框架。
HBuilder是所有产品的核心和入口。
我们希望把HBuilder打造成最好用的、免费的HTML5开发工具,让程序员可以更爽的开发HTML5应用。
因为我们自己也是程序员,我们非常在意写代码爽不爽,所以给HBuilder注入了很多极客气质,代码输入法、代码块、语法提示引擎、无鼠标操作。。。

不少人再问登录注册联网的事情。
首先从2015年夏天起,HBuilder的新版已经不要求必须联网了,启动后可以点离线使用。
然后说说我们为什么要联网。
现在是云+端的互联网时代,一个单机工具没有前途,尤其是免费的单机工具更没前途。
有了云的支持,开发者可以获得更好的服务和体验。
比如云打包,可以让没有mac的开发者开发ios app,比如开发者积分系统,有助于社区的活跃。
我们电脑里几乎找不到纯单机工具了,vs、dreamweaver这些工具都已经是云+端的服务模式了。
但大家在意登陆问题,本质其实是在意代码安全。
HBuilder不会采集用户代码,我们没兴趣、也不敢招惹此类事情。不放心的人尽可以做安全测试。我们绝对没有采集用户代码的行为。
最多联网时报个日活数,好给我们的报表上增加日活数量。
做免费软件不容易,希望大家支持我们。


另外在这里回复太多都重复了,我们的网站上有我们的完整想法,欢迎大家到这里做客:ask.dcloud.net.cn/docs
也欢迎大家提供好的建议,让我们程序员拥有更顺手的工具。 在 webstorm 面前,显得功能太弱。 不适的地方是必须联网,而且不介绍离线使用的方法。每天强制更新,联网是可以抓取我们的代码到你们的云服务器,使用过程中有不安全感。
HBuilder 编辑器有什么故事?
希望Hbuilder团队能够做出改善。 快得像个编辑器,胖得像个 IDE 你们这些不懂得珍惜Hbuilder的人

都是什么素质啊 下个mac版,要装JAVA,下个windows版,要联网,我还是用sublime吧 在这里说不行的、恶心的、某某编辑器好的同学你们可以言论自由,但是她是唯一一个免费跨平台的国人代码编辑。HBuilder团队带着爱和使命做了很多很多。
HBuilder他们不需要你们任何感谢,我们就不能支持下他们吗?
HBuilder作为中国首个免费的代码编辑器,我会一直支持你们。 刚刚使用,直接连接手机端生成app让我很 惊艳。对于刚解除移动app开发的人来说,做的功能很到位了,使用感受:
开发框架,示例代码,移动端,web端,全部整合到一起了,让开发专注于开发。

缺点,机型适配还是有问题。 我的工作涉及到C#、AS3、Obj-C、Swift,但是我从来没把js当过是一门语言,而且一直当它是个低级的脚本,直到遇到Hbuilder。我这个人比较懒,而且比较极端,认为如果IDE里没有完善提示的语言就没什么前途,连看都不看。

HBuilder让我彻底改观,速度,提示,远比WebStorm好。

内存问题没遇到过,笔记本都16G的时代了。

登录,那就登吧,没什么关系。

刚刚完成第一个基于js的项目,完全爱上js了,这都是因为HBuilder带来的。 良心产品 免费产品里算很好的了
Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
H5 Code Structure: Organizing Content for ReadabilityH5 Code Structure: Organizing Content for ReadabilityMay 07, 2025 am 12:06 AM

A reasonable H5 code structure allows the page to stand out among a lot of content. 1) Use semantic labels such as, etc. to organize content to make the structure clear. 2) Control the rendering effect of pages on different devices through CSS layout such as Flexbox or Grid. 3) Implement responsive design to ensure that the page adapts to different screen sizes.

H5 vs. Older HTML Versions: A ComparisonH5 vs. Older HTML Versions: A ComparisonMay 06, 2025 am 12:09 AM

The main differences between HTML5 (H5) and older versions of HTML include: 1) H5 introduces semantic tags, 2) supports multimedia content, and 3) provides offline storage functions. H5 enhances the functionality and expressiveness of web pages through new tags and APIs, such as and tags, improving user experience and SEO effects, but need to pay attention to compatibility issues.

H5 vs. HTML5: Clarifying the Terminology and RelationshipH5 vs. HTML5: Clarifying the Terminology and RelationshipMay 05, 2025 am 12:02 AM

The difference between H5 and HTML5 is: 1) HTML5 is a web page standard that defines structure and content; 2) H5 is a mobile web application based on HTML5, suitable for rapid development and marketing.

HTML5 Features: The Core of H5HTML5 Features: The Core of H5May 04, 2025 am 12:05 AM

The core features of HTML5 include semantic tags, multimedia support, form enhancement, offline storage and local storage. 1. Semantic tags such as, improve code readability and SEO effect. 2. Multimedia support simplifies the process of embedding media content through and tags. 3. Form Enhancement introduces new input types and verification properties, simplifying form development. 4. Offline storage and local storage improve web page performance and user experience through ApplicationCache and localStorage.

H5: Exploring the Latest Version of HTMLH5: Exploring the Latest Version of HTMLMay 03, 2025 am 12:14 AM

HTML5isamajorrevisionoftheHTMLstandardthatrevolutionizeswebdevelopmentbyintroducingnewsemanticelementsandcapabilities.1)ItenhancescodereadabilityandSEOwithelementslike,,,and.2)HTML5enablesricher,interactiveexperienceswithoutplugins,allowingdirectembe

Beyond Basics: Advanced Techniques in H5 CodeBeyond Basics: Advanced Techniques in H5 CodeMay 02, 2025 am 12:03 AM

Advanced tips for H5 include: 1. Use complex graphics to draw, 2. Use WebWorkers to improve performance, 3. Enhance user experience through WebStorage, 4. Implement responsive design, 5. Use WebRTC to achieve real-time communication, 6. Perform performance optimization and best practices. These tips help developers build more dynamic, interactive and efficient web applications.

H5: The Future of Web Content and DesignH5: The Future of Web Content and DesignMay 01, 2025 am 12:12 AM

H5 (HTML5) will improve web content and design through new elements and APIs. 1) H5 enhances semantic tagging and multimedia support. 2) It introduces Canvas and SVG, enriching web design. 3) H5 works by extending HTML functionality through new tags and APIs. 4) Basic usage includes creating graphics using it, and advanced usage involves WebStorageAPI. 5) Developers need to pay attention to browser compatibility and performance optimization.

H5: New Features and Capabilities for Web DevelopmentH5: New Features and Capabilities for Web DevelopmentApr 29, 2025 am 12:07 AM

H5 brings a number of new functions and capabilities, greatly improving the interactivity and development efficiency of web pages. 1. Semantic tags such as enhance SEO. 2. Multimedia support simplifies audio and video playback through and tags. 3. Canvas drawing provides dynamic graphics drawing tools. 4. Local storage simplifies data storage through localStorage and sessionStorage. 5. The geolocation API facilitates the development of location-based services.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version