Media Companion (64-bit)

最新版本 PhpStorm 2018.1.3

PhpStorm 2018.1.3

PhpStorm 2018.1.3
Media Companion 64bit 是原來免費使用的電影 / 電視節目管理器和組織者,提供全面的 XBMC 集成。你如何組織你的藍光和 DVD 收藏?隨著媒體伴侶它非常容易!簡而言之,Media Companion 提供了從 Internet 收集信息的工具,並以有組織的方式向您提供這些信息。收集的信息包括諸如海報,背景,情節總結,演員和演員圖片,評分等,並與您的視頻文件放在一起,以方便添加到您的圖書館。 Media Companion 64 位目前支持電影和電視節目!

Movie 功能包括:
XBMC 電影鏈接刮藍光文件夾結構。使用內置的刮板從 IMDB 中刮取電影信息使用 XBMC 刮板從 TMDB 刮取電影信息。從 IMDb,TMDb,IMPA 和 MPDB 中下載電影海報。從 TMDb 下載電影背景。從 Fanart.TV 下載藝術作品從 IMDb& 雅虎查看和編輯所有獲得的數據。在 NFO 中保存媒體標籤。包括“ExtraThumbs”和“ &lsquo 的; ExtraFanart&rsquo 的; (對於支持此功能的皮膚,電影需要放在單獨的文件夾中)使用自定義或設置參數自動重命名使用自定義或設置參數自動重命名影片的文件夾使用選擇的過濾器和搜索來搜索​​和瀏覽影片。導出到 HTML 電影細節& 藝術品,可定制的模板。電視節目功能包括:
內置 TVDb 刮板或 XBMC TVDb 刮板的選擇自動從 TVDb 下載電視節目和劇集的信息。從 TVDb 或 IMDb 下載演員圖像。下載並選擇顯示和個別季節的海報。下載插曲截圖。從 Fanart.Tv 下載藝術作品如果下載不可用,則創建截圖。使用設置或自定義參數自動重命名劇集包括“ExtraThumbs”& &lsquo 的; ExtraFanart&rsquo 的; (對於支持此功能的皮膚)保存 NFO 中的媒體標籤顯示收藏中缺失的情節。以播放日期順序顯示劇集(所以你可以看到特別適合的位置)導出到 HTML 電視細節與可定制的模板。



ScreenShot

軟體資訊
檔案版本 PhpStorm 2018.1.3

檔案名稱 PhpStorm-2018.1.3.exe
檔案大小 219 MB
系統 Windows XP64 / Vista64 / Windows 7 64 / Windows 8 64 / Windows 10 64
軟體類型 開源軟體
作者 StormyKnight
官網 https://mediacompanion.codeplex.com/
更新日期 2018-05-10
更新日誌

What's new in this version:

PhpStorm 2018.1.3 Build 181.4892.97

- This build delivers new features, bug fixes and improvements for PHP and the Web, and takes on the latest improvements in IntelliJ Platform

Notable bug fixes and features worth mentioning:
- void return type is not autocompleted WI-41850
- Find in Path” shortcut (Ctrl+Shift+F) not working in “Find in Path” preview window IDEA-189447
- Replace all’ confirmation popup is out of focus IDEA-186587
- Run configuration drop down menu does not show the full name of the test being selected IDEA-182763
- Wrong commit and push buttons rendering IDEA-190206
- Don’t add renamed or moved files to git index unless configured to do so IDEA-118140
- Default run/debug configurations are not saved IDEA-189444


PhpStorm 2018.1.2 Build 181.4668.78

Syntax Highlighting in Quick Definition:
- Using the Quick Definition popup became more convenient: with added syntax highlighting, you can now read what exactly a function or a class is doing, without losing your current context.
- Flexible configuration of imports from the global namespace
- In the previous versions of PhpStorm, you could choose to either import everything (functions, classes, constants) from the global namespace or use FQN for functions and constants. We’ve listened to your feedback and realized that more flexibility is sometimes required. In PhpStorm 2018.1.2, you can control auto-import separately for classes, functions, and constants
- For classes, you can choose between “insert FQN” and “prefer import” (PhpStorm will insert import if this doesn’t result in a conflict). For functions and constants, the options are “insert FQN”, “prefer import”, and “prefer fallback” (you can refer to the PHP documentation for its exact meaning)

