id
int64
0
5.38k
issuekey
stringlengths
4
16
created
stringlengths
19
19
title
stringlengths
5
252
description
stringlengths
1
1.39M
storypoint
float64
0
100
11
TISTUD-318
04/26/2011 07:16:57
Add BlackBerry option to Titanium Mobile New Project Wizard
Similar to Android, there will be a checkbox on the "Create new project" wizard in the "Deployment Options" section. # User must have the BlackBerry tools installed, and be using a version of the TiMobile SDK that supports BlackBerry # The BlackBerry tools only work on Windows, so the option would be grayed out on other platforms, indicating why it is grayed out.
1
12
TISTUD-319
04/26/2011 07:21:13
Add BlackBerry "Run on Emulator"
Running the BlackBerry emulator is similar to running the Android Emulator. The option is launched from the "play" menu in App Explorer and Project Explorer, and automatically appears for all projects with BlackBerry as a deploy target, The following options need to exist for the launch configuration: * Simulator: This dropdown selects the simulator which will run your application. We've selected the 9550 simulator by default, as it has a touch interface, and is the easiest to drive with a mouse and keyboard * Filter: This filters the amount of log output in the developer window based on the level selected. Info is default, Debug shows more than Info, and Trace shows more than Debug. With Blackberry Debug is normally as low as you need to go, Trace will have a lot of simulator messages that won't be useful in normal circumstances. * Launch button: click this button to launch the selected Blackberry Simulator. * Clear SDCard: Clear the sdcard on the next simulator launch. If you receive a "ControlledAccessException" while launching your app, you should stop the simulator, and click this on the next launch. One the emulator launches, suggest showing a pop-up (which may be dismissed in future runs) that shows the user how to start their app: "Locate your application in the "Downloads" section of the main Blackberry menu. You can do this by hitting the Blackberry key on the simulator, selecting the "Downloads" folder, and selecting your application."
1
13
TISTUD-320
04/26/2011 07:38:05
Make "Run on Device" iOS dialog prettier
At the very least, some more padding around the individual steps would be good, though perhaps using icons to indicate state might look good too.
1
14
TISTUD-321
04/26/2011 07:47:02
Add options to configure BlackBerry signing keys in Preferences
Suggest having this information on the Titanium Preference page, and if a user needs to configure it, send them there. Text: RIM requires that all applications sent to a device must be signed with their 3 keys and the user's private key. [Get Keys] links to https://www.blackberry.com/SignedKeys/. Remember your PIN, as you'll need it the first time you generate the private key when you sign the application. Form Field: BlackBerry Key Directory: Allows the user to browse to the folder on disk containing the three signing keys. Passphrase: ? Unsure if we need a passphrase text box Add help link to Titanium Studio Wiki with additional install instructions, as shown here: http://developer.appcelerator.com/doc/blackberry/getting-started-beta-preview
1
15
TISTUD-322
04/26/2011 07:50:32
Add option to configure BlackBerry SDK in preferences
Similar to Android, BlackBerry needs to point to an installed version of the blackberry SDK. By default, this will be Titanium Studio, so we can pre-fill the value. However, the user should be allowed the option to configure this value if it happens to be something other than the default (i.e. they have installed the tools in a different version of Eclipse). This might be necessary as the BlackBerry tools require a 32-bit JRE, and a user might be using Eclipse 64-bit.
1
16
TISTUD-323
04/26/2011 07:55:11
Add BlackBerry "Install To Device"
# Check to see that the user has installed the three Blackberry keys. If not, direct them to the preference page where they can set that up (TISTUD-321) # If you haven't created a private key yet, SignatureTool will appear and ask to create a private key # If the user has created a private key, the wizard may ask for a passphrase before installing to device We may need to prompt the user as for emulation too. One the emulator launches, suggest showing a pop-up (which may be dismissed in future runs) that shows the user how to start their app: "Locate your application in the "Downloads" section of the main Blackberry menu. You can do this by hitting the Blackberry key on the device, selecting the "Downloads" folder, and selecting your application."
1
17
TISTUD-324
04/26/2011 07:58:49
Add BlackBerry "Package for Distribution" wizard
Packaging scripts similar to Android and iPhone workflow, and will appear under the "packaging" button in App Explorer/Project Explorer. # Check that signing keys exist (both Blackberry and user's. If not, direct them to Preference page) # Set save location for final packaged file via Browse... button. # Run builder.py script with appropriate arguments to complete packaging process
1
18
TISTUD-336
04/26/2011 14:12:13
Outline window doesn't always show javascript object outlines for self-invoking functions
When using self-invoking functions, sometimes the outline view doesn't show the break down of what is inside. Here is a good example: https://img.skitch.com/20110426-t2xyeearhr1hkg4xbhpc82jbqs.jpg {code} var SomeTest = { test: function(arg) { var test = arg; return test; }, selfInvoked: (function() { var api = {}; api.test = 'test'; api.someMethod = function() { var blah = 'test'; return blah; }; return api; })() }; var someOtherTest = (function() { var api = {}; api.test = 'test'; api.someMethod = function() { var blah = 'test'; return blah; }; return api; })(); {code}
8
19
TISTUD-339
04/28/2011 12:02:36
Enable importing breakpoint files
1. Click the debug view 2. Debug perspective > Breakpoints tab > right click > import breakpoints Actual Result: Does nothing Expected Result: Allow the user to import breakpoint files
1
20
TISTUD-348
05/02/2011 10:57:33
Add pings to HTML5 events
Send analytic pings for project creation, launch simulator, packaging etc...
1
21
TISTUD-355
05/03/2011 14:49:05
Loading bar displaces Login / Cancel buttons and Email / Password fields
After clicking Login, the Loading bar bumps both buttons and the Email and Password fields up a few pixels.
5
22
TISTUD-357
05/04/2011 19:31:33
Splash screen jumps
When you first boot Titanium Studio, there is an introductory splash screen, then a screen with the loading bar. The location of the screen jumps a couple of pixels in the transition from the first to the second.
5
23
TISTUD-358
05/05/2011 07:50:09
Code-assist icons should not be IE and Firefox on mobile projects (or at all)
The code-assist show icons that are active or grayed in order to inform the developer if a property (or function) is supported on a specific browser. While this is useful when developing web pages, it has no added value on mobile applications. There are however android and iPhone (which is very ugly by the way) icons. But those must be activated in the *Editors* Preference window. (see screenshot) * The default setting should be (Android and iPhone) for Mobile projects. * And no icons for Desktop projects.
1
24
TISTUD-371
05/12/2011 10:01:32
New Mobile/Deskopt Project - App id field registers an error (malformed) while the user is typing in the field
1.launch TiStud on a supported platform 2.create a new desktop or mobile application 3.click into app id field and enter a valid ID results: every time the user types a "." the "malformed app id" error comes up expected: maybe we should not check for validity while the field has focus? The user will see the error 2X while writing a valid App ID. We should not invoke errors during expected functionality.
0
25
TISTUD-380
05/13/2011 17:44:36
Request for "Install Titanium SDK from URL" to install Continuous Builds under directories reflecting their dates, to distinguish them from major releases in the TiApp editor
When testing Continuous Builds, it is very useful to be able to easily differentiate between each day's release, and also the official releases. Currently, however, only one version of each SDK can exist for TiStudio at one time using the "Install Titanium SDK from URL" feature. The workaround is to download and extract the packages to the SDK directory manually. The suggestion is to append the date to the end of the SDK version number (most likely by simply naming the SDK directory to reflect this format). Thus, the package: http://builds.appcelerator.com.s3.amazonaws.com/mobile/1_6_X/mobilesdk-1.6.3-20110418162355-linux.zip would be shown in the TiApp editor as: 1.6.3-20110418 To add weight to the argument for this feature, Marshall has also agreed that it would be extremely useful.
1
26
TISTUD-383
05/15/2011 05:05:16
Help menu not showing in Ubuntu 11.04
Only the "Window"-menu is available, the "Help"-menu is not showing, which makes it impossible to update to a newer SDK.
8
27
TISTUD-428
06/02/2011 20:29:53
Allow a ruble to contribute the image for a template
allow a ruble to contributing the image for a template see attached picture
1
28
TISTUD-434
06/06/2011 13:44:07
Support specifying the density of the emulator
h1. Feature Support specifying the "Abstracted LCD density" of an Android Virtual Device in the "Debug Configuration" in Titanium Studio. Also add the field to the Titanium preference page to support a default value. Right now, only the API, Screen, and Log level can be changed. By adding this additional field, it would be easier for developers to test multiple densities. h2. Associated Helpdesk Ticket http://appc.me/c/APP-692888
13
29
TISTUD-448
06/10/2011 18:03:26
Allow users to add new platform targets after project creation
Description: While testing studio, it was noted that new deployment targets could not be added to an existing project. For example, a project created for an Android deployment had the iOS targets grayed out. It is possible to manually edit TiApp.xml to set targets to true. This enables the "run on simulator" for iOS, and in my test was able to launch the project in the simulator. Steps to reproduce: 1) Create a new Titanium Mobile project in Studio 2) Select "Android" as the only deployment target 3) When the project is created, open TiApp.xml and note that only Android is available to select/deselect 4) Open the pure xml tab of TiApp.xml and set deploy target for iOS to "true" Result: Your project can be launched in the simulator, but installed on device will launch then quit and has no icon. Expected: Either no ability to add or remove targets after project creation or the ability to add with the same default structure as during project creation. Suggested solution: * user checks platform option in tiapp.xml * Call platform script to initialize new platform. This would (most likely) add another build folder, and copy several resources into a specific location * Update tiapp.xml with reference to new platform * Validate project specifics as per what we would do in the new project wizard * Suggest we don't _remove_ platform support...alerting the user we can't remove platform support for a project if they try to uncheck a box.
13
30
TISTUD-454
06/17/2011 04:31:23
We want interface Builder integrated with the Titanium studio next release.
We want interface Builder integrated with the Titanium studio next release.
1
31
TISTUD-464
06/20/2011 16:42:46
Create UI for Keystore management
When signing an Android application for distribution, a user is directed to create a keystore and associated certificate. We provide a way for users to create new key stores, but we don't help them manage them. See subtasks for specifics.
0
32
TISTUD-483
06/30/2011 15:09:04
Linux: Adding new expresssions name is not readable, the background and text color is too similar
Steps to Reproduce: 1. Create a new application on tiStudio 2. Go to the Expressions Pane and add new expressions 3. Type anything in for the name Actual Result: Text color and background color too similar hard to read Expected Result: Should be readable Note: Duplicate of bug Ti-Stud 426 that was against the Win platform
8
33
TISTUD-501
07/08/2011 11:59:26
Add Support for debugging on Android devices (tethered)
we have the following issues open for ios and android to add debugging support for device Enhancement request - Add Support for debugging on device http://jira.appcelerator.org/browse/TIMOB-4626 http://jira.appcelerator.org/browse/TIMOB-4625 once these are addressed studio would need to add UI to support the features. This ticket is only for the Android side of the equation. The task here is to agree on a discovery mechanism with platform. It might be that we pass the IP address Studio is listening on to the device, or we might have the device broadcast and Studio would listen. After that, the rest of the process is identical to the current mechanism. Additional ADB info: http://developer.android.com/tools/help/adb.html
13
34
TISTUD-504
07/11/2011 15:15:58
Convert Aptana And Titanium Studio plugins to use ISO 8601 format for build qualifier
Currently, the build uses Unix timestamps for most features and plugins, i.e.: com.appcelerator.titanium.aptana.ui.override_1.0.0.1306280624.jar A much nicer presentation would be: com.appcelerator.titanium.aptana.ui.override_1.0.0.20110524_234344.jar YYYYMMDD_HHMMSS It may be that we can do this incrementally, as the build qualifier I believe is an alphabetical sort, and 2 > 1, so any renumbered plugins would show as newer.
8
35
TISTUD-506
07/12/2011 12:52:09
Path to BlackBerry sdk directory does not fill with correct location
When you download the BlackBerry SDK by clicking on the link "Update SDK..." it automatically changes the "BlackBerry SDK Directory" path to "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Appcelerator" and not the location of the newly installed BBsdk.
1
36
TISTUD-509
07/18/2011 12:49:21
Revamp error messages when user is unable to log in
Currently, we default to "incorrect user name or password" as the most common error message. This appears to be causing confusion with some users. In this situation: # If server is completely offline or unreachable, indicate "The login server is currently unreachable. Please try again in a few minutes" # If server returns specifically an error with username or password, indicate "The specified username and/or password is incorrect. Please try again" # In all other cases (assuming server error, malformed request, etc), indicate the server returned an error, and direct the user to consult the web page at: http://aptana.com/r/titrouble (but obfuscate the URL so as to reduce confusion about the redirect)
8
37
TISTUD-1166
07/19/2011 14:45:07
Setting Log Level in Console view has no effect on the console log
There is no way to filter the console log based on event type such as "debug", "info", "error", etc. Changing the Log Level has not affect. This is the same for both iOS and Android. Is there another way to filter the log based on the level of the event? Step 1: run the example app below Step 2: Open "Run Configurations..." Step 3: Change "Log Level" Step 4: Test the log levels with the the app. {code:title=app.js} var win = Titanium.UI.createWindow({ title : 'Test', backgroundColor : '#fff', layout : 'vertical' }); var errorButton = Titanium.UI.createButton({ top : 20, left : 10, right : 10, height : 35, title : 'error' }); win.add(errorButton); var warnButton = Titanium.UI.createButton({ top : 20, left : 10, right : 10, height : 35, title : 'warn' }); win.add(warnButton); var infoButton = Titanium.UI.createButton({ top : 20, left : 10, right : 10, height : 35, title : 'info' }); win.add(infoButton); var debugButton = Titanium.UI.createButton({ top : 20, left : 10, right : 10, height : 35, title : 'debug' }); win.add(debugButton); var traceButton = Titanium.UI.createButton({ top : 20, left : 10, right : 10, height : 35, title : 'trace' }); win.add(traceButton); errorButton.addEventListener('click', function() { Ti.API.error('##### ERROR !!!'); }); warnButton.addEventListener('click', function() { Ti.API.warn('##### WARN !!!'); }); infoButton.addEventListener('click', function() { Ti.API.info('##### INFO !!!'); }); debugButton.addEventListener('click', function() { Ti.API.debug('##### DEBUG !!!'); }); traceButton.addEventListener('click', function() { Ti.API.trace('##### TRACE !!!'); }); win.open(); {code} h3. Associated Helpdesk Ticket http://appc.me/c/APP-192448
13
38
TISTUD-537
07/31/2011 20:01:45
Increment Titanium Studio to 1.0.4
Update the version # to 1.0.4
1
39
TISTUD-564
08/05/2011 17:38:20
Chromium: Ctrl+Shift+W does not close other open editors when focus is on the embedded browser
Pressing Ctrl+W does not close Dashboard pane. Ctrl+W will close other panes. If there are multiple panes open, Ctrl+Shift+W does not close any windows when focus is on the Dashboard pane. If the focus is not on the Dashboard pane, Ctrl+Shift+W will work as expected and close all panes.
3
40
TISTUD-570
08/09/2011 19:54:51
Create initial configuration process
When first starting Titanium Studio a user may not have properly configured their SDKs Individual processes should be allowed to contribute to the configuration screen. Some may be automatic processes (i.e. they need no user interaction, but need to alert the user), and some require user feedback or choice. Current processes: * iOS SDK installation * Android SDK installation * BlackBerry SDK installation * Firefox Browser location * Git install (windows only): Choose Portable Git? * Python: Auto-configure interpreters
1
41
TISTUD-572
08/09/2011 20:30:32
Enable creation of module projects
Allow for the creation of mobile module projects. This is an umbrella ticket to be split into smaller tasks. * Android steps: http://wiki.appcelerator.org/display/guides/Module+Developer+Guide+for+Android#ModuleDeveloperGuideforAndroid-Creatingamodule * iOS Steps: http://wiki.appcelerator.org/display/guides/Module+Developer+Guide+for+iOS#ModuleDeveloperGuideforiOS-Step1%3ACreatingyourFirstModule We need the following: # New Titanium Module wizard (allowing user to choose iOS/Android or both) # Import an existing module project # During wizard, ask user if they wish to create a shell test project to act as a test harness for testing the module # Steps/Launchers to compile the module and deploy it (this would mean deploying it to the root titanium install directory on disk so that other apps can use it) # Ability in other tiapp.xml editors to include modules in your project (these could be already installed ones, or ones from your workspace) # Create documentation for module (tidocs to JSCA file) # Upload finished module project to marketplace
1
42
TISTUD-582
08/10/2011 16:31:26
Windows: Pressing Cancel on installer does not stop installation process
1) Launch installer 2) Press Cancel Results: Prompt appears - "You are about to quit setup. If you quit now, Titanium Studio will not be installed. Do you want to continue?" 3) Press Yes Expected: Installer quits. Actual: Installation proceeds to the "Choose File Associations" page. Notes: Pressing Next will lead to the "Installation Incomplete" page. Pressing Cancel then Yes on a second time (on the "Choose File Associations" page) will go to "Installation Incomplete" page.
5
43
TISTUD-589
08/11/2011 18:36:07
new mobile projects can't find appicon.jpg resulting in "1 error detected" shown on TiApp pane
Description: When creating a new Studio Mobile project, the TiApp.xml editor is shown. On this pane, the default app icon field contains appicon.jpg. For new mobile projects, the field is marked with a red "x" and "1 error detected" is shown at the top of the window. This does not occur on Win7 or any other system tested. (Mac OS X 10.7 and 10.6.8, Ubuntu 10.04) Note: Navigating to the .jpg file does not remove the error flag. Steps to reproduce: 1) Install Titanium Studio, build: 1.0.4.201108101535 on windows XP 2) Create a new mobile project 3) Examine TiApp.xml Result: appicon.jpg in the field, but red x and error shown. Expected: No problem with appicon
8
44
TISTUD-592
08/12/2011 16:55:07
Titanium Studio should support the -n flag to tibuild.py
When packaging, the -n will not show the install splash screen by putting a .installed file in the Contents directory. When this file exists, Titanium Desktop Apps will not show the install splash screen the first time the app runs. A customer was asking for this on developer.appcelerator.com: http://developer.appcelerator.com/question/124142/how-to-test-titanium-desktop-app-how-to-get-rid-of-titanium-installer-screen
1
45
TISTUD-600
08/23/2011 11:56:08
Add preference for default settings on android run/debug configurations (API & Screen size)
h5.Feature Request Enable Studio to change the default settings used when it creates an Android Run or Debug Configuration for the first time on a project. E.g. Currently, Studio installation creates new Android configurations using API: 2.3.1 and Screen: WVGA854. This is an inconvenient that emulator screen size is too big for laptop screens, taking up over half the display, so this change the default to something smaller. Also be able to control which API is used by default. h5.Additional info To customize device resolution / density from command line: >emulator -avd HVGA800 -scale 96dpi -dpi-device 160 http://developer.android.com/guide/developing/devices/managing-avds-cmdline.html Further info can be found here as well: http://developer.android.com/guide/developing/tools/emulator.html http://developer.android.com/guide/developing/devices/emulator.html Suggest creating a child page of the titanium preference page to hold that information and allow the user to set it.
13
46
TISTUD-623
08/31/2011 09:22:58
Need to be able to pass additional emulator arguments from run/debug configurations
When a run/debug configuration is created, we need the ability to pass additional command-line arguments to the android emulator. As an example, the -scale argument in order to use skins whose full scale causes them to be larger than the screen you are running on. For example, I am using the Motorola MD860 skin for the Atrix 4G whose screen is 960 pixels high. The resulting emulator window is some 1200 pixels high but my screen is only 900 pixels high. If you run the AVD from the AVD Manager, it offers the option to run with a particular screen size which uses the -scale argument. We need the capability to do this in Studio. I would recommend simply adding an extensible option to specify any additional command line arguments. The standard Eclipse launch configurator allows this on the configuration's Target tab but that appears to be disabled in Studio. Please re-add the tab and allow those arguments to be passed to the emulator. Note: This can only be allowed on SDK versions that support the feature...i.e this won't work on 1.8, but should work on 2.0
8
47
TISTUD-605
08/31/2011 16:05:03
Epsilon (Show Match Count) option from the search tab does not update on a new search, need to retoggle to check to get the updated value
Steps to Reproduce 1. Menu Edit -> Find 2. Type something that can be found in the .js file 3. Check the Epsilon sign 4. Create a new search Actual: The epsilon value is not updated Expected: The value to be updated with the new search result Workaround: Toggle the check mark to get the new value
5
48
TISTUD-609
08/31/2011 16:55:28
Run on device and Package - no alert for dirty files
1.create or have a mobile project, save it 2.dirty a file, then run on device or package results: the packaging/install; process is kicked off expected: as with the simulator/emulator, message the user of the dirty files an offer to save first. To fix: * Make launch config public * Re-arrange how the launch config generation and the dialog interplay * need to make the launch config reusable.
0
49
TISTUD-613
08/31/2011 18:06:02
TiStudio slows down system and has a hard time colorizing large files
First scenario: 1) Create a new project 2) Import a large file Results: The whole system slows down and TiStudio becomes very slow to respond. A lot of the code does not have its normal color. Second scenario: 1) Create a new project 2) Copy the win1 variable and begin pasting it many times (I did it until my .js file was about 40k lines long). 3) Press undo repetitively Results: Once again the system slows down, the CPU usage spikes, and many of the variables are not colorized. Notes: I've tested on a few different systems, and how large a file needs to be to slow cause this depends on each system configuration. Faster computers need larger files. For testing purposes I have attached a 20k, 40k, and 160k line file.
0
50
TISTUD-675
09/29/2011 09:37:08
Add snippets based on Kitchen Sink API examples
Inspired by Motorola's Motodev, let's add a set of snippets of drag&drop code to Studio. We could add such snippets for common functions. Or, as Tony G suggested, this could be the evolution of Kitchen Sink. We'd rip out all its API demo code and make each a snippet that could be dropped into a project. See http://developer.motorola.com/docstools/motodevstudio/images/feature_snippets_lg.jpg/ for their UI. We should use a similar categorized arrangement of snippets, but one based on common use cases within our APIs. Prof Support, Dev Relations, and Training could collaborate to create the snippets to be added.
1
51
TISTUD-687
09/30/2011 09:39:44
Open timodule.xml file in editor for user after generating mobile module project
We should be opening the timobile.xml file after we generate a mobile module project, as a means of getting users started more easily.
5
52
TISTUD-713
10/17/2011 12:55:50
Windows 7 Installer "Choose Install Location" defaults to Administrator's profile
If the TiStudio installer is executed while logged in as a non-administrative user, just as when any new software is installed, the user is prompted to provide the administrator's password. At the "Choose Install Location" stage, a path within the administrator's profile, of {{C:\Users\Administrator\AppData\Local\Titanium Studio}}, is populated by default: !http://img812.imageshack.us/img812/50/screenshot356c.png! Obviously standard users do not have write-access to this directory. We should populate this field with a directory under the user's profile, rather than the administrator's.
13
53
TISTUD-990
10/19/2011 11:41:14
Console: Norwegian characters not correctly displayed
h2. Problem Console doesn't display Norwegian characters correctly. h2. Test case {{Ti.API.log('Jeg kan løpe')}} produces a console output in unicode "Jeg kan l\U00f8pe"
8
54
TISTUD-714
10/19/2011 18:14:11
Add support for listing and importing sample projects through the Dashboard
Add a controller-action that will return a list of available sample projects. That list should contain the following information for each sample: * Sample name * Sample ID * Description * Screenshot-image path (can be empty, for now) The Dashboard will create sample-items using this information and will trigger the Samples import handler when a specific sample is clicked on.
1
55
TISTUD-715
10/21/2011 00:08:17
Compute the status of the installed SDK asynchronously
At the moment, the call to compute the installed SDKs status is done synchronously, which causes for delays when the Dashboard loads. We need to change that call to start an asynchronous job and report with an event when the results are ready to be rendered.
1
56
TISTUD-718
10/21/2011 18:24:54
Create a controller-action that returns the logged-in Titanium user information
The action should return, at least, the logged-in user name (email) and the MD5 hash of his/her email.
1
57
TISTUD-719
10/22/2011 00:57:36
Add controller to dashboard to show if there is a currently available Titanium SDK update, and an action to launch the update process
Rather than the yellow toast that pops up (or perhaps in addition to it), have an action which indicates that there are currently available Titanium Mobile and Titanium Desktop SDK updates, and allows the user to initial the update action.
0
58
TISTUD-734
10/25/2011 10:13:24
Change "Deploy" tool tip to "Publish"
For clarity of terminology, please change the tool tip for the "deploy" menu to be "publish". This better fits with the current usage of that menu and the items inside. * Update root label in App/Project Explorer * Correct references to "Deploy" in wiki documentation
5
59
TISTUD-737
10/25/2011 11:36:12
Ti Studio root preference node should not have links to child nodes
This seems really redundant to me. Having links to the different pages while they are easily accessible as child nodes only adds clutter. I suggest we move the links.
0
60
TISTUD-744
10/26/2011 12:42:11
Sometimes git managed projects can open with no deployment targets in Tiapp.xml detail but the Overview shows targets selected.
Description: While evaluating the impact of using git-managed projects in Studio, I encountered a situation where the git project's Tiapp.xml was missing the deployment targets in the xml view. The targets were checked in the "overview" view however. A quit and relaunch of studio then populated the deployment targets in the xml view, and removed the checkmarks in the "overview" view. Before studio quit and relaunch: {code} <?xml version="1.0" encoding="UTF-8"?> <ti:app xmlns:ti="http://ti.appcelerator.org"> <id>com.nolanwright.kitchensinkipad</id> <name>KitchenSink-iPad</name> <version>1.0</version> <publisher>nwright</publisher> <url>appcelerator.com</url> <description>No description provided</description> <copyright>2010 by nwright</copyright> <icon>default_app_logo.png</icon> <persistent-wifi>false</persistent-wifi> <prerendered-icon>false</prerendered-icon> <statusbar-style>default</statusbar-style> <statusbar-hidden>false</statusbar-hidden> <fullscreen>false</fullscreen> <navbar-hidden>false</navbar-hidden> <analytics>true</analytics> <guid>1000da51-9909-4a9e-a82f-52de59746d37</guid> </ti:app> {code} After relaunch: {code} <?xml version="1.0" encoding="UTF-8"?> <ti:app xmlns:ti="http://ti.appcelerator.org"> <deployment-targets> <target device="mobileweb">true</target> <target device="iphone">true</target> <target device="ipad">true</target> <target device="blackberry">false</target> <target device="android">false</target> </deployment-targets> <id>com.nolanwright.kitchensinkipad</id> <name>KitchenSink-iPad</name> <version>1.0</version> <publisher>nwright</publisher> <url>appcelerator.com</url> <description>No description provided</description> <copyright>2010 by nwright</copyright> <icon>default_app_logo.png</icon> <persistent-wifi>false</persistent-wifi> <prerendered-icon>false</prerendered-icon> <statusbar-style>default</statusbar-style> <statusbar-hidden>false</statusbar-hidden> <fullscreen>false</fullscreen> <navbar-hidden>false</navbar-hidden> <analytics>true</analytics> <guid>1000da51-9909-4a9e-a82f-52de59746d37</guid> </ti:app> {code} Steps to reproduce: 1) Import KS-iPad from titanium_mobile 1.7.X 2) Build from device to populate build folder 3) In terminal, switch branches to master with git checkout -f master 4) Switch back to 1.7.X with "git checkout 1_7_X" 5) Examine TiApp.xml Result: The Tiapp.xml does not have the <deployment-targets></deployment-targets> Expected: TiApp.xml overview matches xml detail and deployment targets are selected and "true"
8
61
TISTUD-746
10/26/2011 14:18:49
Add GIT configuration to the Dashboard
Add dashboard support for checking GIT (windows only). Configuring GIT should be allowed on a Windows OS through the installation of Portable GIT. * Remove current dialog popup on startup * Add check for git configuration to current dashboard check * If check fails, add button that pops up the same dialog as shown now (which ultimately does the installation) Note that for Aptana Studio, this would require us implementing a similar dashboard as Titanium Studio so that we may perform the same checks there.
40
62
TISTUD-747
10/26/2011 14:21:54
Add Python configuration through the Dashboard
Currently, when Studio first runs, a "configuring python interpreters" dialog comes up. Instead, we should integrate this dialog withe the current dashboard configuration process. It would allow for checking and configuring Python interpreters through the Dashboard configuration actions. * Remove current dialog popup on startup * Add check for python configuration to current dashboard check * If check fails, add button that pops up the same dialog as shown now. Note that for Aptana Studio, this would require us implementing a similar dashboard as Titanium Studio so that we may perform the same checks there.
20
63
TISTUD-749
10/26/2011 18:44:48
Unexpected behavior with content assist when pasting code that begins with the name space Titanium
1. Copy the following code: {code} Titanium.Geolocation.reverseGeocoder(53.0440, 5.3364, function(evt) { 
Ti.API.info("reverse geolocation result1 = " + JSON.stringify(evt)); 
}); Titanium.Geolocation.reverseGeocoder(52.434985236831515, 6.829526424407959, function(evt) { 
Ti.API.info("reverse geolocation result2 = " + JSON.stringify(evt)); 
}); {code} 2. Paste copied code into Studio editor Result: An extra line of code is added 3. In the editor, move cursor around using arrow keys Result: Content assist "distorts" the copied code. See attached video. 4. Highlight entire code using command+a Result: Only half of the copied code is highlighted. See attached video. Expected: You should be able to copy and paste code that begins with the name space Titanium Note: See attached video for full behavior. Also, bug does not occur if you copy and paste the following text: 1. {code} var button = Titanium.UI.createButton({ title: 'Hello' }); button.addEventListener('click',function(e) { Titanium.API.info("You clicked the button"); }); {code} 2. {code} The Brown Fox Jumps Over The Lazy Dog The Brown Fox Jumps Over The Lazy Dog {code}
0
64
TISTUD-754
11/01/2011 14:04:33
Manage the 'modules' for a specific Mobile project through the TiApp editor
Create a section in the TiApp editor for manipulating the modules in the tiapp.xml for a Mobile project.
1
65
TISTUD-755
11/02/2011 11:00:34
Allow "pre-selection" of template in project wizards
Apologies for the last minute note on this, but it appears we need a new feature for the dashboard implementation. Basically, we need to be able to "pre-select" a template on popping up the new project wizard. The rationale is that we will have a number of buttons to invoke "New From Template" in the dashboard, but our current project wizard does not support this. Suggest having a short description or preview of the selected template at the bottom to indicate which one was selected. If you choose "finish" it uses that template, otherwise, you could choose a different template if you went to the next screen (though the pre-selected template should show as the chosen item). It's likely we will want to reconfigure the presentation of platform options in the Titanium wizards to create some extra space. There may need to be a little dashboard work done to enable a button to make this happen. If so, please create a subtask and work with Shalom on this.
1
66
TISTUD-757
11/03/2011 09:20:02
Comment the com.appcelerator.titanium.core.user package
This package is sparse on comments. Please add comments to elucidate the classes and methods.
1
67
TISTUD-760
11/03/2011 14:34:18
Add launch configuration option to run iPhone/iPad simulator with retina display
Steps To Reproduce: 1. Create a titanium mobile project 2. Run as only gives the user ipad/iphone simulator 3. Select any one and go to Hardware menu under iOS Simulator 4. See iPhone (Retina) Actual: Cannot set studio to run in retina Expected: To give the user the option to simulate on retina display
8
68
TISTUD-761
11/03/2011 14:37:19
Titanium Studio: Android reserved namespace is not resulting in a malformed app id error
When creating a new project in Titanium Studio (or editing the tiapp.xml), Application ID tokens (tok1.tok2.tok3) containing invalid java namespace identifiers do not generate an error. Steps to Reproduce: 1. Open Titanium Studio. 2. Create a new project. Make sure the project supports Android. 3. Make one of the tokens in the Application ID an invalid java identifier (see below). Expected Result: An error message should appear and the project can't be created or an error message remains (if editing tiapp.xml). Actual Result: No error message appears. The project can be created. tiapp.xml shows no errors when viewed in the editor. The project can build to iOS, but the Android build fails with an error such as: [ERROR] Error(s) compiling generated Java code [ERROR] /Users/dhyde/Documents/Titanium Studio Workspace/helloworld/build/android/gen/com/appcelerator/123/ApplicationStylesheet.java:5: ';' expected package com.appcelerator.123; ^ Note: Below is the Java documentation regarding valid identifiers. Java Documentation (excerpt follows): http://java.sun.com/docs/books/jls/second_edition/html/lexical.doc.html#40625 Excerpt: An identifier is an unlimited-length sequence of Java letters and Java digits, the first of which must be a Java letter. An identifier cannot have the same spelling (Unicode character sequence) as a keyword (§3.9), boolean literal (§3.10.3), or the null literal (§3.10.7). Keywords: abstract default if private this boolean do implements protected throw break double import public throws byte else instanceof return transient case extends int short try catch final interface static void char finally long strictfp volatile class float native super while const for new switch continue goto package synchronized Boolean Literals: true false Null Literal: null
5
69
TISTUD-764
11/03/2011 19:28:53
Create a dropdown in the tiapp.xml form editor to select an Android runtime
We need to support switching Javascript runtimes with a dropdown in the tiapp.xml form editor for Android apps. This is controlled via a simple property: <property name="ti.android.runtime">v8</property> Valid values are "rhino" and "v8"
1
70
TISTUD-780
11/10/2011 14:47:00
iOS:Configuration Utility - Add iOS sdk detection
Currently, TiStudio is not detecting any iOS sdk in addition to detecting Xcode version. TiStudio should be able to detect iOS sdk and enforce a minimum iOS sdk 5.
0
71
TISTUD-788
11/11/2011 11:01:02
Studio: Lion - When first launching studio, it is not possible to expand the contents of the last project in project explorer
Description: When you first launch Studio and then attempt to expand the disclosure triangle for the last project in project explorer, nothing happens. The triangle rotates, but no project content is displayed below the project name, and the scroll bar does not adjust for the new content. Since this is on Mac, it is possible to pull the project explorer window content up enough to see that there is indeed nothing there. Please see attached image with the window pulled up to show the lack of content. This does not occur on 10.6.8. Steps to reproduce: 1) Quit studio if it is open 2) Relaunch studio (be sure you have enough projects to fill your project explorer) 3) Open project explorer if it is not already 4) Scroll to the last project in the list 5) Click the disclosure triangle Result: The triangle rotates, but no content is displayed. Expected result: The triangle rotates, project content is displayed, scrollbar is adjusted to match new window size
8
72
TISTUD-791
11/11/2011 12:04:10
Content assist - context info popup does not appear in parameters if there are values present in the parameters.
1. Create a new project 2. Create a new JS file in the project 3. Place the following content into the JS file {code} /** * @param {String} a * This is the first parameter * @param {Object} b * The second parameter * @param {Number} c * Last one */ function testing(a, b, c) {} {code} 4. Type testing( Results: context info popup appears and that it displays all three parameters with their names and their descriptions 5. Place the cursor between the parenthesis and force the context info popup to appear using shift-ctrl-space Results: context info popup appears and that it displays all three parameters with their names and their descriptions 6. Change testing() to testing(10, 20, 30) 7. Place the cursor between the parenthesis and force the context info popup to appear using shift-ctrl-space Expected results: context info popup appears and that it displays all three parameters with their names and their descriptions Actual results: Nothing appears
3
73
TISTUD-794
11/12/2011 12:12:26
Auto-lock the console if you scroll away from the bottom - like the terminal
Requesting the ability to auto-lock the console if you scroll away from the bottom and then unlock when you scroll back to the bottom. Would like it to function like the terminal does. I have attached a screencast to demonstrate the difference in behavior between the Studio Console and the Terminal. (Terminal on the left, Studio Console on the right). http://screencast.com/t/plTURcRFB
20
74
TISTUD-796
11/14/2011 12:13:28
Titanium Studio: tiapp.xml - Bad ti.android.runtime value throws an exception when launching to Android emulator
1. Create a new TiMob project 2. Navigate to TiApp Editor 3. Next, click on the tiapp.xml tab 4. Find the ti.android.runtime property and change the value to any value e.g. dsdif, dfj d234, $$^#@#$ etc 5. Save changes 6. Right-click on project and go to Run As > Android Emulator Result: Build exception is thrown. See attachment. Expected: Should be able to launch Android emulator and install to Android device even with bad Android property value Note: Same exception occurs when installing to Galaxy Tab 10.1, sdk 3.1
0
75
TISTUD-804
11/15/2011 06:47:00
Add current locale to Dashboard URL
We need to send the user's currently requested Java locale on the query string so that we can send back localized versions of the Dashboard in the future. Suggested URL is &nl=ISOCode, as passed in to the Java executable.
1
76
TISTUD-806
11/15/2011 10:32:05
Show Indicator during Run on Emulator that tells the user that the app is still loading
When running an app on an emulator, there is no indication that an app is finished loading. This indication will tell the user that they can now mess around with the emulator. We can show a progress dialog/bar during the Loading process, which finishes when the loading process is complete.
8
77
TISTUD-809
11/15/2011 15:14:08
Titanium Studio: Installer - Titanium Studio needs a shortcut to the uninstaller in the Windows start menu folder
There is no explicit uninstaller for Titanium Studio in both Windows 7 and Windows XP. Currently uninstallation must be done through Control Panel > Programs > Uninstall. Current wiki entry on uninstallation (excerpt below): http://wiki.appcelerator.org/display/tis/Uninstalling+Studio Windows Using the Add or Remove Programs applet on Control Panel to uninstall Studio. If Studio is not listed in your "Add or Remove Programs", it may be because you chose to install Studio with a zip. You will have to determine where you installed it (hopefully in your Program Files) and manually delete it. Delete the remaining application folder off the hard drive (we do not automatically delete this as some users have complained). If you did not change your installation location on disj=k during the install, it is likely in: Windows Vista/7: C:\Users\username\AppData\Local\Aptana Studio or Titanium Studio) Windows XP: C:\Program Files\Aptana Studio or Titanium Studio
1
78
TISTUD-810
11/15/2011 16:01:30
Remove html5 references inside mobile web platform
Links and references to the "html5" naming for mobile web can be removed.
1
79
TISTUD-811
11/15/2011 18:35:23
Create XSD for tiapp.xml and timodule.xml files to provide validation
In order to create a better validation experience for tiapp.xml and timodule.xml files suggestion is to create a XSD for them. Note that tiapp.xml spans both mobile and desktop applications. I don't know if it's feasible to create a XSD that spans both cases, or if it should be split into two.
13
80
TISTUD-818
11/16/2011 11:18:20
Studio: Dashboard - clicking navigation items ("configure" "learn" etc) repositions the window
1.open dashboard if need 2.scroll down a bit 3.click "configure" "learn" etc results: window repositions itself expected: no such repositioning. see screen vid cap
8
81
TISTUD-820
11/16/2011 12:16:22
Titanium Studio: Validation - TiApp Editor allows invalid android runtime to be selected with incompatible SDKs
TiApp Editor allows invalid android runtime to be selected with pre-1.8.0 SDKs. Steps to Reproduce: 1. Create a new project using 1.8.0.1. 2. Open tiapp.xml in the TiApp Editor. 3. Change the runtime to Rhino (this creates an entry in the xml where there was none before: <property name="ti.android.runtime">rhino</property>). 4. Change the runtime to V8 (this changes the contents of the xml property line). 5. Change the SDK version (in TiApp Editor) to pre-1.8.0.1 (e.g., 1.7.5). Expected Result: Rhino should be the default runtime. Actual Result: V8 is the default runtime (invalid). Note: If you select a pre-1.8.0.1 SDK without first selecting a different runtime (thus adding the property line to the xml), the default runtime is correctly changed to Rhino in the TiApp Editor.
8
82
TISTUD-822
11/16/2011 14:05:13
Add message for pre-1.0.7 dashboard users that they must update to 1.0.7 to get Mobile SDK 1.8.0
1.0.7 users will get the new dashboard, whereas pre-1.0.7 users will get the old dashboard. Add messaging to the existing dashboard to indicate that they must upgrade to 1.0.7 to get the new 1.8.0 mobile SDK.
1
83
TISTUD-835
11/17/2011 17:26:01
Shortcut created for Install to Android Device does not work when focusing on the editor
See attached picture for shortcut config. Step 1: hit command+shift+L 2x to bring up the shortcut preferences Step 2: search for android Step 3: set 'Install to Android Device' to work with command+shift+f9 and when = In Window Step 4: hit ok Step 5: open a .js file Step 6: click on the editor Step 7: hit command+shift+f9 Step 8: notice that 'Install to Android Device' does not run. Step 9: click in App Explorer and hit the shortcut and it will work fine. Step 9: repeat the same steps but set the shortcut to open About and it will work fine in the editor.
8
84
TISTUD-844
11/18/2011 14:06:43
New Project Wizard: auto-generate app id based on company id and project name
An auto-generated company id prefix during project creation (i.e., Xcode) would be helpful. Xcode has this feature. Titanium and Eclipse do not. As of now, I do not believe there is a conflict of interest. Screenshot attached comparing Titanium, Eclipse and Xcode, highlighting the auto company-prefix feature.
8
85
TISTUD-865
11/22/2011 17:50:41
Titanium Studio: Run Configuration - Dragging the divider to the left leaves an outline of the filter box
Steps to reproduce: 1. Create a TiMob project 2. Right-click on project, Run As > Run Configurations 3. Drag middle divider to the left Result: An outline of the filter box appears. See attachment. Expected: When dragging the divider to the left, an outline should not appear. Note: Bug does not appear on Windows XP and Linux 10.04
0
86
TISTUD-869
11/29/2011 05:32:25
Run git clean on build subfolders during project clean
Anytime you do a *clean* on a Titanium mobile project, the *build/android* and *build/iphone* directories have any existing *.gitignore* files deleted. This is bothersome when those files are the easiest way to ensure that the *build/iphone* and *build/android* paths exist when storing a project on git. If they don't exist, a user attempting to build the project will get an error on their first attempt. It would be ideal if, when a *clean* is performed on a project, that any existing *.gitignore* files were left untouched in those directories. Running a git clean should restore the project to the state it was check in with.
8
87
TISTUD-875
11/30/2011 15:52:38
TiApp Editor: add Edit > Undo and Redo functionality
Edit > Undo and Redo are not selectable when using the TiApp editor, nor do the Undo/Redo keyboard shortcuts work. As an outlier, the Undo (cntrl + z) keyboard shortcut happens to work in Windows 7. Steps to Reproduce: 1. Create a new project. 2. Open tiapp.xml in the TiApp Editor. 3. Change text in a field (such as Application ID). 4. Try the following commands: Edit > Undo. Edit > Redo. Undo Keyboard Shortcut: (OS X: cmd + z), (Windows 7: cntrl + z). Redo Keyboard Shortcut: (OS X: shift + cmd + z), (Windows 7: cntrl + y). Expected Result: Menu options should be selectable and work. Keyboard shortcuts should work. Actual Result: Undo/Redo menu options and keyboard shortcuts do not work, with the exception of the Undo keyboard shortcut in Windows 7.
8
88
TISTUD-882
12/02/2011 13:26:34
Rename installation packages so that filenames no longer contain spaces
As demonstrated in [this twitter conversation|http://www.exquisitetweets.com/tweets?eids=kHGGcM2MyP.kHIZakiQH6.kHJrXixufs.kHJUriL39N.kHLycersB2], for some reason some browsers, in certain circumstances, will not download files with filenames that contain spaces. Please consider renaming the Windows and OSX install packages in [resources|https://my.appcelerator.com/resources] to *TitaniumStudio + extension* * Fix the installer process to generate the new names for Titanium Studio on OS X and Windows * Update preview.appcelerator.com to respect the new names
8
89
TISTUD-886
12/06/2011 00:39:49
invalid button name in "uninstall studio" dialog
# Have Studio installed # download newer version # Install new version # it asks to uninstall previously installed version # dialog says "click Next" when button is called "Uninstall"
2
90
TISTUD-891
12/07/2011 15:00:56
Titanium Studio: Projects - File > New > <project type> list is not alphabetically sorted
File > New > <project type> list is not alphabetically sorted. The context menu version of this list is sorted. Screenshot attached. Steps to Reproduce: 1. Open Titanium Studio. 2. Click File > New. Expected Result: Project types should be alphabetically sorted in ascending order. Actual Result: Project types are not alphabetically sorted (included in screenshot). Note: Project Explorer > context click > New is sorted in alphabetical ascending order (included in screenshot).
8
91
TISTUD-894
12/09/2011 14:06:57
V8 Proxy: Filter stack variables by regular expression from the Mobile SDK
The format we chose was a file with a variable regular expressions delimited by newlines. Verify that filtered variables from <tisdk>/android/variable_filters.txt (per TIMOB-6549) are not displayed in Variables view.
1
92
TISTUD-905
12/12/2011 14:55:00
Add right-click option to open analytics for a specific application
In project explorer (not sure where to put this in App Explorer--might be a custom button off by default that can get added to the menu bar in Customize View) we have a button that launches the analytics page for that application.
8
93
TISTUD-907
12/12/2011 15:13:56
Modules UI - Restrict the modules to an API-Level
We need to restrict the modules selection in the TiApp UI to an API-Level that is enforced on a module. The platform team adds an api-level value into the module's manifest, and will add a modules-api-level into the 'version.txt' file of the Titanium SDK. We'll need to read both to find an API level match, and do whatever needs to be done in the UI in order to allow selecting only valid modules, and display warnings when incompatible modules exist in the tiapp. To test: # Create a new Titanium Mobile project # Open up tiapp.xml and add a module to the project using the modules panel (I used ti.greystripe). Note the module appears active # Edit the module manifest file to raise the apiversion to something like "3" (current maximum version is 2 for 1.8/2.0) # Save tapp.xml and restart Studio. Note that the module now appears still available, but should appear greyed out Note that this change is only relevant to Android. iOS does not care about apiversions
13
94
TISTUD-913
12/13/2011 12:39:13
Titanium Studio: Content Assist - content assist menu persistent in the OS if it has focus
Content Assist menu is persistent in the OS if the assist menu has focus (i.e., by clicking on it). Other OS program windows are now obfuscated by the content assist menu until the focus is shifted back to Titanium Studio proper. Screenshot attached. Steps to Reproduce: 1. Open Studio and create a new project (or open an existing project). 2. Click in the text editor of app.js (or any .js file). 3. Press control + space to bring up the content assist menu. 4. Select any item from the suggestion list by clicking on it (the menu as-is will not exhibit this behavior). 5. Open any other program (such as Chrome) and move the other program window over the content assist menu. Expected Result: The content assist menu should disappear behind the other program window, as it should have the same OS hierarchy as Titanium Studio. Actual Result: The content assist menu persists and obfuscates the other program window until the focus shifts back to Studio.
8
95
TISTUD-919
12/13/2011 15:15:12
Add mobileweb user agent for content assist
When a user uses content assist, we need to include "mobile web" as a platform choice. # Add a mobile web user agent (key 'mobileweb') # Add it to the default list of user agents selected for the mobile nature Icons are attached.
1
96
TISTUD-925
12/14/2011 10:04:18
Titanium Studio: Terminal Icons - Placed in wrong area
Steps to reproduce: 1. Update TiStudio from: http://preview.appcelerator.com/appcelerator/studio/standalone/update/rc/ 2. Reopen TiStudio Actual: Terminal icons are placed on top of the App Explorer tab. See attachment. Expected: Terminal icons should be placed in the right-hand corner in the Terminal tab.
0
97
TISTUD-933
12/16/2011 10:36:17
Rename imported projects
Currently, when importing a project in Studio, you aren't given the option to rename it. This could be useful - I can provide a test if one is requested.
1
98
TISTUD-953
12/21/2011 20:44:42
Pass Android NDK location to Titanium Module build scripts
When developing an Android module, you either need to set the ANDROID_NDK environment variable, or set android.ndk in the build.properties of the module Marshall suggested instead that when packaging we call ANT directly (instead of the module build scripts) and pass "-Dandroid.ndk=.." to the scripts. We can get the preference from TISTUD-952. To test: # Create a new Android modules # Set the NDK location # Package the module. If it succeeds, the test is successful. Incorrect packaging would result in the build failing and prompting a user to specify the NDK path manually.
5
99
TISTUD-954
12/22/2011 13:04:06
Update Snippet Elements in Rubles to support Description, Category, Icon and Tags
The following attributes were added to a snippet element: description (String) - description of the snippet category (String) - category for the snippet icon_path (String) - path to icon file tags (list of strings) - tags for the snippet
13
100
TISTUD-957
12/22/2011 13:08:21
Implement Snippet Popup Preview
Snippet Preview Popup display information about a snippet: Snippet name, scope, and triggers - honors theme colors Snippet expansion contents - Colorized/Formatted based on content-type settings Toolbar to perform additional actions - Navigate to source action (opens the contributing ruby file for modification of the snippet)
40
101
TISTUD-958
12/22/2011 13:10:42
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
102
TISTUD-960
12/22/2011 13:12:17
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 loading/changes, to keep the snippets view contents in sync.
13
103
TISTUD-961
12/22/2011 13:13:21
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
104
TISTUD-966
12/27/2011 08:23:33
Distribute - App Store does not does not support profiles with the same name
Originally noted in: http://developer.appcelerator.com/question/129897/download-link-for-older-version-of-titanium-studio It seems like if there are multiple distribute profile with the same name, we don't display it properly. Investigate whether we're displaying the profiles based on uuid or the name
0
105
TISTUD-971
12/28/2011 16:45:13
Release Checklist: 1.0.7 Studio
Release checklist for 1.0.7 (v2)
1
106
TISTUD-989
12/29/2011 19:32:00
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 Titanium Studio # Copy over a vendor android API addon (available from {{http://developer.motorola.com/docstools/tools/}} or {{http://innovator.samsungmobile.com/down/cnts/toolSDK.list.do?platformId=1}}) # From the app explorer pane, choose 'Run Configurations' from the 'Run' drop down menu. # Your new API is not available. # Restart Studio. # Open 'Run Configurations' # New API is now available.
5
107
TISTUD-998
01/06/2012 13:36:46
Allow selection of existing AVD instead of pre-configuring one
Right now in Studio you can select (some of) the properties of an AVD (Run->Run Configurations->Titanium Android Emulator) but this isn't configurable enough for some cases (although you can modify an AVD created by Studio in the {{android}} tools, as long as it has the right name). It would be nice to have the feature to select a pre-existing AVD in the run configurations, so that you can use an existing AVD without having Studio create a new one for you. This might also require some build script mods.
0
108
TISTUD-1002
01/09/2012 13:20:34
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 continue. There also needs to be a way for the user to reset the preference warning (suggest a single button to reset all checkbox preferences, not one per preference)
8
109
TISTUD-1003
01/09/2012 17:20:30
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 should not be cut off.
13
110
TISTUD-1006
01/10/2012 16:19:14
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