1024jp

Results 290 comments of 1024jp

考えていなくはないのですが、具体的なめどは立っていません。 またその場合も、はっきり「80文字目で折り返す」のではなく「フォントを等幅だと勝手に仮定して、その上で80文字目相当の幅で折り返す」ことになります。 正直なところこれ以上レイアウト関係の変数増やすとメンテが辛いという個人的な理由もあり...。

Hmm, interesting. The feature setting syntax style from shebang has already been implemented in CotEditor, but only when a file is opened (and there is no other clue in the...

Hmm, this is in spec currently. Well, I can change this (though the calculation cost increases), but I'm not sure which implementation makes more sense for most of the users:...

Currently, CotEditor doesn't provide such language-specific features and let users create their own scripts to fulfil such a demand. I consider to implement such "Compile" or "Run" commands in a...

Thank you for the feedback. As you pointed out, the current syntax parser and definition specification for CotEditor lack the concept to parse the tree structure of documents. And it...

Hi, thank you for the request. CotEditor uses a subsystem of Cocoa framework that called *document-based*. And a document-based application is designed to have a single window for each file....

Unfortunately, the maintainer is currently too busy to implement such a large new feature for a spare-time project 😢. I do not disagree with this feature, but just because of...

Because I recently received similar issues. I explain again the current state of this issue. --- Due to the limitation of the current CotEditor's implementation to extract syntax highlighting, fixing...

Thank you for the feedback. I also wish if I could implement that feature for a long time; however, it is unfortunatelly technically hard because Apple keeps the API for...

I did not know this feature on Xcode. Looks interesting. Because it seems they use not just simple AppKit components, it may take time to implement. But I'll dig it...