For issues relating to the creation, use, and maintenance of code snippets.
0
votes
2answers
32 views
sublime text 2 snippet error - Empty Key?
Here is the error:
Error parsing content for snippet Packages/User/servlet-definition.sublime-snippet: Empty key
and here is the code:
<snippet>
<content><![CDATA[
...
-1
votes
1answer
25 views
how to create snippet in sublime text 2
<snippet>
<content>
<!doctype html>
<html>
<head>
<style type = "text/css">
</style>
</head>
<body>
...
0
votes
2answers
32 views
Underscore Snippet
Note: I have Emmet installed onto Sublime Text 2
In my workflow I have a lot of projects were I have to put underscores in betwwn every word in a sentence. Is there a snippet I could build in sublime ...
0
votes
0answers
28 views
Sublime Text snippet doesn't work in .scss files
I have the following saved in ~/Library/Application Support/Sublime Text 3/Packages/User as sass_mq.sublime-snippet:
<snippet>
<content><![CDATA[
@include respond-min() {}
...
0
votes
0answers
22 views
How to export data from user modx database to form?
I've table in modx database (orders), and i need to export data from that db to table at site.
I pushing into db with following snipept
<?php
function agregarCargas( &$fields )
{
...
1
vote
0answers
58 views
Vim: how to install the UltiSnips plugin?
I tried installing the UltiSnips plugin, but when Vim is loaded it creates a torrent of errors:
Error detected while processing C:\Documents and ...
0
votes
0answers
31 views
PHPEclipse code templates incorrect indenting
Indentation behaviour is incorrect using PHPEclipse code templates. If the code is already indented at the start of template insertion, the indent depth is ignored and tabs will be used even if you ...
-3
votes
0answers
39 views
PHP: Possible Class for filtering Phone Numbers for view? [closed]
I have a great function in place already. It removes all characters. Removes leading 1's (not necessary as we already know 1 for the US since we're in the US). And even formats 10 digit (assuming they ...
-3
votes
0answers
25 views
Hello,does anybody have a Python script that uploads the files in a folder to https://wigle.net/? [closed]
does anybody have a script that uploads the files in a folder to https://wigle.net/?
It needs to log in with username and password.
I have searched the net for a suitable snippet of code to use ...
0
votes
1answer
23 views
Backup Code Snippets for Xcode 4.6
I've been searching for backing up user code snippet for Xcode, and i got this below which is only for system snippets!
For Xcode's self contained app. This is the exact file path of the
default ...
0
votes
0answers
46 views
Finding a script name with an Aptana 3.4 snippet
Using a snippet keyword in a JavaScript editor, I want to be able to slice off the file extension (e.g. '.js') in order to derive a class name from the file name, and seed some comments and functions ...
0
votes
1answer
22 views
Emmet overwritten snippet
I have been following the lessons on HTML and CSS provided by Jeffery Way on Tuts+:
http://learncss.tutsplus.com/
I got to the video on Zen Coding:
http://learncss.tutsplus.com/lesson/zen-coding/
...
0
votes
3answers
96 views
Emitting node.js views and scripts as snippets
I have built a node.js app for which i would like to realize "snippets" to be included in external web applications. It means that i must create some javascript scripts to be included and called from ...
0
votes
1answer
25 views
create HTML snippet with jQuery for uinversal inclusion
I've to create a HTML/JS snippet which will be included in different WP installations as part of a post. I need some jQuery functions so I have to check if jQuery is already included and if it's not ...
0
votes
1answer
13 views
In ST2 snippets, can $TM_CURRENT_WORD be overwritten?
For context:
I'm writing up a snippet for Python to quickly cast a variable, like so: variable_foo to str(variable_foo).
If I use $SELECTION, it works fine. But if I use $TM_CURRENT_WORD, it inserts ...
0
votes
1answer
46 views
How to edit the default 'New Snippet' template in Sublime Text 2?
I create a lot of snippets for Sublime Text 2. I always use the optional tab trigger and never use the trigger scope. I'd like to edit the 'New Snippet' template so I don't have to uncomment and ...
2
votes
1answer
37 views
Creating c++ namespace like snippets in subime text
I am looking for a way to create some c++ namespace like snippet in sublime text2 which should behave like this:
assuming we have a namespace called "fu" which contains "vector","Point,"Mat". I ...
1
vote
0answers
30 views
What is missing here in the usage of fromAscii()?
I've some strange issue and don't know how to figure it out.
setup:- Qt4.8.2 and Win7 platform and IDE VS2010.
Lets Assume:
A.dll , contains the code snippet described below & B.dll , ...
0
votes
0answers
61 views
C# - snippet or template to assign all fields/properties quickly?
Quick points for someone who might know the answer - is there a snippet or tool that can quickly generate template code to assign all public fields and/or properties of an object?
Example:
public ...
0
votes
0answers
13 views
How can I add a folder to Visual Studio Code Snippet location automatically?
I'm looking for a convenient way to share code snippets between a small team.
The simplest way I found is to add in the main source control a folder that contains a folder with the code snippets. ...
-1
votes
2answers
36 views
I'm looking for a way to create a “link” that captures the current url, adds a snippet to the current ' copied' url and then links to the new url [closed]
I'm looking for a way to capture the current url, add a snippet the end of that copied current url and then link to the new url
0
votes
0answers
29 views
What's the least worst fork of django-registration?
So django-registration is ... pretty barebones, and has a ton of forks.
Are there any that people consider "best," and that are very easy to install and skin, and work out of the box?
0
votes
1answer
35 views
Passing TV value in a snippet (MODx Evo)
Using MODx Evo 1.0.9. I am trying to use the following snippet to fetch youtube video title in a template:
<?php
$code = "<<<Youtube Video ID>>>";
$video_feed = ...
0
votes
0answers
26 views
how to create a vim code snippets for rails
I'm trying to create some ruby on rails vim snippets for its views, (I have snipmate-snippets) but seems like it does not cover view snippets
I have done the following to create a form
#ff.snippet
...
0
votes
1answer
21 views
Using Code Snippets in Class Extensions - shortcut won't work
I've got a code snippet I made and works perfectly when adding properties to my .h file.
But I don't want many of my properties in my .h because they should be internal only. So I head into the .m ...
-1
votes
3answers
47 views
Whats wrong with my code snippet? [closed]
int myArray[8];
for (int i = 0; i <= 8; i++)
myArray [i] = 0;
I'm pretty sure it's an out-of-bounds error.
i <= 8 should be i < 8.
Please correct me if I'm wrong.
...
0
votes
2answers
106 views
snippet in vim - any option to go back to the previous paramter?
I am using neocomplcache along with neosnippet and honza's vim-snippets. They are great, except that when I press Ctrl-k, I can go to the next parameter, but I have no way to go back to the previous ...
0
votes
0answers
23 views
sublime text snippet swap default values
I often write my own snippets In ST and now I have a little question. I want to tab through the fields and for some fields I want to have more than one default value, so that I can swap between them. ...
0
votes
0answers
40 views
passing password value from view to snippet in lift framework
I am trying to create a login page in lift framework. i have a view (a form) and a snippet to process that. but i couldn't pass my password value from view to snippet. the following code i have.
the ...
3
votes
2answers
125 views
Add time and date in custom/user Code Snippet in XCode
How can I add date time in my custom code snippet?
I need frequent use to add my codes on other codes, and for others, I need to add my name and date time.
I created a code snippet with shortcut ...
0
votes
2answers
117 views
Override snippet in Sublime Text
In Sublime Text 2, I'd like to create a snippet for Rails image_tag.
I want it to be a trigger, but it seems that it is already taken by <input>.
I'd like to remove <input> snippet at ...
1
vote
1answer
595 views
sublime text 2 plugin to enter auto-license comment line with specific format
I am trying to set up a snippet in Sublime Text 2 that will expand to the following:
/**
* @version $Id: ${1:current_file_name.extension} ${2:random_4_digit_number} ${3:YYYY-MM-DD} ...
1
vote
1answer
169 views
Where are the MVVM Light snippets?
It seems that snippets of MVVM Light are not installed when we use Nuget to install MVVM Light Toolkit.
Where can I find them ?
2
votes
0answers
69 views
Reuse variable name when inserting an Xcode snippet
I'm making a snippet to make UILabels faster. In this snippet I really just want to set the variable name once and then use it later when setting the color and background color. How can I reuse what I ...
3
votes
2answers
75 views
SublimeText: How to toggle curly braces to do-end blocks in Ruby
I'm using snippet quite frequently to write my code in SublimeText2. But there is one thing I can not achieve: toggling a block of curly braces to a block of do ... end.
Let's say i'm trying to build ...
0
votes
1answer
30 views
How to enable keyboard event after customizing my own snippet in aptana3?
I have a custom snippet, snippets.rb in the JavaScript bubble project. And I could see my definition in the snippets view after restarting the Aptana, but double click is the only trigger. How do I ...
0
votes
1answer
171 views
Sublime Text Snippet Substitution RegEx
In Sublime Text 2, I'm trying to create a snippet that will wrap each line of a selection in tags, and wrap the complete selection in a containing tag.
<container>
...
0
votes
0answers
45 views
Code snippet to tool box
I am planning to Add a code snippet with name SampleCode to my tool box in Visual studio 2012 for mvc application. How to do that through c# code or programatically.
0
votes
0answers
63 views
Generate method stub snippet: Alter signature to make access level public
By default, the "Extract method..." command of Visual Studio generates method stubs with the lowest possible access level, usually private. The relevant code snippet for it only references ...
2
votes
2answers
47 views
How to make VS assume everything is public by default
I use VS2012 and ReSharper 7 to write C# code. My projects are rarely so large or complicated as to require thinking about granular access levels. It's usually easier for me to just make everything ...
0
votes
2answers
23 views
Constructing conditional statement in WordPress
I have a snippet of PHP that I want to only appear on my designated WordPress homepage.
I have been successful with conditional statements on other parts of the WordPress site, but this one is ...
0
votes
0answers
22 views
Javascript API plugin resources?
I'm in the middle of finishing off a RESTful Gamification API, and am starting in to writing the client libraries for it (PHP library is already done). I'm looking to get started into creating a ...
0
votes
0answers
21 views
Software to store data by title/tag
I'm looking for a software which can store data provided from the user into local PC, the data are entitled by a title/caption/tag. The data here can be text files, web pages, images, zip files, etc. ...
0
votes
3answers
99 views
Keyboard event tutorial c# [duplicate]
Can somebody give me a snippet, about event when a user presses Down Arrow button or Up Arrow button, in console something to be triggered example
Console.WriteLine("You have pressed up/down arrow ...
1
vote
1answer
36 views
Code Snippet - specify cursor position
Can I amend this code snippet so that when I use the snippet SSMSs cursor is at the end of the snippet ready for me to carry on writing the script?
<?xml version="1.0" encoding="utf-8" ?>
...
0
votes
1answer
139 views
How to move Visual Studio's 'My Code Snippets' folder to another drive?
A simple question for which I couldn't find a setting or an answer:
I relocated my Documents folder in Windows to another drive. How do I change the My Code Snippets folder path in Visual Studio ...
0
votes
1answer
92 views
Tab key no longer triggers autocomplete for vim sninpmate snippets
after long hours of vim configuration, I found out that I broke the snipmate plugin. Hitting the tab key no longer works. Any experiences? 'Yeap I know there are million reasons why it might be ...
0
votes
0answers
2k views
SharePoint 2013 Can't edit the Content Editor snippet
In SharePoint 2013 it is possible to create master pages and page layouts using the new Design Manager. After converting a HTML file to a masterpage, or after creating a new page layout, one can add ...
0
votes
0answers
41 views
snipmate snippets not working in rails application
I have vim 7.3 installed on my machine, snipmate and all its snippets in their right place using pathogen. For some reason snipmate does not seem to work when I am in a rails application. It works ...
0
votes
0answers
22 views
How to define snippet for table creation and formatting in Spring MVC web application?
In my conroller I assign an ArrayList that contains JavaBeans objects and I need to list these objects into HTML table in a view (JSP template). It's little more complicated than that:
All rows of a ...