Notable bug fixes and features worth mentioning:
- Collapsing tree node does not collapses all subnodes (regression)
- Command Line Tools Console – Cursor Not In Run Box
- Incorrect variable name during phpDoc generation for field in case inferred type in constructor $this
- Goto definition’ on ‘new expression’ targeting parent class __construct instead of referenced class
- Provide the ability to disable tooltips in editor without disabling inspections
- Subversion File History not working for links with spaces
- Typescript readonly type inference from const
- Add option to omit JsDoc types for TypeScript code


PhpStorm 2018.1.1 Build 181.4445.72

File-level suppression to PHP inspections:
- PhpStorm provides a lot of inspections to catch all sort of errors in your code, but it may occur that some particular code shouldn’t follow the standards set for the whole project. In previous PhpStorm versions, you were able to suppress a warning for a particular statement or declaration. PhpStorm 2018.1.1 brings the ability to suppress an inspection for the whole file: just add /**@noinspection <inspection_name> */ right after the first opening PHP tag or press ALT+Enter on the inspection warning and select Suppress for file in the submenu. You can also use /**@noinspection ALL */ to suppress all inspection for the file.

Required plugins for a project:
- Suppose you’ve found an essential plugin that would help a lot with developing your project (Symfony or PHP Annotations plugins are good examples of such plugins), and you want to make sure that everybody on your team is on the same page. Previously there was no way to let your colleagues know about the plugins without talking to them or writing the readme file. PhpStorm 2018.1.1 introduces Required plugins, which you can locate under Preferences | Build, Execution, Deployment | Required Plugins. You can specify the plugins and their exact versions as the project’s requirements. After you’ve set them, PhpStorm will notify if the required plugins are missing or need an update.

Go to Type action:
- You might have already used the Navigate | Type declaration action when working with JavaScript or when using our other IDEs. It lets you navigate to the type declaration from any expression, and now it is available in PHP, as well.

Notable bug fixes and features worth mentioning:
- Incorrect ‘find usages’ / refactoring of __constructor of parent class WI-19518
- Indexing of large files WI-41378
- Deployment: context menu is missing if no default server is selected WI-40826
- Docker-compose: output isn’t shown WI-41002
- Keystrokes lost during freezing IDEA-186636
- CommonJS: properties of function object returned by exported module not resolved WEB-24161
- DESC/DESCRIBE in read-only mode DBE-397


PhpStorm 2018.1 Build 181.4203.565

PHP Language:
- Inline function/method refactoring
- Refactor your code to functional style
- Configurable unchecked exceptions
- Goto Symbol navigation improvements
- Hierarchy checks for class aliases

Testing:
- Creating class from test
- Codeception: code coverage
- Better @covers support
- Gutter icons for running tests

HTTP Client:
- Assertions support
- Simplified first start


PhpStorm 2017.3.6 Build 173.4674.46
Bug fixes and features:
- PhpStorm v2017.3.4 & Codeception v2.4.0 incompatibility WI-40950


PhpStorm 2017.3.5 Build 173.4674.45
- Notable bug fixes and features worth mentioning
- Fixed: Built-in SSH: does not support strong security ciphers – Cannot negotiate, proposals do not match IDEA-140196
- PhpStorm v2017.3.4 & Codeception v2.4.0 incompatibility WI-40950
- Fixed: Multiple “Updating indices” bg tasks after external file system changes IDEA-123287
- Fixed: Autocomplete too fast and leads to errors when inputting a number DBE-4965
- Fixed: Hide MySQL Collations & Schemas DBE-5557
- Fixed: Database Console name in Files have turned into guids DBE-5904


PhpStorm 2017.3.4 Build 173.4548.32
Fixed:
- Allow UI scale exceed 2x
- Multiple “Updating indices” bg tasks after external file system changes
- Evaluate window: cannot TAB from expression into results tree


PhpStorm 2017.3.3 Build 173.4301.34

REST Client: Auto-formatting of responses:
- In this build, we’ve implemented one of the new REST client’s most voted features: auto-formatting of request results. PhpStorm analyses Content-Type and formats the response accordingly. If type detection has failed for some reason, you can still choose between JSON, HTML and XML formatting manually. To see the original response, you can select the View as Text formatting type

Highlighting call-site in case of pass-by-reference:
- PHP 7.3 may introduce “Explicit call-site pass-by-reference” (RFC) that will allow prepending of a call-site argument with &. This should help to understand the code and notice possible unexpected changes of a variable. It’s still a year till the 7.3 release, but why wait?
- In this build, we’ve extended parameter hints with pass-by-reference visualization that will help you find a function or a method call that has reference declaration in a parameter. The new parameter hints will be shown for all arguments that are actually passed by reference. Please share your feedback about the new feature!

