Coder Social home page Coder Social logo

dtrace-textmate-bundle's Introduction

This is a bundle for TextMate that adds the D Scripting language for DTrace and several useful DTrace scripts to TextMate. See the "Wiki" section at the top of the page for a more detailed explanation as to what works and what doesn't work right now.

What's Changed in 1.0 Beta 4
[CHANGED] Cleaning up Menu Structure some menu items have moved around slightly
[NEW] Scripts in the "More Mac OS X D Scripts" menu

What's Changed in 1.0 Beta 3?
[NEW] Run Script in terminal works! This is very preliminary and works for scripts that don't have "$target" (ones where you would invoke the script with -p) eventually a mechanism will be added so you can specify a pid or select an App to trace before running
[NEW] Entry & Return DTrace keywords and Tab Triggers

[FIX] Removed Redundant ustack() calls inside the Core Data Snippets
[FIX] One of the recently added DTrace providers still had boiler text there for some reason, changed this to the provider name
[FIX] Added the scope ( source.d ) to the newly added DTrace providers that were lacking any scope
[CHANGED] Changed "D Script" to just "D", screw the other D :P

What's changed in 1.0 Beta 2?
[ADDED] List of DTrace Providers

[FIX] Target's Trigger (keyboard shortcut "\") has been removed
[FIX] "$target" instead of just "target" is recognized as a DTrace keyword
[FIX] Many snippets had "source.d," as the scope instead of just "source.d" which meant that the tab triggers extended into any TextMate Document
[FIX] Many DTrace keywords in the "More DTrace Keywords" had no scope, this has been changed to "source.d"
[CHANGED] D Script Language Keyboard Shortcut to avoid conflict with "Diff"

Beta 1
Initial release

dtrace-textmate-bundle's People

Contributors

machx avatar mdippery avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

wycats

dtrace-textmate-bundle's Issues

test issue

this is just a test to test this repository

bundle uses only 1 color for all DTrace keywords

The regex in the dtrace bundle is not up to what it is supposed to be. As such there needs to be different colors for

DTrace script declaration
probe providers
probe modules
probe functions
probe keywords (entry,return,etc.)
DTrace arrays
DTrace keywords
etc

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.