, download the appropriate compression package, the following is the decompression directory composition:7. Use the keyboard to tap the Win+r key, enter cmd, enter the Bat window, convert the current directory to the above extract directory, we enter the following command:Python set.py InstallNext please look at the corresponding log, the successful execution, the module has been installed, the code can be written to import the module(In addition the PIP tool can also be installed to download ot
Control on the menu bar to see the following:3. Open Menu->preferences->browse Packages, go to File Manager as shown:Download the Sublime_text_3.zip file to unzip, get the Default.sublime-package file, open the "Installed Packages" folder.Paste the Chinese package file "Default.sublime-package" to "Installed Packages" folder, do not need to refresh to see the Chinese effect, as shown in4, install plug-in emment (preferences-->package Control) Enter the install package and then enter "Emment" Wa
From sourcePython forces indentation, using the TAB key and spaces, but not mixed. Mixing tabs and spaces results in an error: Indentationerror:unindent does not match any outer indentation level. If your editor doesn't visualize spaces and tabs, it's crazy to change.PEP8 recommends using spaces to indent. Because different editors, the IDE handles the TAB key differently, some widths are 4, and some are 8.Configure the following to modify the configu
contents of the file to another file
Zz
Exit editor, save and then exit if file is changed
: X
Exit editor, save and then exit if file is changed
:n1,n2w file
Write the contents of N1 line to N2 to file
:n1,n2w >> file
Append the contents of the N1 line to the N2 to file
: E file2
Edit File2 in the command line m
Today, when you open someone else's Python script and want to find the IDE, there was a Python plugin installed in eclipse, but it seems too old, and many SYS methods can't find it.And on the Internet to find a Python IDE tools, watch many people in praise of this sublime, down with a bit, wow, suddenly by its sexy appearance to be impressed. But oh, it does not support GBK, my python file up Chinese garbled, how to break?Internet search method, there
A text editor with an extremely beautiful Mac Style,
What matters is not beauty, but functionality, details, and ease of use,
Although it is a paid software, you don't need to buy it all the time, just occasionally remind you to buy it.
It is strongly recommended to use one. Try it!
Reference several blogs:Sublime Configuration Overview
Http://cloudbbs.org/forum.php? MoD = viewthread tid = 3620.[Video] sub
Sublime text and Atom Editor column editing mode
Atom's Column-editing mode
The Atom Editor cannot drag a continuous column selection without adding a plugin, and you can select the row to edit only one line after the shortcut key is pressed.The shortcut keys that add rows to a selection and remove them from the selection are:
Ctrl + left mouse button
The sublime itself does not have the ability to run a Python program, and it needs to be set up. Here are the steps to set up after installing sublime:Click "Preference"----"Browse Packages"----"python", edit the Python.sublime-build file, add the path to the Python application, and I am installing to c \ In the Python27 path:{"cmd":["Python.exe","- u","$file"],"Path":"c:/python27","File_regex":"^[]*file \ "(... *?) \ ", line ([0-9]*)","selector":"Sou
1. Automatic completion of simple grammarpreferences->setting UserEnter the following code to save. {"Auto_complete": True, "auto_match_enabled": true}exit Sublime re-enter.Seems to be not working, need to wait a while to OK.2, HTML commonly used to complement the waysuch as: inputDiv.wrapper>div.header+div.main+div.footerThen press the TAB key to instantly turnExplain> contains child elements. Class name #id名 + sibling elementSupport brackets, input
Hot exitTab--space DistinctionIndent LineSame word Auto highlight--string match--Quick checkCode Auto-CompleteCTRL + Z undo ctrl+y Recovery UndoCtrl+p file SwitchingCtrl+g arbitrary row switchingCtrl+r function SwitchingCtrl+enter Insert Line after cursor ctrl+shift+enter cursor before insertingctrl+/comment, anti-comment quick switchshift+ right mouse button--column selectionCtrl+l Select the entire row (press and hold-continue to select the following line, i.e. hold down CTRL and do not press
Http://www.yzswyl.cn/blread-1609.html
Today, a friend in the group said that the toolbar in the Sublime Text editor he used does not know where it went, so I also tried to download and execute the following operation "view"-> "hide menu", and the menu bar disappeared. The following situations occur:
No matter what the point is useless, so I went to the official website to read the instructions and found
Editor notes -- sublime text3 compile sass, sublimesassIf you have installed the sass and sass build plug-ins to the ST, command + B compilation is no problem, then install koala and introduce the sass you want to edit in koala, and set the sass file to automatic compilation, so the sass can be automatically compiled when it is saved by using ST to edit the sass, without the need for every command + B compi
Vertical vertical multi-line editingDrag orShift + Right-click to dragSwitch filesCTRL + P input file nameYou can drag the project folder to the left column of sublime text,You can also open a file -- open a folder -- the folder where the project is located, but it will open in a new window,In this way, files are displayed in the form of projects (this is only available in IDE ),At this time, CTRL + P can search all files under the same project!CTRL +
Recently, I accidentally found a free Microsoft Xml editor. I think it's good to try it out. I recommend it to you. I don't know if you have a better Xml editor. Microsoft official: http://www.microsoft.com/downloads/details.aspx? Familyid = 72d6aa49-787d-4118-ba5f-4f30fe913628 displaylang = en.After the installation,
xml| Create
I'm sure you have some knowledge of XML, and you might be tempted to write an XML text now, but there are so few cross-platform, free XML editors you can find now. So in this article, I would like to introduce or take you step-by-step to develop a simple XML
[Open-source download] winform-based xml menu Editor (c # source code ),
Xml editor source code
Recently, I helped my friends build a file management system. The client can upload files to the server, download files from the server, and support multiple users. The networkcomms v3 framework used by the communication f
Http://blog.163.com/chou_ke/blog/static/103413720077136349866/
The UE editor has always been a good helper for programming and editing texts. The most profound feature of its image is the column mode editing function, which brings a lot of convenience to my work, however, being a programming tool without formatting the source code seems to make ue less beautiful, but this is not the case, two open-source command line tools provided by UE can well form
Document directory
1. Editor code format Configuration
2. XML code format Configuration
3. Description
4. Eclipse text format settings
5. The eclipse Code cannot be displayed.
1. Editor code format Configuration
On the eclipse menu bar, click window-preferences to open the preferences setting window. Select the Java option-code style-formatter on the left
In some versions of Eclipse and MyEclipse for Java EE, each double-click on a JSP file opens half a Web browser, half a page code editor,and write code always very uncomfortable, automatically refresh the page editor.The cursor that causes the code to be written will always jump automatically,Always right-click a JSP file to select JSP Editor to open the Pure Code Editor.In fact you can set Eclipse and MyEc
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.