Ziyad Saeed

Avatar
  • Total activity 21
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 7
  • Created

    Objective-J support

    is there a roadmap for adding objective-J support.so far no other ide supports objective-j
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    I18N functions in php 5.3

    PHP 5.3 comes with build in Intl extension. Web IDE doesn't recognize any one of these functions.Here is the complete list of these functions http://www.php.net/manual/en/book.intl.php
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    use keyword isn't supported

    PHP 5.3 introduced the 'use' keyword for lambda functions. WebIDE 387 doesn't recognize itExample codeclass Cart {     const PRICE_BUTTER  = 1.00;     const PRICE_MILK    = 3.00;     const PRICE_EG...
    • 2 followers
    • 4 comments
    • 0 votes
  • Created

    Yaml support

    Is there a yaml plugin available for web ide php edition
    • 2 followers
    • 4 comments
    • 0 votes
  • Created

    Namespace support bug

    Web IDE PHP version 387 doesn't recognize namespaced class in inheritence.Example codeclass BlogController extends \F3\FLOW3\MVC\Controller\ActionController {}The IDE has red squigly lines undernea...
    • 2 followers
    • 5 comments
    • 0 votes