project
stringclasses
16 values
issuekey
stringlengths
4
14
title
stringlengths
3
200
description
stringlengths
1
20k
storypoint
int64
1
100
appceleratorstudio
TISTUD-958
Implement Snippet Drag and Drop
Support dragging a snippet from the snippets view and dropping into a source editor. The snippet is inserted at the drop location, and tabstops and cursor locations are honored
13
appceleratorstudio
TISTUD-959
Implement Snippet Filtering
null
13
appceleratorstudio
TISTUD-960
Add Studio Listeners to Snippets View
Add appropriate listeners so the snippets view displays the appropriate contents A selection listener will listen to cursor location changes, and updates the snippet contents to match the cursor context. If there is a mismatch, the snippet is shown with greyed out colors A Bundle listener will listen to bundle loadin...
13
appceleratorstudio
TISTUD-961
Implement Theming and Request Images/Icons for Snippets view
Snippets view should honor the theme settings. This applies to theme colors, invasive themes and invasive fonts Snippets view requires two new images - Insert snippet and Navigate to snippet source. These will be provided by our creativity engineer
13
appceleratorstudio
TISTUD-971
Release Checklist: 1.0.7 Studio
Release checklist for 1.0.7 (v2)
1
appceleratorstudio
TISTUD-989
Manually-installed Android SDKs should be available from Run Configuration dialog without having to restart Studio
h3. Expected Behavior All available Android SDKs/APIs should be available when the 'Run Configurations' dialog is opened. h3. Actual Behavior Custom Android APIs copied into the {{\{android-sdk\}/add-ons}} folder from outside Studio are only available after closing and restarting Studio h3. Reproduce # Start T...
5
appceleratorstudio
TISTUD-1002
Warn before launching in simulator/emulator/packager if there are errors in the project
If i type bad javascript and compile, it's not always apparent from the logging what the heck is the issue. We show parse errors in the gutter of the editor and in the problems view. If the project has errors, we pop up a dialog as shown (similar to JDT) warning the user of the error and confirming they wish to continu...
8
appceleratorstudio
TISTUD-1003
Debug: Variable View: the last pixel of variables is cut off
Steps to reproduce: 1. Create the default Titanium project 2. Add a break point any where in app.js 3. Debug the project as Android Emulator (in V8 or Rhino) 4. In the Debug perspective, navigate to the variables tab Actual: The end of variable names are being cut off. See attachment. Expected: Variable names s...
13
appceleratorstudio
TISTUD-1006
Add Snippet Category Ruble
Implement the new SnippetCategoryElement in Rubles: snippet_category 'UI Elements' do |s| s.icon_path = 'snippets/icons/category_ui_elements.png' end Update bundle view to display categories
13
appceleratorstudio
TISTUD-1009
Rss Reader sample shows as connected to Git
# Click on the dashboard > develop tab. # Import the RSS Reader sample # Note that it thinks it's still connected to HEAD, even though it should be disconnected from git
8
appceleratorstudio
TISTUD-1015
Studio: Attempting to reimport a sample when an older version exists in the workspace (but not project explorer) fails with error
Description: I attempted to import a sample (KitchenSink) and got an error. The cause of this turned out to be I already had KS installed, then deleted it, but did not remove it from my workspace. When the folder is deleted from the hard disk, the import completes as expected. Steps to reproduce: 1) Install and la...
3
appceleratorstudio
TISTUD-1016
Studio: Kitchen Sink iPad included with Linux and windows samples
Description: The sample Kitchen Sink iPad is available but unusable on Windows and Linux systems. Steps to reproduce: 1) Install Titanium Studio, build: 1.0.8.201201101928 on a linux or windows system 2) Navigate to the samples Result: Kitchen Sink iPad is available but unusable Expected: Only usable tem...
5
appceleratorstudio
TISTUD-1021
Catch browser exception in Git commit dialog
Inspired by this ticket: http://developer.appcelerator.com/question/130627/git-commit-doesnt-work-on-titanium-studio We should provide the user with a better error experience if they run into this issue on Linux, where the browser is not configured correctly.
5
appceleratorstudio
TISTUD-1274
When deleting a project, associated run configurations should be deleted as well
I noticed when I previewed a TiMobile web project, that we auto-create a run configuration. When I delete the project; however, the run configuration still remains. I did a quick test in JDT and found that when I deleted a Java Project, the run configurations associated with that project were deleted as well. We should...
5
appceleratorstudio
TISTUD-1023
Kernel panic in Titanium Studio
From the user: "Today I've been working on my laptop here all day (as usual) with Ti Studio open with several projects (as usual) and several other applications open (as usual). I was last working on a Mail Note... walked away from my laptop for ~5 min and came back with a message indicating I needed to shut down my...
13
appceleratorstudio
TISTUD-1028
Studio: Mobile Web should be supported as target for studio templates
Description: Currently, Studio templates can't be utilized with mobile web. The templates are coded to produce a dialog stating "Mobile web is not yet supported by this template". This does not occur with the default template. Steps to reproduce: 1) Install Titanium Studio, build: 1.0.8.201201131907 2) Select Mob...
8
appceleratorstudio
TISTUD-1032
After importing samples from dashboard, some display that they are from [HEAD] and some display nothing, need to be consistent
Steps to Reproduce: 1. Launch Dashboard in Studio 2. Click on the Develop tab 3. Click to import Kitchen Sink 4. Click to import Kitchen Sink Nook 5. Click to import Kitchen Sink iPad 6. Click to import Todo List 7. Click to import Geocoder 8. Click to import RSS Reader Actual Result: Some display [HEAD] ...
21
appceleratorstudio
TISTUD-1036
TiStudio: Mobile Web - After deleting a packaged Mobile Web project, a noticable performance degradation occurs in TiStudio
Steps to reproduce: 1. Package default Titanium project for Mobile Web 2. Select "Create a new project for the Mobile Web app" 3. Open the index.html in the newly created Mobile Web project 4. Press preview button 5. Select all projects in Project Explorer and delete them Actual: * Deleting selected projects ...
8
appceleratorstudio
TISTUD-1037
Mobile Web in emulator does not refresh the index.html after it is recompiled
Steps to Reproduce: 1. Create a default application for mobile web 2. Run "Mobile Web Preview in Emulator" 3. Make changes to the app.js and save the file 4. Run "Mobile Web Preview in Emulator" again Actual: The index.html file on the emulator is not refreshed Expected: The index.html file should refresh t...
8
appceleratorstudio
TISTUD-1038
Openshift: PHP Wizard Account information page should request "Domain" in the "Already have an account" radio
This is related to TISTUD-1000. Currently the domain information is only needed during login, so it makes sense to add the domain field to the "Already have an account radio". The default gray text should be something like "Specify domain if desired". If the login fails because the domain isn't satisfied, then the doma...
8
appceleratorstudio
TISTUD-1039
OpenShift: the creation of ssh key would fail if .ssh directory doesn't exist in user's home directory
Follows the steps in https://wiki.appcelerator.org/display/tis/OpenShift+Deployment, and ~/.ssh directory doesn't exist yet, an error status would show when the domain is being created (see screenshot). The log shows the following: {code} !ENTRY com.appcelerator.titanium.deploy.openshift 4 0 2012-01-17 17:54:51.09...
8
appceleratorstudio
TISTUD-1048
The ios-sim process is not killed when user re-launches iPhone simulator from Studio without first quitting the previous one
Steps to reproduce: 1. Create a Titanium Mobile project; 2. Click on Run > iPhone Simulator in App or Project Explorer toolbar to launch the iPhone simulator; 3. After the simulator successfully appears, click on Run > iPhone Simulator again; 4. The existing simulator will disappear and then re-appear, and that i...
5
appceleratorstudio
TISTUD-1051
Externalize UI strings in Titanium Desktop ruble
null
2
appceleratorstudio
TISTUD-1052
Externalize UI strings in Titanium Mobile ruble
null
2
appceleratorstudio
TISTUD-1053
Test build participant infrastructure
This involves taking the current built participant infrastructure, reviewing the test plans and unit tests, and performing the tests. Current wiki: https://wiki.appcelerator.org/display/tp/TiStudio+Build+Participant+Test+Plan Suggested approach: * Review the above test plan. The list of test cases is incomplet...
21
appceleratorstudio
TISTUD-1055
Create test plan for Snippets view
null
8
appceleratorstudio
TISTUD-1058
Titanium Studio: Improved error reporting in preferences window for invalid Android SDK
I had a bad Titanium SDK install. Not entirely sure how it happened, but the end result was some files were missing or corrupt. The end result was that, in the Titanium Preferences, I was getting an error saying that no Android SDK was found at my android sdk path. Upon much hand-wringing, eventually I was told to look...
13
appceleratorstudio
TISTUD-1067
Interpret kernel panic log file
From the parent ticket, it's yet unknown how long it will take to fix this issue, since we have yet to determine the root cause. This ticket is just to read the attached kernel panic log file to decipher what the stack trace entails.
5
appceleratorstudio
TISTUD-1068
Allow snippets to be scoped by project type
Have this code in a JS file: {code} function Coffee (type,roast) { this.type = type; this.roast = roast; } Coffee.prototype.describe = function() { return this.roast + ' ' + this.type + ' coffee'; }; var sumatra = Coffee("Sumatra", "Light"); sumatra.d| <<< Content Assist here {code} The re...
20
appceleratorstudio
TISTUD-1073
Improve performance when the Snippets view is initially loaded
I profiled the performance issue. The root cause is creation of all the snippets when the view is loaded. A solution would be to lazy load the creation of the snippets until they are shown. This requires an introduction of a UI model for the snippet element, which would store the state of the snippet (visually disabled...
8
appceleratorstudio
TISTUD-1076
Need to pass in "mobileweb" to project.py when creating new projects
When Studio creates a new project, it runs a python script called "project.py" where the arguments may contain "iphone", "android", and "mobileweb". The call should like this: {code} "/usr/bin/python" "/Library/Application Support/Titanium/mobilesdk/osx/1.9.0/project.py" "MyProject" "com.appcelerator.myproject" ...
8
appceleratorstudio
TISTUD-1077
Indicates the outline is out of date when there is syntax error in the code
Please see capture at http://www.screencast.com/t/qOsLUmhehKA. The JSON Outline does not clear if you replace all current content by pasting in syntactically erroneous content. Steps to Replicate : 1) Open Aptana Studio 2) Open JSON file 3) Add content that will register in the Outline 4) Select the entire f...
13
appceleratorstudio
TISTUD-1078
OpenShift: allow user to be able to delete an OpenShift app from Studio
Currently there isn't an way to delete an OpenShift app from within Studio once it is created, and if user runs into issues with creating a new app, e.g. exceeding the limit for the number of apps per namespace or trying to create one with one that already exists, and would need to delete an app, they would have to go ...
20
appceleratorstudio
TISTUD-1079
Exclude build folder from text search made in AppExplorer
null
8
appceleratorstudio
TISTUD-1091
TiStudio: Samples - Project clean does not recognize Geocoder, RSS Reader, and Todo List samples
Steps to reproduce: 1. In the Samples pane, import Geocoder or RSS Reader or Todo List 2. Go to Project > Clean Actual: Clean option does not recognize these samples. The clean option recognizes only the Kitchen Sink samples (iPad and Nook) and other projects created by the user. Expected: Clean option should rec...
13
appceleratorstudio
TISTUD-1093
Titanium Studio: mobileweb is selected as a deployment target when a new project without mobileweb support is imported into studio after being generated by titanium.py create
When an iOS or Android project is created using 'titanium.py create', and imported into studio, mobileweb is always selected as a deployment target. Steps to Reproduce: 1. Generate a new project using titanium.py create, such as: {code:title=OSX Terminal} dhydeMBPLion:~ dhyde$ /Users/dhyde/Library/Applicati...
13
appceleratorstudio
TISTUD-1094
Inconsistent mobile project name passed to iOS builder.py scripts
1. Import KS from Samples 2. Compile to device 3. Without cleaning compile to iphone simulator We semi-solved this with TISTUD-697, but we missed a case.
5
appceleratorstudio
TISTUD-1105
The project builders get overwritten when importing a sample from a remote url that already contains .project file
The issue is discovered while debugging TISTUD-1091. What we saw is that when importing a sample from a git repo that already has .project file defined, we would end up overwriting the .profile after the project is created. For example, the original .project file in the remote repo is this: {code} <?xml version="1....
8
appceleratorstudio
TISTUD-1107
Update Titanium Mobile Snippets contributions to provide more context and improve discoverability
With the introduction of the Snippets View (https://wiki.appcelerator.org/display/tools/Snippets+View), we need update the existing snippets to add more context and improve discoverability. This is accomplished by adding the following fields to Snippets (https://wiki.appcelerator.org/display/tis/Snippets): * descr...
13
appceleratorstudio
TISTUD-1108
Studio: Sort project list using natural rather than alphabetical sorting
Expected: the list of projects in App Explorer view would be sorted naturally -- project1, Project2, project3, Project4, etc. Actual: projects are sorted alphabetically (all the capitalized project names sort higher than lower-case names: Project2, Project4, project1, project3) See the attached screen shot. This ...
3
appceleratorstudio
TISTUD-1114
Titanium Studio: Projects: new project with same name overwrites existing files
Creating a new project overwrites existing files. OSX: If a new project is created with the same name as an existing project in the workspace, all default files are overwritten. OSX-specific: If a new project is created with the same name, but different capitalization, the original files are all overwritten, but ...
8
appceleratorstudio
TISTUD-1115
Studio: Android SDK detection relies on script in latest Titanium SDK in mobilesdk folder, giving misleading info during failure
Description: To determine if the Android SDK is properly configured, Studio relies on a script (avd.py I believe) in the latest Titanium SDK in the Titanium SDK folder. This is problematic in some circumstances including when a developer installs a development Titanium SDK. Studio will automatically defer to this new ...
13
appceleratorstudio
TISTUD-1116
Titanium Studio: Editor: closing or deleting project intermittently fails to close all open related project files
When a project is deleted from disk in studio, all open related project files intermittently fail to close. The file tab reads: Could not open the editor: An unexpected exception was thrown. Steps to Reproduce: 1. Create a new project. 2. Delete the project, removing from disk. Expected Result: All open a...
5
appceleratorstudio
TISTUD-1118
JavaScript validation continues to report a syntax error, even after error is corrected
The JavaScript parser will report a syntax error in code that functions properly. Steps to Replicate : 1) Open Titanium Studio 2) Open an empty HTML file and add the content : {noformat} <html> <head> <script type="text/javascript"> function alertMsg{alert("Popup");} </script> </head> <body> <form> ...
13
appceleratorstudio
TISTUD-1125
Error in log file: "Was unable to add folding position"
The JSON editor writes warnings to the log upon deleting then backspacing the contents of a file. Steps to Replicate : 1) Open Titanium Studio 2) Open a saved empty JSON file and add the content : {noformat} { "firstName": "John", "lastName": "Smith", "age": 25, "address": { ...
5
appceleratorstudio
TISTUD-1133
CSS "Add Color" Command places the caret before, not after the inserted color
Please see capture at : http://www.screencast.com/t/p8PMAm0sC. Upon invoking the CSS Add Color command, the editor places the caret after the new color code. Steps to Replicate : 1) Open Titanium Studio 2) Open a CSS file 3) Select Color > CSS > Add Color Actual Results : The caret precedes the new color....
3
appceleratorstudio
TISTUD-1134
HTML Template Indentation
Please see capture at http://www.screencast.com/t/3eloNGUR. The File menu and Project Explorer menu have differing template indentation. Steps to Replicate : 1) Open Titanium Studio 2) Select an HTML project with the default formatter profile selected 3) From the context menu select New From Template > HTML ...
8
appceleratorstudio
TISTUD-1136
FileNotFoundException: .../manifest
Minor issue, but completely filling up the log files: {code} !ENTRY com.appcelerator.titanium.core 4 0 2012-02-01 12:51:54.982 !MESSAGE (Build 1.0.7.1327097522) [ERROR] /Users/fusion94/Documents/Titanium Studio Workspace/zzzzz/manifest (No such file or directory) !STACK 0 java.io.FileNotFoundException: /Users/f...
3
appceleratorstudio
TISTUD-1137
Console: High water mark must be greater than low water mark
Found in a log file: {code} !ENTRY org.eclipse.ui.console 4 120 2012-01-23 14:10:15.147 !MESSAGE An exception occurred during console notification !STACK 0 java.lang.IllegalArgumentException: High water mark must be greater than low water mark org.eclipse.ui.console.IOConsole.setWaterMarks(IOConsole.java:204)...
8
appceleratorstudio
TISTUD-1139
Should check and load the existing .project file before setting our required natures/builders when creating or importing a project we support
Currently in our project creation or import wizards, we always create a new project description using IWorkspace.newProjectDescription() and then set nature ids and builders on it, but there is a possibility that the directory we're creating the project in or importing from already has a .project file. The correct way...
13
appceleratorstudio
TISTUD-1152
Add XSD-based Validation for tiapp.xml and timodule.xml editors
Once we have a XSD for tiapp.xml, we need to validate against it. Doing so requires: * XSD * build participant to wrap calling the XSD
8
appceleratorstudio
TISTUD-1156
Project creation needs to check for app id segments that start with a number
Android requires that all namespaces in a package not start with a number, but studio only checks the first namespace currently. Example invalid package name: com.test.123
5
appceleratorstudio
TISTUD-1158
Multiple instances of the same process showing up in the console view
# Clone the Kitchen Sink sample into your workspace # Clear all terminated launches in the Studio console # Run the Kitchen Sink sample in the Android emulator Note the duplication of launch processes, in particular, FastDev and the Android Emulator Process
13
appceleratorstudio
TISTUD-1162
Research support ScriptDoc'ing of CommonJS Modules
Research what changes will be needed in the JS inferencing, indexing, and content assist to add support for CommonJS modules to JS content assist
13
appceleratorstudio
TISTUD-1163
Make IOS Package/Run on Device launch configuration public
Refactor the existing wizard page contents so they can be re-used in the Launch configuration tabs. Expose the Launch configurations so they are public. Launch the "full" wizard if the launch configuration is initiated for the first time
20
appceleratorstudio
TISTUD-1164
Make Android Package launch configuration visible to users
Refactor the Android wizard page contents so it can be reused in the Launch configuration tab. Add a launch configuration for "Install on Android Device", which allows users to specify a android sdk
20
appceleratorstudio
TISTUD-1165
Add MobileWeb Distribute operation as a Launch configuration
Refactor the wizard page contents so it can be re-used in a new Mobile Web Launch configuration
20
appceleratorstudio
TISTUD-1167
Investigate ability to auto-scroll lock the console
null
8
appceleratorstudio
TISTUD-1168
Add Common Interface for consolidating UI errors and notifying listeners when status changes
null
5
appceleratorstudio
TISTUD-1169
Write a document on Ruble localization
We now allow Rubles to be localized. Add a document to the Wiki covering the following topics (might be two, depending on the amount of content): * How the architecture works * How to externalize strings * How to contribute a new localization The document should have a few short examples to illustrate the conce...
3
appceleratorstudio
TISTUD-1171
Upgrade Run/Debug/Deploy icons
We have a a few icons (as detailed in the attached document) that need upgrading as they are not in keeping with they rest of the Studio UI. In general, they should be a bit more three-dimensional and colorful. * Run icon * Debug Icon * Distribute/Deploy icon
5
appceleratorstudio
TISTUD-1175
JavaScript externalizations are not evident in commands menu
Please see capture at http://www.screencast.com/t/ZGzGqfaZfq0w. The string externalizations in the JavaScript ruble are not evident in the Commands menu. Furthermore, the list of keys in the en.yml do not match the drop down menu list. Steps to Replicate : 1) Open Titanium Studio 2) Clone the JavaScript ruble ...
8
appceleratorstudio
TISTUD-1179
Titanium Studio: titanium.py create: iphone project imported into studio does not include ipad as a selected target
When an iphone project is created using 'titanium.py create', and imported into studio, ipad is not selected as a deployment target. This is relevant because projects imported into studio after being created by 'titanium.py create' do not initially contain tiapp.xml deployment target tags. The tags are created on i...
8
appceleratorstudio
TISTUD-1180
MobileWeb : Selecting to clean a mobile web project does not remove the contents of the build folder
Steps to reproduce: 1. Create a default Titanium project and be sure to have mobile web selected as a target 2. Run the project as a preview in the browser 3. In Ti Studio select Project > Clean... Actual result: The contents of the build folder persist Expected result: The contents of the build folder are r...
5
appceleratorstudio
TISTUD-1182
Create ACS Overview Page
When a user wishes to learn more about Appcelerator Cloud Services from inside Studio, they are directed to this page here: https://wiki.appcelerator.org/display/tis/Appcelerator+Cloud+Services It needs to be filled with appropriate content. Some of that will be instructions on how to use the functionality, and s...
8
appceleratorstudio
TISTUD-1183
Add "release notes" overview to Titanium SDK update dialogs
As in Studio 1.5, we previously prompted for user updates with a custom dialog box containing a browser pointing to a remote URL containing the latest set of release notes, similar to this: http://developer.appcelerator.com/apidoc/mobile/1.8.1/changelog.html, but formatted differently. I've attached a screenshot of how...
20
appceleratorstudio
TISTUD-1184
MobileWeb : Remove the "Beta" tag from mobile web for Ti Studio 2.0 release
As per Ingo, this ticket is for ensuring the removal of the beta tag in Ti Studio 2.0 There are two main places this needs to occur: 1. In tiapp.xml overview view 2. In the new project wizard
2
appceleratorstudio
TISTUD-1185
Only check ACS checkbox if cloud services will actually be added
In the attached image, I am not using an ACS-compatible SDK version, so the control is greyed out. However, the checkbox is still checked, making me think that it _will_ use cloud services, even though I can't change that option. Instead, in this case, the checkbox should be unchecked.
3
appceleratorstudio
TISTUD-1186
Add Label for "More Info" to ACS cloud area
From the demo, Jo ann had asked for the Info (?) link to be brought back even after a user has selected to enable cloud services.
5
appceleratorstudio
TISTUD-1187
Move SDK check for cloud services back to 2.0
We moved the SDK check to 1.9 for demo purposes. Revert this back to 2.0 by Titanium Studio GA
1
appceleratorstudio
TISTUD-1188
Dashboard : After logging into Ti Studio for the first time an error is presented and dashboard content fails to load until one refreshes the page
Steps to reproduce: 1. Make sure you are not currently logged in to Ti Studio 2. Login to Ti Studio and wait for the dashboard pane to appear Expected result: The dashboard page loads without error Actual result: An error dialog is presented *see attached screenshots* and dashboard content doesn't load *No...
8
appceleratorstudio
TISTUD-1193
"window" hover has description twice
# Open a new .JS document # Type "window" (no quotes) # Hover over the item. Note it says "Reference to the current Window. Reference to the current Window."
5
appceleratorstudio
TISTUD-1194
Type names missing from JavaScript hover
# Create a new Titanium Mobile project # Open up app.js # Hover over a call to "createWindow" # Note the incomplete text: "Create and return an instance of ." Looking at the JSCA file, the type is denoted by <>: "description": "<p>(Optional) A dictionary object with properties as defined in <Titanium.UI.Window...
8
appceleratorstudio
TISTUD-1196
Add support for new Xcode 4.3 install location
It appears Xcode 4.3 has changed the location of developer tools. In particularly, it's packaged as a single application, with the platforms and command-line tools installed underneath. Homebrew has a function that finds the proper path prefix: https://github.com/mxcl/homebrew/blob/master/Library/Homebrew/utils.rb ...
5
appceleratorstudio
TISTUD-1198
Merge multiple update dialogs into a single dialog
If there are multiple product updates (i.e. Studio and a SDK), we should pop up a single yellow toast, and a "release notes" dialog that allows you to switch between the currently active product release notes. Suggestion is we do something similar to apple...we have a set of checkboxes at the top for all products be...
13
appceleratorstudio
TISTUD-1199
Use pre-configured web servers to launch Mobile Web preview
The Mobile Web "browser preview" launch configuration uses some separate settings for determining which browser to launch. Instead, we should have a drop down respecting the current browser settings in preferences: * Have a radio button for "Global settings" or "Specific choose:". * If user selects to specifical...
13
appceleratorstudio
TISTUD-1200
Exclude derived resources from validation
# Create a new Mobile Web project # Run a browser preview # Note the litany of errors in /build/mobileweb. All of those are derived resources, and as such, should not show errors.
5
appceleratorstudio
TISTUD-1204
Create test plan for tiapp.xml module additions
The new additions to the tiapp.xml need formal testing. We need a test plan.
13
appceleratorstudio
TISTUD-1217
Use "TestFlight" logo on relevant dialogs and wizards
Add the TestFlight logo to at least the following screens: # Register existing # Publish wizard
8
appceleratorstudio
TISTUD-1218
Add a "TestFlight" description to Register Existing and Publish screens
At the top of the "Register Existing" and right below the "Publish" screen dropdown, add the following text: "TestFlight allows developers to publish beta builds of applications to a group of users organized into a team." This might need to be contributed as part of an extension point or interface.
2
appceleratorstudio
TISTUD-1219
Minor tweaks of "Publish" screen and menu
*Menu* # The menu item seems to be writing out the name improperly (see image) *Publish Screen* # Rename the wizard to "Publish _AppName_ to _TeamAlias_" # The Manage... button needs to go to the Studio TestFlight preferences # Don't show the error message if there are no registered teams on dialog open. Instea...
8
appceleratorstudio
TISTUD-1221
OpenShift: surface the root cause to the error dialog when creating an application failed
Currently, when creating an OpenShift application failed, the project creation wizard will show an error dialog as attached, but it doesn't contain the actual root cause that made the creation fail. User would have to go to Help > Titanium Studio > View Log File... to see the full response. We should change the behavio...
5
appceleratorstudio
TISTUD-1222
Parameter content assist showing HTML tags
# Create a new Titanium Mobile project # Open the app.js file, if it is not open already # Type the following on an empty line in that file: Ti.UI.createWindow( # If you do not get context information after typing the open parenthesis, type ctrl-shift-space h3. Expected behavior: No tags should appear in the p...
5
appceleratorstudio
TISTUD-1223
OpenShift: creating an OpenShift PHP project failed
Followed the steps at https://wiki.appcelerator.org/display/tis/OpenShift+Deployment to create an OpenShift PHP project, and when the wizard finishes, an error is generated as shown in the attached screenshot. Then when checking Help > Titanium Studio > Run Diagnostic Log..., I do see the new OpenShift app, so it looks...
5
appceleratorstudio
TISTUD-1224
Add ACS module XML to tiapp.xml when cloud-enabling a project
Both when creating a new project with cloud enablement, and upgrading an existing one, we need to add the ID for the cloud module into the tiapp.xml The module id is "ti.cloud"
5
appceleratorstudio
TISTUD-1226
Create test plan for TestFlight integration
A test plan needs to be created for TestFlight integration.
13
appceleratorstudio
TISTUD-1227
Incorrect JSCA file selected for content assist when creating new Titanium Mobile project
1. Create new Titanium Mobile Project 2. Choose an SDK, but _not_ the latest one (i.e. choose 1.8.1 when 1.9 is installed) 3. See 1.8.1 selected in the tiapp.xml, but right-click on the project > build path, and notice the latest JSCA file (i.e. 1.9) is selected
8
appceleratorstudio
TISTUD-1229
"Mobile Web" action icons should use HTML5 icon, not the "server" one
The icons in "preview" and "package" should be the HTML5 icon used for content assist, not the server icon
3
appceleratorstudio
TISTUD-1230
Update project-specific run/debug/package menus with favorites and recent history
Similar to the global run/debug menus, add run/debug/package history to bottom of App Explorer and Project Explorer menus (perhaps show favorites, then separator, then last five, per project) * Run ** Emulator/Simulator options ** -------------------------- ** Device options ** -------------------------- ** Fav...
20
appceleratorstudio
TISTUD-1231
Add MobileWeb platform to SDK dashboard configuration screen
# Add a new platform to the dashboard (add an icon with and without a questionmark) # Mobile web will show a question mark on first launch, or first time it appears # Clicking on the question mark will show the information in the following panels (based on # There will be a link which opens Preferences > General > ...
20
appceleratorstudio
TISTUD-1236
Show text hovers on variable/identifiers in declaration statements
When hovering over the name of the identifier/variable in an assignment/declaration we don't get hovers as we do when hovering over the exact same variable in a reference.
3
appceleratorstudio
TISTUD-1237
Text hovers not showing on rhs of variable assignments
If we hover over the rhs of an assignment where it is a function call, we don't get hovers for the method we're invoking.
5
appceleratorstudio
TISTUD-1257
Kitchen Sink : Importing Kitchen Sink from the samples area sometimes produces an error and doesn't allow the sample to be imported
Steps to reproduce: 1. Launch Studio 2. Ensure you do not have Kitchen Sink as a project in Studio or your workspace 3. Import Kitchen Sink from the Studio samples Actual result: An error dialog is displayed and Kitchen Sink is not imported Expected result: Kitchen Sink is imported without error *Note sin...
8
appceleratorstudio
TISTUD-1259
Studio installer for Windows: Install screen has rendering and refresh issues during install
Description: While testing the installer for Windows, we noted that the border around the detail field, and the border around the progress bar were not initially drawn. When another window is placed over the installer window and then closed, the borders appear. Please see screenshots for more information Steps t...
5
appceleratorstudio
TISTUD-1260
Titanium Studio: MobileWeb: Preferences need MobileWeb default run configuration menu
The Titanium preferences menu needs a default run configurations sub-menu for MobileWeb. Android has a default run configuration menu. Parity issue and basic functionality. The MobileWeb sub-menu (default browser, etc.) would be in the preferences menu below the Android default configuration settings. Screensh...
8
appceleratorstudio
TISTUD-1261
Snippets view color scheme on Windows is not consistent with other views
Currently the color scheme for the snippets view on Windows (tested on XP specifically) is not consistent with the other Studio views. See attached screenshots Background colors need updating Disabled tag buttons are not painted properly Hover over the tag buttons has an outline Snippet popup toolbar bg color has...
13
appceleratorstudio
TISTUD-1266
TiStudio: Projects - Cannot import a project when project is copied from a GitHub repository folder
Steps to reproduce: 1. Import a project from a GitHub repository folder 2. Delete project from Studio; do not select *Delete project contents on disk* 3. Copy project from GitHub repository folder into workspace folder 4. Import project from workspace Actual: Get a *Invalid project description* error. See attach...
8
appceleratorstudio
TISTUD-1268
Titanium Studio: Content Assist: assist menu intermittently fails to close at all
In addition to being persistent as a stand-alone window when focused (related issue), the content assist menu intermittently fails to close at all until studio closes. Pressing escape, clicking away, etc. do not close the content assist menu. Steps to Reproduce: 1. Create a default project. 2. Open content assi...
8
appceleratorstudio
TISTUD-1269
Titanium Studio: Content Assist: content assist results in no proposals if code file contains syntax error warnings
If a code file contains syntax error warnings, and content assist is called, no proposals will be generated. This interferes with development. Steps to Reproduce: 1. Create a new project. 2. Insert the following code: {code:title=app.js} switch() { case Ti. } {code} 3. Move the cursor to the right...
8
appceleratorstudio
TISTUD-1271
iOS: Xcode 4.3 - Dashboard link to install Xcode fails
Description: While testing the Xcode 4.3 capabilities, I started with a clean system and installed studio. On the dashboard an option is given to install Xcode. When clicking on this link, the Appstore opens, but reports a failure. See attached image for details. Steps to reproduce: 1) Install Studio 1.0.9 2) Lau...
8