You do realize there is an "Expand" function right?
Actually, no, I was not aware of that
I still think it should expand a little bit more by default, but maybe that's just me. If you can just fix the line-height, I can manage with the expand function
You may have missed the end of what I wrote since I edited my post while you were replying
Also, it seems to be inheriting the line-height from another class (.post-body or something like that), so it's currently at 1.4em and not really a big difference from before.
When downloading the code (using the supplied download link) a .txt file is downloaded. The default program for opening text files on windows is notepad. Linebreaks are not registering.. so they must be \n instead of \r\n.
Mangles the code.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
s.dot wrote:Just noticed this, for windows users..
When downloading the code (using the supplied download link) a .txt file is downloaded. The default program for opening text files on windows is notepad. Linebreaks are not registering.. so they must be \n instead of \r\n.
Mangles the code.
After careful research, I have discovered that the best solution to this issue is to use a real operating system.
s.dot wrote:Just noticed this, for windows users..
When downloading the code (using the supplied download link) a .txt file is downloaded. The default program for opening text files on windows is notepad. Linebreaks are not registering.. so they must be \n instead of \r\n.
Mangles the code.
After careful research, I have discovered that the best solution to this issue is to use a real operating system.
Indeed, I dual boot.
But majority are windows users so I thought I'd mention.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
s.dot wrote:Just noticed this, for windows users..
When downloading the code (using the supplied download link) a .txt file is downloaded. The default program for opening text files on windows is notepad. Linebreaks are not registering.. so they must be \n instead of \r\n.
Mangles the code.
After careful research, I have discovered that the best solution to this issue is to use a real operating system.
Yes, or failing that, wordpad, notepad++, etc...
mysql_function(): WARNING: This extension is deprecated as of PHP 5.5.0, and will be removed in the future. Instead, the MySQLi or PDO_MySQLextension should be used. See also MySQL: choosing an API guide and related FAQ for more information.
The truth is it should be coded for the most common case scenario. Sadly, that is Notepad running on Windows. We need to fix this. Just need to figure out how.
RobertGonzalez wrote:The truth is it should be coded for the most common case scenario. Sadly, that is Notepad running on Windows. We need to fix this. Just need to figure out how.
Could we change the name to be an RTF file? That'll open in Wordpad.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.