Notable bug fixes and features worth mentioning:
- Fixed: Short syntax array destructuring does not allow skipping values: WI-34517
- Fixed: Unhandled exception: doesn’t analyze “new MyClass” (constructor) expression: WI-37946
- Fixed: Broken “Change to” spelling quickfix in the Commit dialog: WI-39142
- PHP New Class now saves previously selected template: WI-39427
- Fixed: “Can’t run 32-bit version on Windows”: JRE-590
- Fixed: All run configurations lost after upgrade to 2017.3: IDEA-182966
- Fixed: Tool Window docking issue IDEA-149061
- Fixed: FETCH ALL IN returns error org.postgresql.jdbc4.Jdbc4ResultSet: DBE-2465
- Fixed: DataGrip does not recognize Redshift’s WITH NO SCHEMA BINDING clause: DBE-5404


PhpStorm 2017.3.2 Build 173.4127.29
Notable bug fixes and features worth mentioning:
- Unhandled exception shouldn’t be reported for tests with @expectedException
- Improved discoverability of Recursive Search in Find Window


PhpStorm 2017.3.1 Build 173.3942.32
- Support custom templates variables in ‘new class’ dialog
- Fix “Structure view is always collapsed”
- Fix Tool Window docking issue
- Fix “Unable to update issue state from Open Task dialog”


PhpStorm 2017.3 Build 173.3757.138
- Brand new editor-based REST client. With the new REST client, all the powers of the PhpStorm code editor are now available for your REST requests.
- Significant performance improvements. Typing latency in very complex PHP files has decreased significantly. We've examined typing latency in the mPDF main file, which is a 38k-line-long mix of PHP, JS, and HTML, and it is down by 75% in PhpStorm 2017.3!
- New inspections for exception handling. Three new inspection Unhandled exception, Redundant @throws and Redundant catch clause with corresponding Quick Fixes will help you take exceptions under your control!
- Test generation improvements. Now you can create Codespec and PhpSpec classes and create test methods!
- Improved Twig support. We've implemented language injections for Twig custom tags and named blocks as well as improved Twig formatting that can now handle complex structures.

PhpStorm 2018.1.3 相關參考資料
2018.1.3 | PhpStorm Blog

PhpStorm 2018.1.3 build 181.4892.97 is now available! You can download it here or in JetBrains Toolbox App. If you have installed the&nbsp;...

https://blog.jetbrains.com

Download PhpStorm: Lightning-Smart PHP IDE - JetBrains

The most intelligent PHP IDE with refactorings, code completion, on-the-fly code analysis and coding productivity orientation.

https://www.jetbrains.com

IntelliJ IDEA 2018.1.3 is released! | IntelliJ IDEA Blog

IntelliJ IDEA 2018.1.3 with a bunch of bug fixes and small improvements is now available for download on our website and in Toolbox App.

https://blog.jetbrains.com

Other Versions - IntelliJ IDEA - JetBrains

Code-centric IDE, focused on your productivity. Full Java EE support, deep code understanding, best debugger, refactorings, everything right out of the box...

https://www.jetbrains.com

Other Versions - PhpStorm - JetBrains

The most intelligent PHP IDE with refactorings, code completion, on-the-fly code analysis and coding productivity orientation.

https://www.jetbrains.com

Other Versions - WebStorm

WebStorm is a powerful IDE for modern JavaScript development, perfectly equipped for building applications with React, Angular, Vue.js and Node.js.

https://www.jetbrains.com

PhpStorm 2018.1.3 is released | PhpStorm Blog - JetBrains Blog

PhpStorm 2018.1.3 build 181.4892.97 is now available! You can download it here or in JetBrains Toolbox App. If you have installed the&nbsp;...

https://blog.jetbrains.com

PhpStorm 2018.1.3 Release Notes - Confluence

PHP Completion, Bug, WI-41850, void return type is not autocompleted. Bug, WI-41624, Type of &#39;self&#39; is ignored in completion sorting.

https://confluence.jetbrains.c

PhpStorm 2018.1.3 发布,包括新功能和错误修复- OSCHINA

PhpStorm 2018.1.3(build 181.4892.97) 已发布,可通过Toolbox 获取更新,也可直接下载PhpStorm 2018.1.3。 该版本提供了新功能、bug 修复和&nbsp;...

https://www.oschina.net

Previous PhpStorm Releases - PhpStorm - Confluence

We keep latest release in each branch available for download any time. (warning) Remember to install .zip &amp; .tar.gz versions into&nbsp;...

https://confluence.jetbrains.c