fasadkitchen.blogg.se

Tiki navigator
Tiki navigator







tiki navigator
  1. #Tiki navigator full
  2. #Tiki navigator code
  3. #Tiki navigator free
  4. #Tiki navigator windows

#Tiki navigator code

  • With certain layouts (including French Canadian), some keyboard shortcuts have no effect, such as "VCS Operations Pop-up" and Move to code block end/start.
  • Move Caret to Code Block end/start in a PHP file can bring to the wrong location.
  • The inspection for unused variables generates numerous false positives due to several scenarios, notably file inclusions and variable variables.
  • "Comment with Block Comment" does not behave properly on function with PHPDoc comments.
  • tiki navigator

  • In the editor's vertical scrollbar, the thumb's position, and size are broken, which makes it confusing to try navigating issues.
  • The debugger's console can display bogus error messages.
  • Similarly, importing Global variables in function scope using composed variable name/variable variables will fail to add them to the Debug tool window, and accesses will be erroneously displayed as errors.
  • Moreover, the debugger does not show these variables in the Variables zone due to Xdebug bug #546. Reads of the variables extracted are reported as errors.
  • PHP's extract() function is problematic.
  • To deal with this, either perform a dummy modification of all reverted files (for example, add a space and then remove it) or set Smarty to recompile always and accept a performance hit for every request. This means Local history reverts performed by PhpStorm will not be reflected in Tiki until template cache is cleared, by default. As of PhpStorm 2017.2.1, there is apparently no setting to control that behavior. Using PhpStorm's Revert action from Local history sets the reverted file's timestamp to the time the original version was created, rather than the time the reversion was performed.
  • Tiki's default Smarty cache behavior is to compile only if a template file's timestamp is newer than the timestamp recorded on the latest compilation.
  • Find in Path can be unwarrantedly sluggish (see IDEA-157017 ).
  • "Find in Path" forgets the scope when switching between projects.
  • Using "Find Usages" on a global variable in a function will only find usages in that function (see WI-18065 ).
  • Calls to methods through callbacks specified with a simple string are ignored.
  • A method will not show its usages from Smarty templates if the object on which the method is called is assigned from PHP.
  • A method will not show its usages through objects whose type PhpStorm fails to infer.
  • tiki navigator

  • "Find Usages" does not necessarily provide an exhaustive list.
  • The history of commit messages cannot be shared between projects (for example, when backporting a change).
  • #Tiki navigator windows

    Specifically, as of version 0.1 (PhpStorm 7.1.5), at least on Windows, direct drag-and-drop from/to Windows Explorer is not supported, unlike Eclipse's Remote System Explorer.

  • The SFTP plugin ( Remote Host) is in development.
  • #Tiki navigator free

  • You can get a free version for use on your Tiki work (see details below)ġ.2.
  • Live templates: create your own idiosyncratic code snippets and insert them by typing an abbreviated name followed by TAB.
  • #Tiki navigator full

  • Git: "Show History for Selection" (rather than annotating a full file).
  • Shelve changes which reverts your current changes and keeps them in a safe(ish) place until you want them back again.
  • Branch merging - as you would expect, far more civilized (and quick) than any other IDE I've tried, and so much more controllable (for me) than using a shell.
  • tiki navigator

  • Code completion on SQL files (fills in tables and column names from your database - thanks Luci ).
  • Tools -> Deployments -> Sync and Diff with Deployment.
  • Advanced debugging (breakpoint activation when another breakpoint is hit, expression evaluation on hover, etc).
  • View -> Compare with the clipboard (you can merge changes from the clipboard into an open file).
  • Sounds trivial but it's the first thing I've found that does it correctly in all languages, not just PHP and JS, but Smarty, HTML, and CSS too. (variable, method etc)Ĭommon on Java IDE, but not seen it on PHP Makes me smile, but seriously, the debugger knows what's going on to a far deeper level than any other PHP IDE I've tried
  • Also, if you specify the line number it takes you straight to it, as in tiki-jquery.js:288 or even more amazingly tiki-jquery.js on line 288Įxcept for the way it includes the leading slash.
  • "t a t o o" gets you tiki-admin_toolbars (the PHP, tpl and js files if you want)
  • Especially the way you can type the initials of the words in the filenameĮ.g.
  • 'Connection with 'xdebug' was not established' errorġ.
  • 'Cannot find PHPUnit in include path' error.
  • Troubleshooting when File Watcher is throwing an error File Watcher Settings to auto-compile SCSS Add a PHP Script to Run/Debug Configurations









    Tiki navigator