Skip to content
#

source-code

Here are 598 public repositories matching this topic...

brainchild0
brainchild0 commented Apr 30, 2020

Currently, the application supports multiple open windows, and multiple tabs in each window.

If a user wishes to open a new file, the general possibilities include creation of a new window, or of a new tab in the existing window. Which possibility occurs in a particular case depends not on explicit direction by the user, but on the manner in which the the file is selected.

If the file is

kevinyan815
kevinyan815 commented Jun 2, 2018

关于接下来要写什么:

你们在这个时间点看到的文章已经把Laravel的Database部分都讲完了,接下来的计划是:

事件系统、用户认证系统、异常处理、Session以及Laravel应用请求整个生命周期的总结,当然我也想把
Composer原理和Laravel中用到的设计模式说一下以便更好的理解。时间来到了6月,希望能在18年把Laravel这些核心相关的东西大体梳理完,把年初挖的这个坑填上。

关于问题反馈和交流:
我在写这些文章时都会尽量严谨防止由于自己的失误误导大家,有的部分源码过多也就难免会有贴上了大块源码的地方,如果有看不懂的也欢迎针对话题新开issue来讨论。

codespan
brendanzab
brendanzab commented Mar 28, 2020

Currently codespan-reporting treats tabs as being a constant width, but this is incorrect, as @legendiguess notes:

The other would be to only adjust the underline calculation to account for tabs in line, but I'm not sure if display of "\tt" is always 5 ascii characters.

\t move next characters t

colindean
colindean commented Apr 23, 2018

I've got a couple of Rust source files (added syntax in #41) with the non-ASCII character for ellipses:. copyright-header doesn't seem to like that:

SKIP src/logging.rs; invalid byte sequence in US-ASCII
SKIP src/update.rs; detected existing license
SKIP src/main.rs; invalid byte sequence in US-ASCII

It's not a huge deal for us because it's only two files but I'm sure others

bug

Improve this page

Add a description, image, and links to the source-code topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the source-code topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.